[Reproducible-builds] [dh-python] 100/183: fix tuple → Version leftovers
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:25 UTC 2014
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 86d403a872adfa8de7aec5aaa2c45313a1a176ec
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sat Aug 31 14:47:45 2013 +0200
fix tuple → Version leftovers
---
dh_python2 | 2 +-
dhpython/tools.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dh_python2 b/dh_python2
index 38fc10f..582405f 100755
--- a/dh_python2
+++ b/dh_python2
@@ -466,7 +466,7 @@ def main():
else:
version = ext_for.pop()
args += " -V %s" % version
- dependencies.depend("python%d.%d" % version)
+ dependencies.depend("python%s" % version)
for pattern in options.regexpr or []:
args += " -X '%s'" % pattern.replace("'", r"'\''")
diff --git a/dhpython/tools.py b/dhpython/tools.py
index d973dca..1a48acb 100644
--- a/dhpython/tools.py
+++ b/dhpython/tools.py
@@ -300,7 +300,7 @@ def pyremove(interpreter, package, vrange):
for version in myvers:
files = glob(interpreter.sitedir(package, version) + details['pattern'])
if not files:
- log.debug('%s.pyremove: nothing to remove: python%d.%d, %s',
+ log.debug('%s.pyremove: nothing to remove: python%s, %s',
package, version, details['pattern'])
continue
for fpath in files:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list