[med-svn] r14755 - trunk/packages/infernal/trunk/debian

Charles Plessy plessy at alioth.debian.org
Mon Sep 23 01:53:48 UTC 2013


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 <plessy at debian.org>  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/




More information about the debian-med-commit mailing list