r44035 - in /trunk/libsuper-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Sep 13 12:38:04 UTC 2009


Author: gregoa
Date: Sun Sep 13 12:37:59 2009
New Revision: 44035

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44035
Log:
* debian/control:
  - Build-Depends: add "perl-modules (>= 5.10) | libmodule-build-perl", this
    module has no Makefile.PL anymore
  - Build-Depends-Indep and Depends: add "perl-base (>= 5.10.1) |
    libscalar-list-utils-perl (>= 1:1.20)", we need Scalar::Util: 1.20

Modified:
    trunk/libsuper-perl/debian/changelog
    trunk/libsuper-perl/debian/control

Modified: trunk/libsuper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsuper-perl/debian/changelog?rev=44035&op=diff
==============================================================================
--- trunk/libsuper-perl/debian/changelog (original)
+++ trunk/libsuper-perl/debian/changelog Sun Sep 13 12:37:59 2009
@@ -20,6 +20,13 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
+  [ gregor herrmann ]
+  * debian/control:
+    - Build-Depends: add "perl-modules (>= 5.10) | libmodule-build-perl", this
+      module has no Makefile.PL anymore
+    - Build-Depends-Indep and Depends: add "perl-base (>= 5.10.1) |
+      libscalar-list-utils-perl (>= 1:1.20)", we need Scalar::Util: 1.20
+
  -- Nathan Handler <nhanlder at ubuntu.com>  Sat, 12 Sep 2009 02:53:05 +0000
 
 libsuper-perl (1.16-1) unstable; urgency=low

Modified: trunk/libsuper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsuper-perl/debian/control?rev=44035&op=diff
==============================================================================
--- trunk/libsuper-perl/debian/control (original)
+++ trunk/libsuper-perl/debian/control Sun Sep 13 12:37:59 2009
@@ -1,8 +1,9 @@
 Source: libsuper-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libsub-identify-perl
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl, libsub-identify-perl,
+ perl-base (>= 5.10.1) | libscalar-list-utils-perl (>= 1:1.20)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
  Nathan Handler <nhandler at ubuntu.com>
@@ -13,7 +14,8 @@
 
 Package: libsuper-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-identify-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-identify-perl,
+ perl-base (>= 5.10.1) | libscalar-list-utils-perl (>= 1:1.20)
 Description: control superclass method dispatch
  SUPER allows to dispatch control to the superclass with a better syntax than
  the original mechanism. It provides an universal method super to determine a




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