[Python-modules-commits] [quixote] 02/03: port to dh-python

Sandro Tosi morph at moszumanska.debian.org
Wed Jan 11 01:54:13 UTC 2017


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

morph pushed a commit to branch master
in repository quixote.

commit c6634b3f8f6790da2049c105281a31d75cf4a3c6
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jan 10 20:52:08 2017 -0500

    port to dh-python
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4ed493..bfdec3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ quixote (2.5-6) UNRELEASED; urgency=low
   [ Sandro Tosi ]
   * debian/rules
     - add build-{arch,indep} targets, patch by Santiago Vila; Closes: #822020
+  * port to dh-python
 
- -- Sandro Tosi <morph at debian.org>  Tue, 10 Jan 2017 20:39:19 -0500
+ -- Sandro Tosi <morph at debian.org>  Tue, 10 Jan 2017 20:52:01 -0500
 
 quixote (2.5-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0df5c68..2ca6cd3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Neil Schemenauer <nas at debian.org>, Oleksandr Moskalenko <malex at debian.org>
-Build-Depends: debhelper (>= 7), python-all, python-setuptools (>= 0.6b3-1~), python-support (>= 0.6.4), python-all-dev
+Build-Depends: debhelper (>= 7), python-all, python-setuptools (>= 0.6b3-1~), dh-python, python-all-dev
 Standards-Version: 3.9.1
 XS-Python-Version: all
 Homepage: http://www.mems-exchange.org/software/quixote/
diff --git a/debian/rules b/debian/rules
index d3d314e..cd3cc65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ binary-arch: build install
 	dh_installexamples -a
 	dh_compress -X.cgi -X.py -X.conf -a
 	dh_fixperms -a
-	dh_pysupport -a
+	dh_python2 -a
 	dh_makeshlibs -a
 	dh_shlibdeps -a
 	dh_strip -a
@@ -59,7 +59,7 @@ binary-indep:
 	dh_installexamples -i
 	dh_compress -X.cgi -X.py -X.conf -i
 	dh_fixperms -i
-	dh_pysupport -i
+	dh_python2 -i
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i

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



More information about the Python-modules-commits mailing list