[SCM] Debian packaging of libb-hooks-endofscope-perl branch, master, updated. debian/0.10-1-6-g2d9e6f4

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Feb 26 21:19:53 UTC 2012


The following commit has been merged in the master branch:
commit 286cf40613d6824b457ff383ceea9f730a465f56
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Feb 26 22:16:36 2012 +0100

    Dependency on libvariable-magic-perl now needs to be versioned (>= 0.48)

diff --git a/debian/changelog b/debian/changelog
index 1b7cedd..91e0558 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libb-hooks-endofscope-perl (0.11-1) UNRELEASED; urgency=low
 
   * Imported Upstream version 0.11.
+  * Dependency on libvariable-magic-perl now needs to be versioned (>= 0.48).
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sun, 26 Feb 2012 22:10:51 +0100
 
diff --git a/debian/control b/debian/control
index 9db6c77..38e5538 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libb-hooks-endofscope-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libvariable-magic-perl,
+Build-Depends-Indep: perl, libvariable-magic-perl (>= 0.48),
  libsub-exporter-perl,
  perl (>= 5.10.1) | libtest-more-perl (>= 0.89)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -17,7 +17,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-hooks-en
 
 Package: libb-hooks-endofscope-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libvariable-magic-perl,
+Depends: ${misc:Depends}, ${perl:Depends}, libvariable-magic-perl (>= 0.48),
  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