[Pkg-privacy-commits] [obfsproxy] 165/353: Migrate to dh_python2
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfsproxy.
commit 229330002d041c29a2e80a393b2d918d8febf845
Author: Jérémy Bobbio <lunar at debian.org>
Date: Mon May 13 09:30:43 2013 +0200
Migrate to dh_python2
---
debian/control | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index d24d9d1..f05d76c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Priority: extra
Build-Depends: asciidoc,
debhelper (>= 8),
docbook-xsl,
+ python-all (>= 2.6.6-3~),
python-crypto,
python-pyptlib,
python-setuptools,
@@ -17,8 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/obfsproxy.git
Package: obfsproxy
Architecture: all
-Depends: python,
- python-argparse,
+Depends: python-argparse,
python-crypto,
python-pyptlib,
python-twisted-core,
diff --git a/debian/rules b/debian/rules
index 0da1b15..97377f8 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_installman:
a2x --no-xmllint --doctype manpage --format manpage debian/obfsproxy.1.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list