[med-svn] r16803 - trunk/packages/python-cogent/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Fri Apr 25 18:41:48 UTC 2014


Author: tille
Date: 2014-04-25 18:41:48 +0000 (Fri, 25 Apr 2014)
New Revision: 16803

Modified:
   trunk/packages/python-cogent/trunk/debian/changelog
   trunk/packages/python-cogent/trunk/debian/control
Log:
cme fix dpkg-control; Priority: optional (except for *-dbg)


Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog	2014-04-25 18:35:37 UTC (rev 16802)
+++ trunk/packages/python-cogent/trunk/debian/changelog	2014-04-25 18:41:48 UTC (rev 16803)
@@ -1,3 +1,10 @@
+python-cogent (1.5.3-3) UNRELEASED; urgency=medium
+
+  * cme fix dpkg-control
+  * Priority: optional (except for *-dbg)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 25 Apr 2014 20:40:39 +0200
+
 python-cogent (1.5.3-2biolinux1) trusty; urgency=low
 
   * Allow use of newer cd-hit that doesn't leave a tmp file

Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control	2014-04-25 18:35:37 UTC (rev 16802)
+++ trunk/packages/python-cogent/trunk/debian/control	2014-04-25 18:41:48 UTC (rev 16803)
@@ -1,21 +1,29 @@
 Source: python-cogent
-Section: python
-Priority: extra
 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>,
- Thorsten Alteholz <debian at alteholz.de>
-Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6), python-support, python-numpy (>= 1.3.0),
- python-sphinx, cython
-Standards-Version: 3.9.4
+           Andreas Tille <tille at debian.org>,
+           Thorsten Alteholz <debian at alteholz.de>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               python-all-dev,
+               python-support,
+               python-numpy,
+               python-sphinx,
+               cython
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-cogent/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-cogent/trunk/
 Homepage: http://pycogent.sourceforge.net/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-cogent/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-cogent/trunk/
 
 Package: python-cogent
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Suggests: python-cogent-doc, cd-hit, parsinsert
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Suggests: python-cogent-doc,
+          cd-hit,
+          parsinsert
 Description: framework for genomic biology
  PyCogent is a software library for genomic biology. It is a fully
  integrated and thoroughly tested framework for:
@@ -31,7 +39,9 @@
 Package: python-cogent-dbg
 Architecture: any
 Section: debug
-Depends: python-cogent (= ${binary:Version}), ${misc:Depends}
+Priority: extra
+Depends: python-cogent (= ${binary:Version}),
+         ${misc:Depends}
 Description: debug information for pycogent
  PyCogent is a software library for genomic biology.
  .
@@ -45,7 +55,9 @@
 Package: python-cogent-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
+Depends: ${misc:Depends},
+         libjs-jquery,
+         libjs-underscore
 Suggests: python-cogent (= ${binary:Version})
 Description: docs for python-cogent
  PyCogent is a software library for genomic biology.




More information about the debian-med-commit mailing list