[med-svn] r6146 - trunk/packages/qiime/trunk/debian
Steffen Möller
moeller at alioth.debian.org
Wed Mar 2 17:48:49 UTC 2011
Author: moeller
Date: 2011-03-02 17:48:47 +0000 (Wed, 02 Mar 2011)
New Revision: 6146
Modified:
trunk/packages/qiime/trunk/debian/README.Debian
trunk/packages/qiime/trunk/debian/changelog
trunk/packages/qiime/trunk/debian/control
trunk/packages/qiime/trunk/debian/rules
Log:
Uploaded 1.2.1 to experimental ... volunteers for improvements welcome.
Modified: trunk/packages/qiime/trunk/debian/README.Debian
===================================================================
--- trunk/packages/qiime/trunk/debian/README.Debian 2011-03-02 15:37:50 UTC (rev 6145)
+++ trunk/packages/qiime/trunk/debian/README.Debian 2011-03-02 17:48:47 UTC (rev 6146)
@@ -7,11 +7,16 @@
Not all those tools that QIIME can work with are yet available
with Debian. If you find resources to help - please do.
-The package is in experimental since it depends on python-pynast
-that is in experimental - and since like pynast it uses the
-sphinx documentation system that it not yet uses to streamline
-the orig.tar.gz and recreate the documentation from its sources.
+The package is in experimental since:
+ * it depends on python-pynast that is in experimental - and
+ since like pynast it uses the sphinx documentation system
+ that it not yet uses to streamline the orig.tar.gz and
+ recreate the documentation from its sources.
+ When adding python-sphinx the build fails because of a conflict
+ to orig.tar.gz that could not yet be resolved.
-The distribution in contrib is inherited via pynast from the
-cogent library that incorporates some "free for academia only"
-code fragment.
+The distribution set to contrib because of
+ * a build dependency to pynast from the cogent library that
+ incorporates some "free for academia only" code fragment.
+ * the strong suggest to use uclust that is not shipped with
+ Debian as a binary only package.
Modified: trunk/packages/qiime/trunk/debian/changelog
===================================================================
--- trunk/packages/qiime/trunk/debian/changelog 2011-03-02 15:37:50 UTC (rev 6145)
+++ trunk/packages/qiime/trunk/debian/changelog 2011-03-02 17:48:47 UTC (rev 6146)
@@ -1,6 +1,15 @@
-qiime (1.1.0-1) experimental; urgency=low
+qiime (1.2.1-1) experimental; urgency=low
* Initial release (Closes: #587275)
+ * Corrected home page
+ * Updated policy to 3.9.1
+ * Updated debian/README.Debian
- -- Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de> Sun, 27 Jun 2010 01:00:47 +0200
+ -- Steffen Moeller <moeller at debian.org> Wed, 02 Mar 2011 18:19:39 +0100
+qiime (1.1.0-1) experimental; urgency=low
+
+ * Initial release.
+
+ -- Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de> Tue, 20 Jul 2010 00:03:02 +0200
+
Modified: trunk/packages/qiime/trunk/debian/control
===================================================================
--- trunk/packages/qiime/trunk/debian/control 2011-03-02 15:37:50 UTC (rev 6145)
+++ trunk/packages/qiime/trunk/debian/control 2011-03-02 17:48:47 UTC (rev 6146)
@@ -4,8 +4,8 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de>, Steffen Moeller <moeller at debian.org>
Build-Depends: debhelper (>= 7), cdbs, python, python-central, python-cogent, python-numpy, python-matplotlib
-Standards-Version: 3.9.0
-Homepage: http://pynast.sourceforge.net/
+Standards-Version: 3.9.1
+Homepage: http://qiime.sourceforge.net/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/qiime/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/qiime/trunk/
XS-Python-Version: >= 2.5
Modified: trunk/packages/qiime/trunk/debian/rules
===================================================================
--- trunk/packages/qiime/trunk/debian/rules 2011-03-02 15:37:50 UTC (rev 6145)
+++ trunk/packages/qiime/trunk/debian/rules 2011-03-02 17:48:47 UTC (rev 6146)
@@ -8,3 +8,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ rm -rf doc/_build
More information about the debian-med-commit
mailing list