[med-svn] r8708 - trunk/packages/qiime/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Nov 29 14:56:33 UTC 2011
Author: tille
Date: 2011-11-29 14:56:33 +0000 (Tue, 29 Nov 2011)
New Revision: 8708
Modified:
trunk/packages/qiime/trunk/debian/changelog
trunk/packages/qiime/trunk/debian/rules
Log:
allow overriding python2 by environemnt which helps backporters like Tim for BioLinux; uploaded to unstable
Modified: trunk/packages/qiime/trunk/debian/changelog
===================================================================
--- trunk/packages/qiime/trunk/debian/changelog 2011-11-29 14:18:21 UTC (rev 8707)
+++ trunk/packages/qiime/trunk/debian/changelog 2011-11-29 14:56:33 UTC (rev 8708)
@@ -1,4 +1,4 @@
-qiime (1.3.0-2) UNRELEASED; urgency=low
+qiime (1.3.0-2) unstable; urgency=low
* debian/control:
- Added myself to uploaders
@@ -12,8 +12,12 @@
- Build-Depends:
+ python-all-dev (>= 2.6) (instead of python-central)
+ python-sphinx to create python documentation
- * debian/rules: short dh notation instead of cdbs
- Closes: #639389
+ * debian/rules:
+ - short dh notation instead of cdbs
+ Closes: #639389
+ - allow overriding python2 by environemnt which helps backporters
+ like Tim for BioLinux
+ - use calculated $(pkg) variable instead of fixed string 'qiime'
* debian/{rules,qiime.install}: Adapted to new binary package layout
* debian/qiime.{doc,links}: Move documentation into place and use
packaged JavaScript libraries
Modified: trunk/packages/qiime/trunk/debian/rules
===================================================================
--- trunk/packages/qiime/trunk/debian/rules 2011-11-29 14:18:21 UTC (rev 8707)
+++ trunk/packages/qiime/trunk/debian/rules 2011-11-29 14:56:33 UTC (rev 8708)
@@ -9,8 +9,11 @@
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
+#Allowing this to be overridden by environemnt helps with backports
+DEB_PYTHON_SUPPORT?=python2
+
%:
- dh $@ --with python2
+ dh $@ --with $(DEB_PYTHON_SUPPORT)
override_dh_compress:
dh_compress \
More information about the debian-med-commit
mailing list