[SCM] Debian packaging of libb-hooks-endofscope-perl branch, master, updated. upstream/0.10-39-g1021d8f

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Feb 21 20:28:38 UTC 2012


The following commit has been merged in the master branch:
commit ce963a42f093034b403de65c660b1349ead004e1
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Feb 21 21:20:12 2012 +0100

    debian/control: remove versioned Depends: satisfied in oldstable, added ${perl:Depends} and libtest-more-perl (>= 0.89)

diff --git a/debian/changelog b/debian/changelog
index 41f1ff0..650f560 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,5 @@
 libb-hooks-endofscope-perl (0.10-1) UNRELEASED; urgency=low
 
-  TODO: 
-       - dh-make-perl proposes perl (>= 6.3.0) as B-D-I and Depends. We don't have 
-         this perl version. I think it grabs this version from ExtUtils::MakeMaker
-         into META.yml file. ExtUtils::MakeMaker is included in perl-modules, so 
-         can we use perl-modules instead of perl (>= 6.3.0) as B-D-I and Depends?
-
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
@@ -33,6 +27,10 @@ libb-hooks-endofscope-perl (0.10-1) UNRELEASED; urgency=low
 
   [ Florian Schlichting ]
   * Provided an extended description that satisfies lintian.
+  * debian/control:
+    + removed versioned Depends: satisfied in oldstable
+    + added ${perl:Depends} to Depends:
+    + added build-dependency on perl (>= 5.10.1) | libtest-more-perl (>= 0.89)
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 17 Feb 2012 10:22:33 +0100
 
diff --git a/debian/control b/debian/control
index 2300a45..ac313ce 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: libb-hooks-endofscope-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.8.0), libvariable-magic-perl (>= 0.34),
- libsub-exporter-perl
+Build-Depends-Indep: perl, libvariable-magic-perl,
+ libsub-exporter-perl,
+ perl (>= 5.10.1) | libtest-more-perl (>= 0.89)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
  Antonio Radici <antonio at dyne.org>, gregor herrmann <gregoa at debian.org>,
@@ -15,7 +16,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-hooks-en
 
 Package: libb-hooks-endofscope-perl
 Architecture: all
-Depends: perl (>= 5.8.0), ${misc:Depends}, libvariable-magic-perl (>= 0.34),
+Depends: ${misc:Depends}, ${perl:Depends}, libvariable-magic-perl,
  libsub-exporter-perl
 Description: module for executing code after a scope finished compilation
  B::Hooks::EndOfScope allows you to execute code when perl finished

-- 
Debian packaging of libb-hooks-endofscope-perl



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