[Reproducible-builds] [dh-python] 122/183: replace ${python3:Depends} with the right interpreter name
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:28 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 2bab7e0f8f7bd4ae9fcc5c88e3a5195df42d1a75
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sat Sep 7 00:30:41 2013 +0200
replace ${python3:Depends} with the right interpreter name
---
dh_pypy | 2 +-
dh_pypy.rst | 2 +-
dh_python2 | 2 +-
dh_python2.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dh_pypy b/dh_pypy
index 15ac84e..954e47e 100755
--- a/dh_pypy
+++ b/dh_pypy
@@ -104,7 +104,7 @@ def main():
'dependencies and add them to ${pypy:Suggests}')
parser.add_option('--requires', action='append',
help='translate requirements from given file into Debian '
- 'dependencies and add them to ${python3:Depends}')
+ 'dependencies and add them to ${pypy:Depends}')
parser.add_option('--shebang',
help='use given command as shebang in scripts')
parser.add_option('--ignore-shebangs', action='store_true', default=False,
diff --git a/dh_pypy.rst b/dh_pypy.rst
index d8877d0..749d7b1 100644
--- a/dh_pypy.rst
+++ b/dh_pypy.rst
@@ -111,7 +111,7 @@ OPTIONS
and add them to ${pypy:Suggests}
--requires=FILENAME translate requirements from given file(s) into Debian
- dependencies and add them to ${python3:Depends}
+ dependencies and add them to ${pypy:Depends}
--shebang=COMMAND use given command as shebang in scripts
diff --git a/dh_python2 b/dh_python2
index 2282627..73c71f8 100755
--- a/dh_python2
+++ b/dh_python2
@@ -308,7 +308,7 @@ def main():
'dependencies and add them to ${python:Suggests}')
parser.add_option('--requires', action='append',
help='translate requirements from given file into Debian '
- 'dependencies and add them to ${python3:Depends}')
+ 'dependencies and add them to ${python:Depends}')
parser.add_option('--namespace', action='append', dest='namespaces',
help='recreate __init__.py files for given namespaces at install time')
parser.add_option('--clean-pycentral', action='store_true', default=False,
diff --git a/dh_python2.rst b/dh_python2.rst
index 5bf822e..e58c7c3 100644
--- a/dh_python2.rst
+++ b/dh_python2.rst
@@ -174,7 +174,7 @@ OPTIONS
and add them to ${python:Suggests}
--requires=FILENAME translate requirements from given file(s) into Debian
- dependencies and add them to ${python3:Depends}
+ dependencies and add them to ${python:Depends}
--namespace use this option (multiple time if necessary) if
namespace_packages.txt is not complete
--
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