[28604] in Source-Commits
get_message commit [debian]: Replace python-support with dh-python
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Jun 17 23:07:02 2016
Date: Fri, 17 Jun 2016 23:07:00 -0400
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201606180307.u5I370Pn019660@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/get_message/commit/e661d1603e2d71d5676244f1ad39ec58035db55c
commit e661d1603e2d71d5676244f1ad39ec58035db55c
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Fri Jun 17 22:22:10 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 105651a..5b478c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-get-message (10.1.1-0debathena3) unstable; urgency=medium
+
+ * Replace python-support with dh-python
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Fri, 17 Jun 2016 22:19:36 -0400
+
debathena-get-message (10.1.1-0debathena2) unstable; urgency=low
* Add a postinst to correctly set permissions on the message cache and
diff --git a/debian/control b/debian/control
index 338f384..ee22ae2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: debathena-get-message
Section: debathena/net
Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7), python2.7, python (>= 2.6.6-3~)
Standards-Version: 3.9.3
Package: debathena-get-message
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-hesiod
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-hesiod
+X-Python-Version: 2.7
Description: A program to display the global Athena message of the day
The get_message utility locates the Athena Global Message server,
retrieves the current message of the day, and displays it if
diff --git a/debian/rules b/debian/rules
index cbe925d..18bcae9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2