summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-07-07 09:22:14 -0400
committerRaul Cuza <raulcuza@gmail.com>2011-07-07 09:22:14 -0400
commit32711630044db111893b1dd6a75e80e6a86504bc (patch)
tree44da766bac6d41fa7b858f8923437f054e99bc77 /tools
parent254fbd906be0d927f1a456e80a8add41d7aa9068 (diff)
downloadbcfg2-32711630044db111893b1dd6a75e80e6a86504bc.tar.gz
bcfg2-32711630044db111893b1dd6a75e80e6a86504bc.tar.bz2
bcfg2-32711630044db111893b1dd6a75e80e6a86504bc.zip
Remove extra whitespace from the debian/changelog entry.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/export2.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/export2.py b/tools/export2.py
index dd5816cab..fa75686b6 100755
--- a/tools/export2.py
+++ b/tools/export2.py
@@ -119,13 +119,13 @@ E.G. 1.2.0pre1 is a valid version.
tarname = '/tmp/%s-%s.tar.gz' % (pkgname, version)
newchangelog = \
- """bcfg2 (%s%s-0.0) unstable; urgency=low
+"""bcfg2 (%s%s-0.0) unstable; urgency=low
- * New upstream release
+ * New upstream release
- -- %s <%s> %s
+ -- %s <%s> %s
- """ % (version_release, version_info['build'], name, email, formatdate(localtime=True))
+""" % (version_release, version_info['build'], name, email, formatdate(localtime=True))
# write out the new debian changelog