From 90e0732561eb300304021047fd61369f49d3ae16 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 18 Apr 2013 22:24:04 -0400 Subject: [PATCH] Port packaging to dh_python2 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/pycompat | 1 - debian/rules | 2 -- 4 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 debian/pycompat diff --git a/debian/changelog b/debian/changelog index 0cf2b2f..17e3c00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-routefs (1.1.2-2) unstable; urgency=low + + * Port packaging to dh_python2. + + -- Greg Price Thu, 18 Apr 2013 22:15:40 -0400 + python-routefs (1.1.2-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index ff43757..38eee62 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-routefs Section: python Priority: extra Maintainer: Evan Broder -Build-Depends: cdbs, debhelper, quilt, python-all-dev, python-support, python-setuptools +Build-Depends: cdbs (>=0.4.90~), debhelper, quilt, python-all-dev (>=2.6.6-3~), python-setuptools Standards-Version: 3.7.2 Package: python-routefs diff --git a/debian/pycompat b/debian/pycompat deleted file mode 100644 index 0cfbf08..0000000 --- a/debian/pycompat +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/rules b/debian/rules index f5a695c..aec1ec1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport - include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -- 1.7.9.5