[med-svn] r14445 - trunk/packages/python-biom-format/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Aug 14 23:27:04 UTC 2013


Author: tille
Date: 2013-08-14 23:27:04 +0000 (Wed, 14 Aug 2013)
New Revision: 14445

Modified:
   trunk/packages/python-biom-format/trunk/debian/changelog
   trunk/packages/python-biom-format/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/python-biom-format/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/changelog	2013-08-14 23:24:53 UTC (rev 14444)
+++ trunk/packages/python-biom-format/trunk/debian/changelog	2013-08-14 23:27:04 UTC (rev 14445)
@@ -1,10 +1,10 @@
 python-biom-format (1.1.2-1) UNRELEASED; urgency=low
 
-  * debian/copyright: - Add Files-Excluded to document what was removed
-    from original source
   * debian/watch:
      - Enable '+dfsg' suffix in Debian versions
      - Fix download location
+  * debian/control:
+     - cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Thu, 15 Aug 2013 01:17:43 +0200
 

Modified: trunk/packages/python-biom-format/trunk/debian/control
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/control	2013-08-14 23:24:53 UTC (rev 14444)
+++ trunk/packages/python-biom-format/trunk/debian/control	2013-08-14 23:27:04 UTC (rev 14445)
@@ -1,19 +1,24 @@
 Source: python-biom-format
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
 Section: python
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6), python-numpy, cython
-Standards-Version: 3.9.3
-Homepage: http://biom-format.org/
+Build-Depends: debhelper (>= 9),
+               python-all-dev,
+               python-numpy,
+               cython
+Standards-Version: 3.9.4
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-biom-format/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-biom-format/trunk/
+Homepage: http://biom-format.org/
 
 Package: python-biom-format
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
-  python-dateutil, python-cogent
+Depends: ${shlibs:Depends},
+         ${python:Depends},
+         ${misc:Depends},
+         python-dateutil,
+         python-cogent
 Description: Biological Observation Matrix (BIOM) format
  The BIOM file format (canonically pronounced biome) is designed to be a
  general-use format for representing biological sample by observation
@@ -34,3 +39,4 @@
  observations in this case again might correspond to SEED subsystems, and
  the counts would correspond to the number of times each subsystem is
  observed in each genome.
+




More information about the debian-med-commit mailing list