[med-svn] r12001 - trunk/packages/qiime/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Aug 6 07:27:32 UTC 2012


Author: tille
Date: 2012-08-06 07:27:31 +0000 (Mon, 06 Aug 2012)
New Revision: 12001

Modified:
   trunk/packages/qiime/trunk/debian/changelog
   trunk/packages/qiime/trunk/debian/control
   trunk/packages/qiime/trunk/debian/get-orig-source
Log:
Depends python >= 2.7; Recommends: python-biom-format; use xz compression for next source version


Modified: trunk/packages/qiime/trunk/debian/changelog
===================================================================
--- trunk/packages/qiime/trunk/debian/changelog	2012-08-06 07:22:03 UTC (rev 12000)
+++ trunk/packages/qiime/trunk/debian/changelog	2012-08-06 07:27:31 UTC (rev 12001)
@@ -1,3 +1,15 @@
+qiime (1.5.0-2) UNRELEASED; urgency=low
+
+  * debian/control:
+     - Recommends: python-biom-format
+       Closes: #682199
+     - Depends: python >= 2.7
+       Closes: #682198
+  * debian/get-orig-source: For next release use xz compression of
+    repackaged source
+
+ -- Andreas Tille <tille at debian.org>  Mon, 06 Aug 2012 09:22:42 +0200
+
 qiime (1.5.0-1) unstable; urgency=low
 
   * New upstream version (adapted patches + remove patch that was applied

Modified: trunk/packages/qiime/trunk/debian/control
===================================================================
--- trunk/packages/qiime/trunk/debian/control	2012-08-06 07:22:03 UTC (rev 12000)
+++ trunk/packages/qiime/trunk/debian/control	2012-08-06 07:27:31 UTC (rev 12001)
@@ -5,13 +5,13 @@
 Uploaders: Steffen Moeller <moeller at debian.org>, Tim Booth <tbooth at ceh.ac.uk>,
  Andreas Tille <tille at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6), python-cogent ( >= 1.5.1 ),
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.7), python-cogent ( >= 1.5.1 ),
  python-numpy, python-matplotlib, ghc6, python-sphinx
 Standards-Version: 3.9.3
 Homepage: http://www.qiime.org/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/qiime/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/qiime/trunk/
-XS-Python-Version: >= 2.6
+XS-Python-Version: >= 2.7
 
 Package: qiime
 Architecture: any
@@ -19,7 +19,7 @@
  python-pynast (>= 1.1)|pynast (>= 1.1), python-cogent ( >= 1.5.1 ),
  king
 Recommends: blast2 | blast+-legacy, cd-hit, rdp-classifier, chimeraslayer, muscle, infernal,
- fasttree, ampliconnoise, python-matplotlib, python-numpy
+ fasttree, ampliconnoise, python-matplotlib, python-numpy, python-biom-format
 Suggests: t-coffee, cytoscape
 Replaces: denoiser
 Conflicts: denoiser

Modified: trunk/packages/qiime/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/qiime/trunk/debian/get-orig-source	2012-08-06 07:22:03 UTC (rev 12000)
+++ trunk/packages/qiime/trunk/debian/get-orig-source	2012-08-06 07:27:31 UTC (rev 12001)
@@ -1,6 +1,8 @@
 #!/bin/sh
 # get source for king and strip binary JARs
 
+COMPRESSION=xz
+
 set -e
 NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
 
@@ -25,5 +27,5 @@
 # Remove useless JAR and CLASS files
 find . -name "*.jar" -delete
 
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf "$NAME"_"$VERSION".orig.tar.gz "${TARDIR}"
+GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESSION} "${TARDIR}"
 rm -rf "$TARDIR"




More information about the debian-med-commit mailing list