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

gregor herrmann gregoa at debian.org
Thu Jul 5 21:06:25 UTC 2012


The following commit has been merged in the master branch:
commit 5951bcca69620f63ade73358e46fd5a4667b372e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:03:47 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 956c947..47750bf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,21 @@
 Source: libutf8-all-perl
+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 (>= 0.360100)
+Build-Depends: debhelper (>= 8),
+               libtest-script-perl,
+               perl (>= 5.11.4) | libmodule-build-perl
 Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/utf8-all/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libutf8-all-perl.git
 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
+Homepage: http://search.cpan.org/dist/utf8-all/
 
 Package: libutf8-all-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 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
@@ -22,3 +23,4 @@ Description: Perl pragma to turn on UTF-8 everywhere
  UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR). If you
  don't want UTF-8 for a particular filehandle, you'll have to set binmode
  $filehandle.
+

-- 
Debian packaging of libutf8-all-perl



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