[med-svn] r14272 - trunk/packages/mothur/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Jul 30 12:34:33 UTC 2013


Author: tille
Date: 2013-07-30 12:34:32 +0000 (Tue, 30 Jul 2013)
New Revision: 14272

Modified:
   trunk/packages/mothur/trunk/debian/changelog
   trunk/packages/mothur/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/mothur/trunk/debian/changelog
===================================================================
--- trunk/packages/mothur/trunk/debian/changelog	2013-07-30 12:29:55 UTC (rev 14271)
+++ trunk/packages/mothur/trunk/debian/changelog	2013-07-30 12:34:32 UTC (rev 14272)
@@ -6,6 +6,8 @@
   * debian/copyright: Add Files-Excluded to document what was removed from
     original source
   * debian/rules: Use enhanced uscan
+  * debian/control:
+     - cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Tue, 30 Jul 2013 14:32:44 +0200
 

Modified: trunk/packages/mothur/trunk/debian/control
===================================================================
--- trunk/packages/mothur/trunk/debian/control	2013-07-30 12:29:55 UTC (rev 14271)
+++ trunk/packages/mothur/trunk/debian/control	2013-07-30 12:34:32 UTC (rev 14272)
@@ -1,21 +1,25 @@
 Source: mothur
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+           Andreas Tille <tille at debian.org>,
+           Tim Booth <tbooth at ceh.ac.uk>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>,
- Andreas Tille <tille at debian.org>,
- Tim Booth <tbooth at ceh.ac.uk>
-Build-Depends: debhelper (>= 8), libreadline-dev, gfortran, libopenmpi-dev
-Standards-Version: 3.9.3
-Homepage: http://www.mothur.org
+Build-Depends: debhelper (>= 8),
+               libreadline-dev,
+               gfortran,
+               libopenmpi-dev
+Standards-Version: 3.9.4
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mothur/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mothur/trunk/
+Homepage: http://www.mothur.org
 
 Package: mothur
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: uchime
 Provides: uchime
-Conflicts: uchime
 Description: sequence analysis suite for research on microbiota
  Mothur seeks to develop a single piece of open-source, expandable
  software to fill the bioinformatics needs of the microbial ecology
@@ -26,8 +30,12 @@
 
 Package: mothur-mpi
 Architecture: amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, mothur, openmpi-bin
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         mothur,
+         openmpi-bin
 Description: mpi-enabled binary for mothur
  Provides the MPI-enabled binary for Mothur
  According to the docs this is of limited usefulness but is provided
  for completeness.
+




More information about the debian-med-commit mailing list