[SCM] Debian packaging of libxml-filter-sort-perl branch, master, updated. debian/1.01-3-2-g3601867

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


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

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

diff --git a/debian/control b/debian/control
index 1c4680a..79de9ad 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,25 @@
 Source: libxml-filter-sort-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libxml-sax-perl (>= 0.12-4), libxml-sax-writer-perl (>= 0.44-4), libxml-sax-machines-perl (>= 0.41)
+Build-Depends-Indep: perl,
+                     libxml-sax-perl,
+                     libxml-sax-writer-perl,
+                     libxml-sax-machines-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/XML-Filter-Sort/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-filter-sort-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-filter-sort-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-filter-sort-perl.git
+Homepage: http://search.cpan.org/dist/XML-Filter-Sort/
 
 Package: libxml-filter-sort-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl (>= 0.12-4), libxml-sax-writer-perl (>= 0.44-4)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-sax-perl,
+         libxml-sax-writer-perl
 Suggests: libxml-sax-machines-perl (>= 0.41-1)
 Description: Perl module that implement a SAX filter for sorting XML elements
  Perl SAX filter for sorting 'records' in XML documents (including
@@ -21,3 +27,4 @@ Description: Perl module that implement a SAX filter for sorting XML elements
  .
  Includes also the `xmlsort' utility that can be used to sort an XML
  file from the command line without writing Perl code.
+

-- 
Debian packaging of libxml-filter-sort-perl



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