Author: plessy Date: 2009-09-22 08:37:26 +0000 (Tue, 22 Sep 2009) New Revision: 4008
Modified: trunk/packages/bioperl/trunk/debian/changelog trunk/packages/bioperl/trunk/debian/control trunk/packages/bioperl/trunk/debian/copyright Log: New upstream release in preparation, adding some new dependancies. Modified: trunk/packages/bioperl/trunk/debian/changelog =================================================================== --- trunk/packages/bioperl/trunk/debian/changelog 2009-09-22 08:23:20 UTC (rev 4007) +++ trunk/packages/bioperl/trunk/debian/changelog 2009-09-22 08:37:26 UTC (rev 4008) @@ -1,3 +1,17 @@ +bioperl (1.6.1~rc2-1) UNRELEASED; urgency=low + + * New upstream release. + (in preparation) + * debian/rules: trigger network tests with DEB_MAINTAINER_MODE. + * debian/control: + - Build-depend on perl-modules >= 5.10.1 to have ExtUtils::Manifest 1.52 or + higher. + - Added liblist-moreutils-perl, libspreadsheet-writeexcel-perl, + libsvg-perl, and libxml-simple-perl, to build and package dependancies + (needed by some components of Bioperl, and therefore for the tests). + + -- Charles Plessy <[email protected]> Sat, 19 Sep 2009 19:31:49 +0900 + bioperl (1.6.0-3) unstable; urgency=low [ David Paleino ] Modified: trunk/packages/bioperl/trunk/debian/control =================================================================== --- trunk/packages/bioperl/trunk/debian/control 2009-09-22 08:23:20 UTC (rev 4007) +++ trunk/packages/bioperl/trunk/debian/control 2009-09-22 08:37:26 UTC (rev 4008) @@ -4,9 +4,10 @@ Maintainer: Debian-Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Charles Plessy <[email protected]>, - Steffen Moeller <[email protected]> + Steffen Moeller <[email protected]>, + David Paleino <[email protected]> Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl, +Build-Depends-Indep: perl, perl-modules (>= 5.10.1) libio-string-perl, libdata-stag-perl, # Recommended in Build.PL (we want them to run the tests) @@ -19,12 +20,15 @@ libgraph-perl, libgraphviz-perl, libhtml-parser-perl, + liblist-moreutils-perl, # (non-free) libmath-random-perl, libpostscript-perl, libset-scalar-perl, libsoap-lite-perl, libspreadsheet-parseexcel-perl, + libspreadsheet-writeexcel-perl, libstorable-perl, + libsvg-perl, libsvg-graph-perl, liburi-perl, libxml-dom-xpath-perl, @@ -32,20 +36,18 @@ libxml-sax-perl, libxml-sax-writer-perl, libxml-twig-perl, + libxml-simple-perl, libxml-writer-perl, libxml-libxml-perl, - libwww-perl, -# listed in DEPENDANCIES, and used – but not needed – by the tests. -# bioperl-ext, - libxml-simple-perl -Standards-Version: 3.8.3 + libwww-perl +Standards-Version: 3.8.0 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/ Homepage: http://www.bioperl.org/ Package: bioperl Architecture: all -Depends: libio-string-perl, libdata-stag-perl, ${perl:Depends} +Depends: libio-string-perl, ${perl:Depends} Recommends: bioperl-run ( >= 1.6.0 ), # Recommended in Build.PL libace-perl, @@ -57,25 +59,26 @@ libgraph-perl, libgraphviz-perl, libhtml-parser-perl, + liblist-moreutils-perl, # (non-free) libmath-random-perl, libpostscript-perl, libset-scalar-perl, libsoap-lite-perl, libspreadsheet-parseexcel-perl, + libspreadsheet-writeexcel-perl, libstorable-perl, + libsvg-perl, libsvg-graph-perl, liburi-perl, libxml-dom-xpath-perl, libxml-parser-perl, libxml-sax-perl, libxml-sax-writer-perl, + libxml-simple-perl, libxml-twig-perl, libxml-writer-perl, libxml-libxml-perl, - libwww-perl, -# listed in DEPENDANCIES, and used – but not needed – by the tests. -# bioperl-ext, - libxml-simple-perl + libwww-perl Suggests: libmath-random-perl # libmath-random-perl is non-free. Description: Perl tools for computational molecular biology Modified: trunk/packages/bioperl/trunk/debian/copyright =================================================================== --- trunk/packages/bioperl/trunk/debian/copyright 2009-09-22 08:23:20 UTC (rev 4007) +++ trunk/packages/bioperl/trunk/debian/copyright 2009-09-22 08:37:26 UTC (rev 4008) @@ -1,7 +1,7 @@ X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat X-Debianized-By: Stephane Bortzmeyer [email protected] X-Debinized-Date: Wed, 19 May 1999 11:35:30 +0200. -X-Source-Downloaded-From: http://www.bioperl.org/DIST/ +X-Source-Downloaded-From: http://www.bioperl.org/DIST/RC/BioPerl-1.6.0_2.tar.gz Upstream Authors: Bioperl core developpers and many other contributors <[email protected]> Files: debian/* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
