[SCM] Debian packaging of libxml-sax-perl branch, master, updated. upstream/0.99-141-g00204b8
Florian Schlichting
fschlich at zedat.fu-berlin.de
Sat Sep 10 23:29:57 UTC 2011
The following commit has been merged in the master branch:
commit 2226081f203fcf3c833ed243882f8a53dd358eec
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date: Sat Sep 10 23:24:12 2011 +0000
(Build-)Depend on libxml-sax-base-perl
diff --git a/debian/changelog b/debian/changelog
index c2730d9..0ffb21d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxml-sax-perl (0.99+dfsg-1) UNRELEASED; urgency=low
* Bump compatibility level to 8.
* Refresh d/copyright.
* Bump Standards-Version to 3.9.2 (no further changes).
+ * (Build-)Depend on libxml-sax-base-perl.
[ Ansgar Burchardt ]
* Update my email address.
diff --git a/debian/control b/debian/control
index b954201..3ef232c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,16 @@ Homepage: http://search.cpan.org/dist/XML-SAX/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-sax-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-sax-perl.git
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libxml-namespacesupport-perl
+Build-Depends-Indep: perl,
+ libxml-namespacesupport-perl,
+ libxml-sax-base-perl
Package: libxml-sax-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-namespacesupport-perl, ucf (>= 0.28)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libxml-namespacesupport-perl,
+ libxml-sax-base-perl,
+ ucf (>= 0.28)
Recommends: libxml-sax-expat-perl
Description: Perl module for using and building Perl SAX2 XML processors
XML::SAX consists of several framework classes for using and
--
Debian packaging of libxml-sax-perl
More information about the Pkg-perl-cvs-commits
mailing list