[SCM] Debian packaging of libcgi-xml-perl branch, master, updated. 1e6164a4bafb5d42455ccd7c49a2b8e6296c17f0

gregor herrmann gregoa at debian.org
Thu Jul 5 20:14:44 UTC 2012


The following commit has been merged in the master branch:
commit 77ab2554534e78a8f16488b7fe696cb2a4e6b799
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:18:33 2012 -0600

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

diff --git a/debian/control b/debian/control
index eba5a10..0cb857a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,27 @@
 Source: libcgi-xml-perl
-Section: perl
-Priority: optional
 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 (>= 5.0.0),
+               quilt
+Build-Depends-Indep: perl,
+                     libxml-parser-perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/CGI-XML/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-xml-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-xml-perl.git
-Build-Depends-Indep:  perl | libcgi-perl | libcgi-pm-perl, libxml-parser-perl
-Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-xml-perl.git
+Homepage: http://search.cpan.org/dist/CGI-XML/
 
 Package: libcgi-xml-perl
+Architecture: all
 Section: perl
 Priority: optional
-Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-parser-perl
 Description: perl module for converting CGI variables from/to XML
  This module converts CGI.pm variables to XML and vice versa.
  .
  CGI::XML is a subclass of CGI.pm, so it reads the CGI variables just
  as CGI.pm would.
+

-- 
Debian packaging of libcgi-xml-perl



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