Author: plessy Date: 2013-09-23 01:53:48 +0000 (Mon, 23 Sep 2013) New Revision: 14755
Modified: trunk/packages/infernal/trunk/debian/changelog trunk/packages/infernal/trunk/debian/control Log: Build-depends on libperl4-corelibs-perl. I tried to replace getopts.pl by Getopt::Std, only to realise that at least one more legacy script (importenv.pl) is required. It is therefore much simpler to build-depend on libperl4-corelibs-perl. Closes: #724119 Modified: trunk/packages/infernal/trunk/debian/changelog =================================================================== --- trunk/packages/infernal/trunk/debian/changelog 2013-09-23 00:37:18 UTC (rev 14754) +++ trunk/packages/infernal/trunk/debian/changelog 2013-09-23 01:53:48 UTC (rev 14755) @@ -1,6 +1,7 @@ infernal (1.1~rc4-1.1) UNRELEASED; urgency=low * Team upload. + * Build-depends on libperl4-corelibs-perl (Closes: #724119). * debian/control: removed myself from Uploaders. -- Charles Plessy <[email protected]> Mon, 23 Sep 2013 09:36:44 +0900 Modified: trunk/packages/infernal/trunk/debian/control =================================================================== --- trunk/packages/infernal/trunk/debian/control 2013-09-23 00:37:18 UTC (rev 14754) +++ trunk/packages/infernal/trunk/debian/control 2013-09-23 01:53:48 UTC (rev 14755) @@ -6,6 +6,7 @@ Priority: optional Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), + libperl4-corelibs-perl, autotools-dev Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/infernal/trunk/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
