[Reproducible-builds] [dh-python] 28/183: add Depends templates for PyPy
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:15 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 87b7d9ff9f944b091271c071e0f07818ab9a2d06
Author: Piotr Ożarowski <piotr at debian.org>
Date: Tue Jul 2 21:35:50 2013 +0200
add Depends templates for PyPy
---
dhpython/depends.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dhpython/depends.py b/dhpython/depends.py
index 4d64454..d0937d0 100644
--- a/dhpython/depends.py
+++ b/dhpython/depends.py
@@ -38,6 +38,9 @@ class Dependencies:
self.ipkg_tpl = 'python3-dbg' if dbgpkg else 'python3'
elif impl == 'cpython2':
self.ipkg_tpl = 'python-dbg' if dbgpkg else 'python'
+ elif impl == 'pypy':
+ self.ipkg_tpl = 'pypy-dbg' if dbgpkg else 'pypy'
+ self.ipkg_vtpl = 'pypy%s-dbg' if dbgpkg else 'pypy%s'
self.depends = set()
self.recommends = []
self.suggests = []
--
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