Package: logilab-astng
Version: 0.24.1-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

Dear Maintainer,

dh_pysupport is deprecated and dh_python2 should be used instead. The attached
patch builds the package using dh_python2 instead of python-support.

Thanks for considering the patch.
diff -Nru logilab-astng-0.24.1/debian/changelog logilab-astng-0.24.1/debian/changelog
diff -Nru logilab-astng-0.24.1/debian/control logilab-astng-0.24.1/debian/control
--- logilab-astng-0.24.1/debian/control	2012-09-01 21:41:15.000000000 +0200
+++ logilab-astng-0.24.1/debian/control	2013-03-03 00:37:41.000000000 +0100
@@ -3,9 +3,8 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org>
 Uploaders: Alexandre Fayolle <afayo...@debian.org>, Sandro Tosi <mo...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5.4-1~), python3-all, python-logilab-common, python3-logilab-common, python-unittest2
-Build-Depends-Indep: python-support
-XS-Python-Version: all
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python3-all, python-logilab-common, python3-logilab-common, python-unittest2
+X-Python-Version: all
 X-Python3-Version: >= 3.2
 Standards-Version: 3.9.3
 Homepage: http://www.logilab.org/project/logilab-astng
diff -Nru logilab-astng-0.24.1/debian/rules logilab-astng-0.24.1/debian/rules
--- logilab-astng-0.24.1/debian/rules	2012-09-01 21:41:15.000000000 +0200
+++ logilab-astng-0.24.1/debian/rules	2013-03-03 00:31:11.000000000 +0100
@@ -9,7 +9,7 @@
 LOGILAB_COMMON_DIR := $(shell dirname `python -c "import logilab.common as lc ; print lc.__file__" 2>/dev/null`)
 
 %:
-	dh $@ --with python3
+	dh $@ --with python2,python3
 
 override_dh_auto_build:
 	set -e; \

Reply via email to