[28595] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Jun 17 22:14:49 2016

Date: Fri, 17 Jun 2016 22:14:47 -0400
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201606180214.u5I2ElNu031698@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/athrun/commit/f5518594397134141b435c46105b2765bef7d4d5
commit f5518594397134141b435c46105b2765bef7d4d5
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Fri Jun 17 21:56:34 2016 -0400

    Replace python-support with dh-python

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

diff --git a/debian/changelog b/debian/changelog
index c2e30eb..a043d3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-athrun (10.3.1-0debathena2) unstable; urgency=medium
+
+  * Replace python-support with dh-python
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Fri, 17 Jun 2016 21:54:17 -0400
+
 debathena-athrun (10.3.1-0debathena1) unstable; urgency=low
 
   * Bump version.
diff --git a/debian/control b/debian/control
index 499fc92..94767df 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: debathena-athrun
 Section: debathena/net
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), bash-completion, python-support
+Build-Depends: debhelper (>= 7), bash-completion, dh-python, python2.7
 Standards-Version: 3.9.3
 
 Package: debathena-athrun
@@ -25,6 +25,7 @@ Package: debathena-attachandrun
 Architecture: all
 Provides: attachandrun
 Depends: ${misc:Depends}, ${python:Depends}, debathena-attach, python
+X-Python-Version: 2.7
 Description: An Athena utility for scripts to run a program from a locker
  The attachandrun utility allows a script to robustly run a program from
  a specified locker.
diff --git a/debian/rules b/debian/rules
index 01c4f53..67c8cc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with bash-completion
+	dh $@ --with bash-completion --with python2

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