[SCM] Debian packaging of libxml-um-perl branch, master, updated. ec5c519f2d39e64d1e67cefe41577a2a0a6285b9

gregor herrmann gregoa at debian.org
Thu Jul 5 21:10:52 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 0fac9b3..b8e616e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
 Source: libxml-um-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>
+           Ansgar Burchardt <ansgar at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8~),
+               quilt
+Build-Depends-Indep: perl,
+                     libxml-encoding-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/XML-UM/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-um-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-um-perl.git
-Build-Depends: debhelper (>= 7.0.8~), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libxml-encoding-perl
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-um-perl.git
+Homepage: http://search.cpan.org/dist/XML-UM/
 
 Package: libxml-um-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-encoding-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-encoding-perl
 Description: Perl module for converting UTF-8 strings
  The XML::UM module provides methods to convert UTF-8 strings to any XML
  encoding that XML::Encoding supports.  It creates mapping routines
@@ -30,3 +34,4 @@ Description: Perl module for converting UTF-8 strings
  .
  Future implementations may parse the .enc files directly, or do the
  conversions entirely in XS (i.e. C code).
+

-- 
Debian packaging of libxml-um-perl



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