r77790 - in /trunk/libconfig-model-perl/debian: control rules

dod at users.alioth.debian.org dod at users.alioth.debian.org
Sun Jul 24 10:56:25 UTC 2011


Author: dod
Date: Sun Jul 24 10:56:23 2011
New Revision: 77790

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77790
Log:
hardcode the recommended version of libmodule-corelist-perl

Modified:
    trunk/libconfig-model-perl/debian/control
    trunk/libconfig-model-perl/debian/rules

Modified: trunk/libconfig-model-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/control?rev=77790&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/control (original)
+++ trunk/libconfig-model-perl/debian/control Sun Jul 24 10:56:23 2011
@@ -62,7 +62,7 @@
 Recommends: bash-completion (>= 1:1.0-3),
             libfuse-perl,
             fuse-utils,
-            libmodule-corelist-perl (>= ${corelist:Depends})
+            libmodule-corelist-perl (>= 2.54)
 Suggests: libterm-readline-perl-perl | libterm-readline-gnu-perl,
           libconfig-model-tkui-perl
 Enhances: lcdproc

Modified: trunk/libconfig-model-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/rules?rev=77790&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/rules (original)
+++ trunk/libconfig-model-perl/debian/rules Sun Jul 24 10:56:23 2011
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-
-CORELIST = $(shell apt-cache policy libmodule-corelist-perl | awk '/Candidate/ {sub(/-[^-]+$$/,"",$$2); print $$2;}')
 
 %:
 	dh $@ --with bash-completion
-
-override_dh_gencontrol:
-	dh_gencontrol -- \
-		-Vcorelist:Depends="$(CORELIST)"




More information about the Pkg-perl-cvs-commits mailing list