[SCM] Debian packaging of libutf8-all-perl branch, master, updated. debian/0.004-1-20-g1dfd324

gregor herrmann gregoa at debian.org
Sat Sep 15 15:06:37 UTC 2012


The following commit has been merged in the master branch:
commit 3ea4771318f5a6dcdbb4466b363c35db6b2e62c8
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 15 17:01:25 2012 +0200

    debian/control: depend on autodie >= 2.12.
    
    This is not strictly necessary but utf8::all conflicts with older versions
    of autodie if they are used.

diff --git a/debian/control b/debian/control
index 023dee9..b33910d 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Package: libutf8-all-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         libautodie-perl (>= 2.12) | perl (>= 5.17.1),
          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