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

Nuno Carvalho smash at cpan.org
Thu Aug 16 22:02:20 UTC 2012


The following commit has been merged in the master branch:
commit 5d1728addddb854396adb8788e0f6da609eede82
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Aug 16 22:08:20 2012 +0100

    Update dependencies in d/control

diff --git a/debian/changelog b/debian/changelog
index 91a4474..6377b69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libutf8-all-perl (0.004-2) UNRELEASED; urgency=low
+libutf8-all-perl (0.007-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 
- -- gregor herrmann <gregoa at debian.org>  Thu, 05 Jul 2012 13:03:47 -0600
+  [ Nuno Carvalho ]
+  * d/control: Add new dependecies libtest-warn-perl, libimport-into-perl
+    and libdist-checkconflicts-perl.
+  * d/control: Move dependencies to D-B-I.
+
+ -- Nuno Carvalho <smash at cpan.org>  Mon, 06 Aug 2012 14:45:27 +0100
 
 libutf8-all-perl (0.004-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 47750bf..9a26cec 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,12 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               libtest-script-perl,
-               perl (>= 5.11.4) | libmodule-build-perl
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-script-perl,
+                     libtest-warn-perl,
+                     libimport-into-perl,
+                     libdist-checkconflicts-perl,
+                     perl (>= 5.11.4) | libmodule-build-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libutf8-all-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libutf8-all-perl.git
@@ -15,7 +17,9 @@ Homepage: http://search.cpan.org/dist/utf8-all/
 Package: libutf8-all-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         libdist-checkconflicts-perl,
+         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
  means UTF-8 strings, variable names, and regular expressions. utf8::all goes

-- 
Debian packaging of libutf8-all-perl



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