This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.

commit 3a061e8ee1d7082e1856a3f0fa32267565939f1e
Author: Piotr Ożarowski <pi...@debian.org>
Date:   Tue Jan 28 18:16:28 2014 +0100

    add missing %s
---
 dhpython/tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dhpython/tools.py b/dhpython/tools.py
index 1aa922e..c8861b7 100644
--- a/dhpython/tools.py
+++ b/dhpython/tools.py
@@ -291,7 +291,7 @@ def pyremove(interpreter, package, vrange):
             continue
         details = REMOVE_RE.match(line)
         if not details:
-            raise ValueError("unrecognized line: %s" % (package, line))
+            raise ValueError("unrecognized line: %s: %s" % (package, line))
         details = details.groupdict()
         myvers = versions & get_requested_versions(impl, details['vrange'])
         if not myvers:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/reproducible/dh-python.git

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to