[SCM] Debian packaging of libxml-sax-expat-perl branch, master, updated. debian/0.40-2-2-g68b3964

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


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

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

diff --git a/debian/control b/debian/control
index ec78b87..4203ebe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,31 @@
 Source: libxml-sax-expat-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Niko Tyni <ntyni at debian.org>, gregor herrmann <gregoa at debian.org>
+           Niko Tyni <ntyni at debian.org>,
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+                     libxml-namespacesupport-perl,
+                     libxml-parser-perl,
+                     libxml-sax-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/XML-SAX-Expat/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-sax-expat-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-sax-expat-perl.git
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 0.03),
- libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03),
- libtest-pod-perl, libtest-pod-coverage-perl
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-sax-expat-perl.git
+Homepage: http://search.cpan.org/dist/XML-SAX-Expat/
 
 Package: libxml-sax-expat-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-namespacesupport-perl (>= 0.03),
- libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-namespacesupport-perl,
+         libxml-parser-perl,
+         libxml-sax-perl
 Description: Perl module for a SAX2 driver for Expat (XML::Parser)
  This module is an implementation of a SAX2 driver sitting on top of
  Expat (XML::Parser).  It is still incomplete, though most of the
  basic SAX2 events should be available.
+

-- 
Debian packaging of libxml-sax-expat-perl



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