debian packaging: use X.Y.Z~bzrREVNO rather than X.Y.Z~REVNO
The ubuntu packaging uses ~bzrREVNO, just be more like that.
This commit is contained in:
parent
e1b9d4a8e7
commit
d43201a880
@ -131,7 +131,7 @@ def main():
|
||||
|
||||
# The naming here seems to follow some debian standard
|
||||
# so it will whine if it is changed...
|
||||
tar_fn = "cloud-init_%s~%s.orig.tar.gz" % (version, revno)
|
||||
tar_fn = "cloud-init_%s~bzr%s.orig.tar.gz" % (version, revno)
|
||||
print("Archiving the adjusted source into %r" %
|
||||
(util.abs_join(tdir, tar_fn)))
|
||||
cmd = ['tar', '-czvf',
|
||||
|
@ -1,5 +1,5 @@
|
||||
## This is a cheetah template
|
||||
cloud-init (${version}~${revision}-1) UNRELEASED; urgency=low
|
||||
cloud-init (${version}~bzr${revision}-1) UNRELEASED; urgency=low
|
||||
|
||||
* build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user