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:
Scott Moser 2012-07-10 17:30:20 -04:00
parent e1b9d4a8e7
commit d43201a880
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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