Port packaging to dh_python2
authorGreg Price <price@mit.edu>
Fri, 19 Apr 2013 02:24:04 +0000 (22:24 -0400)
committerGreg Price <price@mit.edu>
Fri, 19 Apr 2013 02:25:53 +0000 (22:25 -0400)
debian/changelog
debian/control
debian/pycompat [deleted file]
debian/rules

index 0cf2b2f..17e3c00 100644 (file)
@@ -1,3 +1,9 @@
+python-routefs (1.1.2-2) unstable; urgency=low
+
+  * Port packaging to dh_python2.
+
+ -- Greg Price <price@mit.edu>  Thu, 18 Apr 2013 22:15:40 -0400
+
 python-routefs (1.1.2-1) unstable; urgency=low
 
   * New upstream release.
index ff43757..38eee62 100644 (file)
@@ -2,7 +2,7 @@ Source: python-routefs
 Section: python
 Priority: extra
 Maintainer: Evan Broder <broder@mit.edu>
-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 (file)
index 0cfbf08..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2
index f5a695c..aec1ec1 100755 (executable)
@@ -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