[28605] in Source-Commits

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

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

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

Date: Fri, 17 Jun 2016 23:07:18 -0400
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201606180307.u5I37IcV019706@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/locker-support/commit/0538721b2da6d71a171c6933cabb7e027ddd7ad8
commit 0538721b2da6d71a171c6933cabb7e027ddd7ad8
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Fri Jun 17 22:47:06 2016 -0400

    Replace python-support with dh-python

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

diff --git a/debian/changelog b/debian/changelog
index 7ecd8e4..0efb622 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-locker-support (10.4.7-0debathena2) unstable; urgency=medium
+
+  * Replace python-support with dh-python
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Fri, 17 Jun 2016 22:46:21 -0400
+
 debathena-locker-support (10.4.7-0debathena1) unstable; urgency=low
 
   * Update to 10.4.7, which contains a fix for add's removal of lockers
diff --git a/debian/control b/debian/control
index b6fb831..b6414fe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: debathena-locker-support
 Section: debathena/net
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7.0.50~), python, python-support
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python2.7
 Standards-Version: 3.9.3
 
 Package: debathena-locker-support
@@ -11,6 +11,7 @@ Depends: ${misc:Depends},
  ${python:Depends},
  python-afs (>= 0.2.0-1~),
  python-hesiod (>= 0.2.11~),
+X-Python-Version: 2.7
 Description: Python modules for Athena's "locker" framework
  This package provides the "locker" and "athdir" modules,
  for use with debathena-pyhesiodfs and more
@@ -19,6 +20,7 @@ Package: debathena-attach
 Architecture: all
 Provides: attach
 Depends: debathena-locker-support, ${misc:Depends}, ${python:Depends}
+X-Python-Version: 2.7
 Description: Athena utility to attach a remote file system to the workstation
  The attach utility is a filesystem-independent utility which allows you
  to attach a filesystem to a directory hierarchy on a workstation.
@@ -28,6 +30,7 @@ Package: debathena-athdir
 Architecture: all
 Provides: athdir
 Depends: debathena-locker-support, ${misc:Depends}, ${python:Depends}
+X-Python-Version: 2.7
 Description: Utility to find machine-specific directories using Athena conventions
  The athdir utility is used to locate specific types of files in an
  Athena locker.  It knows about all the conventions for compatibility
@@ -39,6 +42,7 @@ Package: debathena-quota
 Architecture: all
 Depends: debathena-locker-support, ${misc:Depends}, ${python:Depends}
 Suggests: debathena-quota-config
+X-Python-Version: 2.7
 Description: Print disk usage and quota limits
  Quota displays a user's disk usage and limits on local and NFS mounted
  file systems, as well as AFS lockers that have been attached. If a user
diff --git a/debian/rules b/debian/rules
index ec73975..a15c888 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh --with-python2 $@
+	dh $@ --with-python2
 
 override_dh_auto_install:
 	dh_auto_install -- --install-scripts=/usr/bin

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