[Python-modules-commits] [androguard] 02/12: use dh_python style

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Wed Feb 17 19:59:28 UTC 2016


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

eighthave pushed a commit to branch master
in repository androguard.

commit b6b1a1c42fe8469777e074fdc172cde42720dac5
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed Feb 17 12:55:18 2016 +0100

    use dh_python style
---
 debian/control | 9 +++++----
 debian/rules   | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 173ed7a..9f86527 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: androguard
 Maintainer: Hans-Christoph Steiner <hans at eds.org>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3),
-               python-all (>= 2.6.6-3),
-               python-dev,
-               debhelper (>= 9~),
+Build-Depends: debhelper (>= 9~),
+               dh-python,
                libbz2-dev,
                liblzma-dev,
                libmuparser-dev,
                libsnappy-dev,
                libsparsehash-dev,
+               python-all (>= 2.6.6-3),
+               python-dev,
+               python-setuptools (>= 0.6b3),
                zlib1g-dev
 Standards-Version: 3.9.7
 
diff --git a/debian/rules b/debian/rules
index 4647c9c..ecd2737 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/androguard.git



More information about the Python-modules-commits mailing list