[28590] in Source-Commits
athinfo commit [debian]: Replace python-support with dh-python
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Jun 17 21:45:37 2016
Date: Fri, 17 Jun 2016 21:45:33 -0400
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201606180145.u5I1jXjQ016149@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/athinfo/commit/851e377d966c4d2a853998a058d9e102a2a7a306
commit 851e377d966c4d2a853998a058d9e102a2a7a306
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Fri Jun 17 21:42:13 2016 -0400
Replace python-support with dh-python
debian/changelog | 6 ++++++
debian/control | 5 +++--
debian/rules | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 207a8e8..ab57373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-athinfo (10.3-0debathena2) unstable; urgency=medium
+
+ * Replace python-support with dh-python
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Fri, 17 Jun 2016 21:41:33 -0400
+
debathena-athinfo (10.3-0debathena1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index ddafc25..02cb231 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
# FIXME: python-support should be replaced with dh_python2 once lucid
# is no longer supported.
-Build-Depends: debhelper (>= 7), bash-completion, python-support
+Build-Depends: debhelper (>= 7), bash-completion, python2.7, dh-python
Standards-Version: 3.9.5
Vcs-Browser: https://github.com/mit-athena/athinfo
Vcs-Git: git://github.com/mit-athena/athinfo -b debian
@@ -12,7 +12,8 @@ Vcs-Git: git://github.com/mit-athena/athinfo -b debian
Package: debathena-athinfo
Architecture: all
Provides: athinfo
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, netbase
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python, netbase
+X-Python-Version: 2.7
Description: An Athena utility to retrieve information about a workstation
The athinfo tool queries a remote workstation using the athinfo daemon
for information about the workstation, such as its hardware type and
diff --git a/debian/rules b/debian/rules
index 3813cad..074ed85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@ --with bash-completion
+ dh $@ --with bash-completion --with python2