[med-svn] r4638 - trunk/packages/bioperl/trunk/debian

Charles Plessy plessy at alioth.debian.org
Fri Feb 26 14:55:01 UTC 2010


Author: plessy
Date: 2010-02-26 14:55:00 +0000 (Fri, 26 Feb 2010)
New Revision: 4638

Modified:
   trunk/packages/bioperl/trunk/debian/changelog
   trunk/packages/bioperl/trunk/debian/control
Log:
Uploaded.

  * Removed bibliographic information from the long description
    (debian/control).
  * Incremented Standards-Version to reflect conformance with Policy 3.8.4
    (debian/control, no changes needed).
  * Build-depends on libxml-sax-expatxs-perl to avoid downloading DTDs during
    the tests and therefore fail when network is not available
    (debian/control, Closes: #562442).
  * Depend on the ${misc:Depends} substvar (debian/control).


Modified: trunk/packages/bioperl/trunk/debian/changelog
===================================================================
--- trunk/packages/bioperl/trunk/debian/changelog	2010-02-25 19:04:19 UTC (rev 4637)
+++ trunk/packages/bioperl/trunk/debian/changelog	2010-02-26 14:55:00 UTC (rev 4638)
@@ -1,10 +1,15 @@
-bioperl (1.6.1-2) UNRELEASED; urgency=low
+bioperl (1.6.1-2) unstable; urgency=low
 
-  * Removed bibliographic from the long description (debian/control).
+  * Removed bibliographic information from the long description
+    (debian/control).
   * Incremented Standards-Version to reflect conformance with Policy 3.8.4
     (debian/control, no changes needed).
+  * Build-depends on libxml-sax-expatxs-perl to avoid downloading DTDs during
+    the tests and therefore fail when network is not available
+    (debian/control, Closes: #562442).
+  * Depend on the ${misc:Depends} substvar (debian/control).
 
- -- Charles Plessy <plessy at debian.org>  Wed, 24 Feb 2010 12:58:50 +0900
+ -- Charles Plessy <plessy at debian.org>  Fri, 26 Feb 2010 23:52:23 +0900
 
 bioperl (1.6.1-1) unstable; urgency=low
 

Modified: trunk/packages/bioperl/trunk/debian/control
===================================================================
--- trunk/packages/bioperl/trunk/debian/control	2010-02-25 19:04:19 UTC (rev 4637)
+++ trunk/packages/bioperl/trunk/debian/control	2010-02-26 14:55:00 UTC (rev 4638)
@@ -42,7 +42,9 @@
  libxml-simple-perl,
  libxml-writer-perl,
  libxml-libxml-perl,
- libwww-perl
+ libwww-perl,
+# Needed to avoid downloading DTDs during the tests and therefore fail when network is not available:
+ libxml-sax-expatxs-perl
 Standards-Version: 3.8.4
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/bioperl/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/bioperl/trunk/
@@ -50,7 +52,7 @@
 
 Package: bioperl
 Architecture: all
-Depends: libio-string-perl, libdata-stag-perl, ${perl:Depends}
+Depends: libio-string-perl, libdata-stag-perl, ${misc:Depends}, ${perl:Depends}
 Recommends: bioperl-run ( >= 1.6.0 ),
 # Recommended in Build.PL
  libace-perl,
@@ -85,8 +87,10 @@
  libxml-writer-perl,
  libxml-libxml-perl,
  libwww-perl
-Suggests: libmath-random-perl
+Suggests: libmath-random-perl,
 # libmath-random-perl is non-free.
+ libxml-sax-expatxs-perl
+# Needed to avoid downloading DTDs.
 Description: Perl tools for computational molecular biology
  The Bioperl project is a coordinated effort to collect computational methods
  routinely used in bioinformatics into a set of standard CPAN-style,




More information about the debian-med-commit mailing list