r77482 - in /trunk/libconfig-model-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jul 15 13:55:05 UTC 2011


Author: gregoa
Date: Fri Jul 15 13:55:03 2011
New Revision: 77482

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77482
Log:
* debian/control, debian/rules: use current version of
  libmodule-corelist-perl for Recommends.

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

Modified: trunk/libconfig-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/changelog?rev=77482&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (original)
+++ trunk/libconfig-model-perl/debian/changelog Fri Jul 15 13:55:03 2011
@@ -1,7 +1,15 @@
-libconfig-model-perl (1.249-1) unstable; urgency=low
-
+libconfig-model-perl (1.249-1) UNRELEASED; urgency=low
+
+  TODO:
+  check if the module-corelist version game makes sense
+
+  [ Fabrizio Regalli ]
   * New upstream release.
-  * Added libmodule-corelist-perl as Suggests.
+  * Added libmodule-corelist-perl as Recommends.
+
+  [ gregor herrmann ]
+  * debian/control, debian/rules: use current version of
+    libmodule-corelist-perl for Recommends.
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 12 Jul 2011 15:00:29 +0200
 

Modified: trunk/libconfig-model-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/control?rev=77482&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/control (original)
+++ trunk/libconfig-model-perl/debian/control Fri Jul 15 13:55:03 2011
@@ -61,9 +61,10 @@
          libpod-pom-perl
 Recommends: bash-completion (>= 1:1.0-3),
             libfuse-perl,
-            fuse-utils
+            fuse-utils,
+            libmodule-corelist-perl (>= ${corelist:Depends})
 Suggests: libterm-readline-perl-perl | libterm-readline-gnu-perl,
-          libconfig-model-tkui-perl, libmodule-corelist-perl
+          libconfig-model-tkui-perl
 Enhances: lcdproc
 Description: module for describing and editing configuration data
  Config::Model is a Perl framework that enables project developers to provide

Modified: trunk/libconfig-model-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/rules?rev=77482&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/rules (original)
+++ trunk/libconfig-model-perl/debian/rules Fri Jul 15 13:55:03 2011
@@ -1,4 +1,10 @@
 #!/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