[Reproducible-commits] [misc] 01/06: python-yaml drops the trailing 0 of '0.30' and seemingly impossible to get back so add an ugly exception next to the other one
Chris Lamb
lamby at moszumanska.debian.org
Fri Sep 11 21:13:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository misc.
commit 73e27c20853c90c53e51e0ca68cea0ef41ec9475
Author: Chris Lamb <lamby at debian.org>
Date: Fri Sep 11 22:03:26 2015 +0100
python-yaml drops the trailing 0 of '0.30' and seemingly impossible to get back so add an ugly exception next to the other one
---
clean-notes | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/clean-notes b/clean-notes
index 820e74a..a2b78cc 100755
--- a/clean-notes
+++ b/clean-notes
@@ -449,7 +449,8 @@ def write_out(notes):
else:
out += "%s:\n" % pkg
try:
- if str(values['version']) == '3.6e-1':
+ if str(values['version']) == '3.6e-1' or \
+ pkg == 'cdebconf-entropy':
out += " version: !!str %s\n" % values['version']
else:
out += " version: %s\n" % values['version']
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list