[med-svn] r20183 - trunk/packages/python-burrito-fillings/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Oct 3 05:31:00 UTC 2015


Author: tille
Date: 2015-10-03 05:31:00 +0000 (Sat, 03 Oct 2015)
New Revision: 20183

Modified:
   trunk/packages/python-burrito-fillings/trunk/debian/changelog
   trunk/packages/python-burrito-fillings/trunk/debian/control
Log:
cme fix dpkg-control (found need to s/clustal-w/clustalw/ !)


Modified: trunk/packages/python-burrito-fillings/trunk/debian/changelog
===================================================================
--- trunk/packages/python-burrito-fillings/trunk/debian/changelog	2015-10-03 05:25:38 UTC (rev 20182)
+++ trunk/packages/python-burrito-fillings/trunk/debian/changelog	2015-10-03 05:31:00 UTC (rev 20183)
@@ -1,6 +1,8 @@
 python-burrito-fillings (0.1.1-1) UNRELEASED; urgency=medium
 
   * Initial upload to Debian (Closes: #???)
+  * Enhance long description
+  * cme fix dpkg-control (found need to s/clustal-w/clustalw/ !)
 
  -- Andreas Tille <tille at debian.org>  Sat, 03 Oct 2015 07:21:52 +0200
 

Modified: trunk/packages/python-burrito-fillings/trunk/debian/control
===================================================================
--- trunk/packages/python-burrito-fillings/trunk/debian/control	2015-10-03 05:25:38 UTC (rev 20182)
+++ trunk/packages/python-burrito-fillings/trunk/debian/control	2015-10-03 05:31:00 UTC (rev 20183)
@@ -1,11 +1,16 @@
 Source: python-burrito-fillings
-Section: python
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9), python-all (>= 2.7), python-support, dh-python,
-               python-burrito, python-skbio (>= 0.2.1), python-cogent,
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               python-all (>= 2.7),
+               python-support,
+               dh-python,
+               python-burrito,
+               python-skbio,
+               python-cogent,
                python-setuptools,
                python-tk,
                blast2,
@@ -14,25 +19,27 @@
                muscle,
                parsinsert,
                raxml,
-               rdp-classifier (>=2.9),
+               rdp-classifier,
                sortmerna,
                sumatra,
                sumaclust,
                swarm,
-               vsearch (>= 1.1.1.nodata-0biolinux1)
+               vsearch (>= 1.1.3)
 Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-burrito-fillings/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-burrito-fillings/trunk/
 Homepage: https://github.com/biocore/burrito-fillings
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-burrito-fillings/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-burrito-fillings/trunk/
 
 Package: python-burrito-fillings
 Architecture: amd64 kfreebsd-amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
 Recommends: blast2,
             bwa,
             cd-hit,
             clearcut,
-            clustal-w,
+            clustalw,
             ea-utils,
             fasttree,
             infernal,
@@ -41,7 +48,7 @@
             muscle,
             parsinsert,
             raxml,
-            rdp-classifier (>=2.9),
+            rdp-classifier,
 #             rtax,
             seqprep,
             sortmerna,
@@ -49,5 +56,12 @@
             swarm,
             vsearch
 Description: burrito application controllers for bioinformatics
- The burrito-fillings project provides wrappers for bioinformatics tools using
- the burrito framework.
+ The burrito-fillings project provides wrappers for bioinformatics tools
+ using the burrito framework.
+ .
+ burrito-fillings (canonically pronounced boar-ee-toe phil-ings; python
+ package name bfillings) contains burrito CommandLineApplication
+ subclasses (i.e., application controllers) for bioinformatics
+ applications. This is intended to be a temporary package for the
+ application controllers that are used in QIIME as we figure out which of
+ these we will continue to support.




More information about the debian-med-commit mailing list