[SCM] Debian packaging of libxml-filter-buffertext-perl branch, master, updated. 974f5f726bc66c113a8435f5565c439349bea39a

gregor herrmann gregoa at debian.org
Thu Jul 5 21:09:45 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 5b52f6c..4122ca9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,26 @@
 Source: libxml-filter-buffertext-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)
+Build-Depends-Indep: perl,
+                     libxml-sax-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/XML-Filter-BufferText/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-filter-buffertext-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-filter-buffertext-perl.git
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libxml-sax-perl (>= 0.10)
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-filter-buffertext-perl.git
+Homepage: http://search.cpan.org/dist/XML-Filter-BufferText/
 
 Package: libxml-filter-buffertext-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl (>= 0.10)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-sax-perl
 Description: Perl module for putting all characters into a single event
  The XML::Filter::BufferText module is a very simple filter.  One common
  cause of grief (and programmer error) is that XML parsers aren't required
  to provide character events in one chunk.  They can, but are not forced
  to, and most don't.  This filter does the trivial but oft-repeated task
  of putting all characters into a single event.
+

-- 
Debian packaging of libxml-filter-buffertext-perl



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