[28607] in Source-Commits

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

python-hesiod commit [debian]: Replace python-support with dh-python

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Jun 17 23:26:37 2016

Date: Fri, 17 Jun 2016 23:26:32 -0400
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201606180326.u5I3QWW4015145@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/python-hesiod/commit/2cfd3690f8680fe2fc20352f425b9c0e62fcd0ea
commit 2cfd3690f8680fe2fc20352f425b9c0e62fcd0ea
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Fri Jun 17 23:23:26 2016 -0400

    Replace python-support with dh-python

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

diff --git a/debian/changelog b/debian/changelog
index 8e4011a..85e5655 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-hesiod (0.2.12-0debathena2) unstable; urgency=medium
+
+  * Replace python-support with dh-python
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Fri, 17 Jun 2016 23:22:54 -0400
+
 python-hesiod (0.2.12-0debathena1) unstable; urgency=low
 
   * Bump version to build a new upstream tarball
diff --git a/debian/control b/debian/control
index ff34eb2..15c7082 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-hesiod
 Section: python
 Priority: extra
 Maintainer: Evan Broder <broder@mit.edu>
-Build-Depends: debhelper (>= 7), python-all-dev, python-support, python-pyrex, python-setuptools, libhesiod-dev, python-pyrex
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~), python2.7, python-pyrex, python-setuptools, libhesiod-dev
 Standards-Version: 3.9.3
 
 Package: python-hesiod
@@ -10,6 +10,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 Conflicts: debathena-pyhesiodfs (<< 0.0.r144)
+X-Python-Version: 2.7
 Description: Python bindings for Hesiod
  PyHesiod provides a set of Python bindings for Hesiod, the Project
  Athena service name resolution protocol used at MIT and elsewhere.
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 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