[28135] in Source-Commits
python-discuss commit [debian]: Do not build for Python 2.6
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sat Mar 29 00:09:35 2014
Date: Sat, 29 Mar 2014 00:09:28 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403290409.s2T49SnY003476@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-discuss/commit/d55c95f993243c41cfc749dd50d677a23a45cb87
commit d55c95f993243c41cfc749dd50d677a23a45cb87
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Fri Mar 28 23:53:32 2014 -0400
Do not build for Python 2.6
This package attempts to install itself for Python 2.6 on wheezy and
fails.
debian/changelog | 6 ++++++
debian/control | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2fb117f..8f307b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-discuss (1.2-0debathena3) unstable; urgency=low
+
+ * Avoid building for Python 2.6 on distributions which support it
+
+ -- Victor Vasiliev <vasilvv@mit.edu> Fri, 28 Mar 2014 23:50:28 -0400
+
python-discuss (1.2-0debathena2) unstable; urgency=low
* Install /etc/discuss files provided by the package
diff --git a/debian/control b/debian/control
index c1d5c65..7002fee 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: python
Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
Build-Depends: debhelper (>= 7), python (>= 2.7)
+X-Python-Version: 2.7
Standards-Version: 3.9.4
Package: python-discuss