[Pkg-privacy-commits] [pyptlib] 93/136: Call dh_python2 to get proper Python dependencies

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:14 UTC 2015


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

infinity0 pushed a commit to branch master
in repository pyptlib.

commit 72c2d395dee80ea8afe70c9166a6b3eaf6c95c63
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Aug 28 20:33:33 2013 +0200

    Call dh_python2 to get proper Python dependencies
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e868b6d..0cfef71 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pyptlib
 Maintainer: Jérémy Bobbio <lunar at debian.org>
 Section: python
 Priority: extra
-Build-Depends: debhelper (>= 8), python-setuptools, python-sphinx
+Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools, python-sphinx
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.7
 Vcs-Git: git://anonscm.debian.org/collab-maint/pyptlib.git
diff --git a/debian/rules b/debian/rules
index a09cd51..67af3f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=python_distutils
+	dh $@ --buildsystem=python_distutils --with=python2
 
 override_dh_installdocs:
 	cd sphinx && make text

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git



More information about the Pkg-privacy-commits mailing list