[SCM] Debian packaging of libutf8-all-perl branch, master, updated. debian/0.007-1-6-gbaf3371

Salvatore Bonaccorso carnil at debian.org
Thu Oct 25 15:27:16 UTC 2012


The following commit has been merged in the master branch:
commit 9b3cce73e2ef24ef6392ecfd9afc660cd5fbded3
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Oct 25 17:16:13 2012 +0200

    Correct dependency for autodie module
    
    Adjust (Build-)Depends(-Indep) for autodie 2.12 to
    libautodie-perl (>= 2.12) | perl (>= 5.17.2).

diff --git a/debian/control b/debian/control
index 30f8903..772e38b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                perl (>= 5.11.4) | libmodule-build-perl
-Build-Depends-Indep: libautodie-perl (>= 2.12) | perl (>= 5.17.1),
+Build-Depends-Indep: libautodie-perl (>= 2.12) | perl (>= 5.17.2),
                      libdist-checkconflicts-perl,
                      libimport-into-perl,
                      libtest-fatal-perl,
@@ -21,7 +21,7 @@ Package: libutf8-all-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libautodie-perl (>= 2.12) | perl (>= 5.17.1),
+         libautodie-perl (>= 2.12) | perl (>= 5.17.2),
          libimport-into-perl
 Description: Perl pragma to turn on UTF-8 everywhere
  The utf8 pragma allows you to write Perl source code encoded in UTF-8. That

-- 
Debian packaging of libutf8-all-perl



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