[Python-modules-commits] [python-phpserialize] 01/03: Actually call dh_python2.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Wed Oct 14 18:17:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-phpserialize.
commit c0fc574442443d6329089b90141fbd51e2afd13f
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Wed Oct 14 20:09:42 2015 +0200
Actually call dh_python2.
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index d8f721b..0a0b979 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-phpserialize
Section: python
Priority: optional
Maintainer: Tristan Seligmann <mithrandi at debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
+Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools, python3, python3-setuptools
Standards-Version: 3.9.6
Homepage: http://github.com/mitsuhiko/phpserialize
diff --git a/debian/rules b/debian/rules
index 3bfc7af..4099fb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
export PYBUILD_NAME=phpserialize
%:
- dh $@ --with python3 --buildsystem=pybuild
\ No newline at end of file
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-phpserialize.git
More information about the Python-modules-commits
mailing list