port packaging to dh_python2
authorAdam Glasgall <adam@crossproduct.net>
Wed, 17 Apr 2013 03:40:31 +0000 (23:40 -0400)
committerAdam Glasgall <adam@crossproduct.net>
Thu, 18 Apr 2013 18:32:07 +0000 (14:32 -0400)
debian/changelog
debian/control
debian/pycompat [deleted file]
debian/rules

index 7258337..59e664f 100644 (file)
@@ -1,3 +1,9 @@
+python-afs (0.1.1-2~glasgall1) precise; urgency=low
+
+  * Port packaging to dh_python2 and bump version for Precise build
+
+ -- Adam Glasgall <glasgall@mit.edu>  Tue, 16 Apr 2013 23:39:49 -0400
+
 python-afs (0.1.1-1) unstable; urgency=low
 
   * New upstream release.
index 20a72e1..e555c24 100644 (file)
@@ -2,7 +2,7 @@ Source: python-afs
 Section: python
 Priority: extra
 Maintainer: Evan Broder <broder@mit.edu>
-Build-Depends: cdbs, debhelper, python-all-dev, python-support, cython, python-setuptools, libopenafs-dev, libkrb5-dev
+Build-Depends: cdbs, debhelper, python-all-dev (>= 2.6.6.3~), cython, python-setuptools, libopenafs-dev, libkrb5-dev
 Standards-Version: 3.8.3
 
 Package: python-afs
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644 (file)
index 0cfbf08..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2
index 25c34c4..24a3f1e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES=python-afs
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk