[med-svn] r16369 - trunk/packages/python-biopython/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Mar 4 10:12:36 UTC 2014
Author: tille
Date: 2014-03-04 10:12:36 +0000 (Tue, 04 Mar 2014)
New Revision: 16369
Modified:
trunk/packages/python-biopython/trunk/debian/changelog
trunk/packages/python-biopython/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/python-biopython/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biopython/trunk/debian/changelog 2014-03-04 09:42:17 UTC (rev 16368)
+++ trunk/packages/python-biopython/trunk/debian/changelog 2014-03-04 10:12:36 UTC (rev 16369)
@@ -1,3 +1,9 @@
+python-biopython (1.63-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+
+ -- Andreas Tille <tille at debian.org> Tue, 04 Mar 2014 11:16:02 +0100
+
python-biopython (1.62-1) unstable; urgency=low
* New upstream release
Modified: trunk/packages/python-biopython/trunk/debian/control
===================================================================
--- trunk/packages/python-biopython/trunk/debian/control 2014-03-04 09:42:17 UTC (rev 16368)
+++ trunk/packages/python-biopython/trunk/debian/control 2014-03-04 10:12:36 UTC (rev 16369)
@@ -1,28 +1,45 @@
Source: python-biopython
-Priority: optional
-Section: python
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Philipp Benner <philipp at debian.org>,
Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cdbs (>= 0.4.90~), python-all (>= 2.6.6-3~), python-all-dev, flex,
- python-reportlab, python-numpy,
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ dpkg-dev (>= 1.16.1~),
+ cdbs (>= 0.4.90~),
+ python-all,
+ python-all-dev,
+ flex,
+ python-reportlab,
+ python-numpy,
+ python-mysqldb,
+ wise
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-biopython/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-biopython/trunk/
+Homepage: http://biopython.org
# For the purpose of the tests
- python-mysqldb, wise
X-Python-Version: >= 2.5
-Standards-Version: 3.9.4
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-biopython/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-biopython/trunk/
-Homepage: http://biopython.org
Package: python-biopython
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy, python-reportlab
+Depends: ${python:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+ python-numpy,
+ python-reportlab
+Recommends: python-biopython-doc (= ${source:Version})
+Suggests: python-tk,
+ wise,
+ muscle,
+ clustalw,
+ mafft,
+ emboss,
+ blast2,
+ python-psycopg2,
+ probcons
Provides: ${python:Provides}
-Replaces: python2.3-biopython (<< 1.42-1), python2.4-biopython (<< 1.42-1)
-Conflicts: python2.3-biopython (<< 1.42-1), python2.4-biopython (<< 1.42-1)
-Recommends: python-biopython-doc (= ${source:Version})
-Suggests: python-tk, wise, muscle, clustalw, mafft, emboss, blast2, python-psycopg2, probcons
Description: Python library for bioinformatics
The Biopython Project is an international association
of developers of freely available Python tools for
@@ -38,8 +55,8 @@
the project.
Package: python-biopython-doc
+Architecture: all
Section: doc
-Architecture: all
Depends: ${misc:Depends}
Recommends: python-biopython (= ${source:Version})
Description: Documentation for the Biopython library
@@ -49,10 +66,11 @@
Package: python-biopython-sql
# Todo: add www.biosql.org as "External Ressource" on packages.debian.org when the infrastructure will provide a way to do so.
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-mysqldb, python-biopython
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python-mysqldb,
+ python-biopython
Provides: ${python:Provides}
-Replaces: python2.3-biopython-sql (<< 1.42-1), python2.4-biopython-sql (<< 1.42-1)
-Conflicts: python2.3-biopython-sql (<< 1.42-1), python2.4-biopython-sql (<< 1.42-1)
Description: Biopython support for the BioSQL database schema
This is the Biopython interface to a BioSQL database (see www.biosql.org
for details). BioPerl, BioJava and BioRuby also provide their own BioSQL
More information about the debian-med-commit
mailing list