[28618] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Sat Jun 18 02:18:46 2016

Date: Sat, 18 Jun 2016 02:18:42 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201606180618.u5I6Igfe013948@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/pyhesiodfs/commit/be3f5888dc278b073a5b76cb316c49ea0130e1e4
commit be3f5888dc278b073a5b76cb316c49ea0130e1e4
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Sat Jun 18 01:48:11 2016 -0400

    Replace python-support with dh-python

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

diff --git a/debian/changelog b/debian/changelog
index bfe9873..6243a1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-pyhesiodfs (1.1-0debathena5) UNRELEASED; urgency=medium
+
+  * Replace python-support with dh-python.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Sat, 18 Jun 2016 01:54:09 -0400
+
 debathena-pyhesiodfs (1.1-0debathena4) unstable; urgency=low
 
   * Add a systemd unit file, translated from the sysvinit script. (Trac: #962)
diff --git a/debian/control b/debian/control
index 1fb8fa9..0f70f6f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: debathena-pyhesiodfs
 Section: debathena/net
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, dh-systemd (>= 1.5) | cdbs (<< 0.4.122~), config-package-dev, python-support, python (>= 2.6~)
+Build-Depends: cdbs, debhelper, dh-systemd (>= 1.5) | cdbs (<< 0.4.122~), config-package-dev, python (>= 2.6.6-3~), python2.7
+X-Python-Version: 2.7
 Standards-Version: 3.9.3
 
 Package: debathena-pyhesiodfs
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${misc:Depends},
  ${python:Depends},
  python-fuse,
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 9e8e934..e5bd442 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 DEB_DIVERT_EXTENSION = .debathena
 DEB_DIVERT_FILES_debathena-pyhesiodfs += \
 	/etc/fuse.conf.debathena
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES = debathena-pyhesiodfs
 
 ifneq ($(shell grep RESTART_AFTER_UPGRADE /usr/bin/dh_installinit),)
 	DEB_DH_INSTALLINIT_ARGS += --restart-after-upgrade

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