[28658] in Source-Commits

home help back first fref pref prev next nref lref last post

python-afs commit [debian]: Replace python-support with dh_python2

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Tue Jun 28 23:07:44 2016

Date: Tue, 28 Jun 2016 23:07:41 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201606290307.u5T37fhB012056@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/python-afs/commits/eae6386b9c804724f6fd6dc253f2abcc68488fa9
commit eae6386b9c804724f6fd6dc253f2abcc68488fa9
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Mon Jun 27 01:52:39 2016 -0400

    Replace python-support with dh_python2

 debian/changelog  |    6 ++++++
 debian/control    |    3 ++-
 debian/pycompat   |    1 -
 debian/pyversions |    1 -
 debian/rules      |    2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1cb97a2..77729d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-afs (0.2.2-0debathena3) unstable; urgency=medium
+
+  * Replace python-support with dh_python2.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Mon, 27 Jun 2016 01:52:17 -0400
+
 python-afs (0.2.2-0debathena2) unstable; urgency=low
 
   * Actually set the source format to 3.0 (quilt)
diff --git a/debian/control b/debian/control
index f5504ba..514b249 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: python-afs
 Section: python
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), python-all-dev, python-support, cython, python-setuptools, libopenafs-dev (>= 1.6.0-1~), libkrb5-dev
+Build-Depends: debhelper (>= 7), python-all-dev, python (>= 2.6.6-3~), python2.7, cython, python-setuptools, libopenafs-dev (>= 1.6.0-1~), libkrb5-dev
+X-Python-Version: 2.7
 Standards-Version: 3.9.3
 
 Package: python-afs
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/pyversions b/debian/pyversions
deleted file mode 100644
index 0c043f1..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.6-
diff --git a/debian/rules b/debian/rules
index cbe925d..18bcae9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2

home help back first fref pref prev next nref lref last post