Author: tille Date: 2015-08-20 21:22:09 +0000 (Thu, 20 Aug 2015) New Revision: 19981
Modified: trunk/packages/bioperl/trunk/debian/changelog trunk/packages/bioperl/trunk/debian/control Log: Fix build issue with Perl 5.22 and Standards-Version: 3.9.6 Modified: trunk/packages/bioperl/trunk/debian/changelog =================================================================== --- trunk/packages/bioperl/trunk/debian/changelog 2015-08-20 03:30:06 UTC (rev 19980) +++ trunk/packages/bioperl/trunk/debian/changelog 2015-08-20 21:22:09 UTC (rev 19981) @@ -1,3 +1,11 @@ +bioperl (1.6.924-3) unstable; urgency=medium + + * Fix FTBFS with perl 5.22 + Closes: #796259 + * Standards-Version: 3.9.6 + + -- Andreas Tille <[email protected]> Thu, 20 Aug 2015 23:11:32 +0200 + bioperl (1.6.924-2) unstable; urgency=medium * d/control: add perl-modules for perl 5.22 transition Modified: trunk/packages/bioperl/trunk/debian/control =================================================================== --- trunk/packages/bioperl/trunk/debian/control 2015-08-20 03:30:06 UTC (rev 19980) +++ trunk/packages/bioperl/trunk/debian/control 2015-08-20 21:22:09 UTC (rev 19981) @@ -19,6 +19,7 @@ libarray-compare-perl, libbio-asn1-entrezgene-perl, libbio-samtools-perl, + libcgi-pm-perl | perl (<< 5.19), libclone-perl, libconvert-binary-c-perl, libdbd-sqlite3-perl, @@ -52,7 +53,7 @@ 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.9.5 +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/bioperl/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/bioperl/trunk/ Homepage: http://www.bioperl.org/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
