[28654] in Source-Commits

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

metrics commit: Replace python-support with dh_python2

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Mon Jun 27 01:37:50 2016

Date: Mon, 27 Jun 2016 01:37:45 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201606270537.u5R5bjPM018936@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/metrics/commit/4eac6841abd92bd65c405f2978bb1cd41dc4a213
commit 4eac6841abd92bd65c405f2978bb1cd41dc4a213
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Sat Jun 25 22:43:05 2016 -0400

    Replace python-support with dh_python2

 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 61b1d49..2d6bbcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-metrics (1.10) unstable; urgency=medium
+
+  * Replace python-support with dh_python2.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Sat, 25 Jun 2016 22:43:08 -0400
+
 debathena-metrics (1.9) unstable; urgency=low
 
   * Only run the install-pkg command if it exists (Trac: #544)
diff --git a/debian/control b/debian/control
index 240da22..0bac1b7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,9 @@ Section: debathena/misc
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
 Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2),
- python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3),
+ python-all-dev (>= 2.6.6-3~), python2.7-dev,
  python-pyrex, python-setuptools
+X-Python-Version: 2.7
 Standards-Version: 3.8.3
 
 Package: debathena-metrics
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 b7736ca..11bfeda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES = debathena-metrics
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk

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