[SCM] Debian packaging of libxml-dom-perl branch, master, updated. 140e8884b0e5403c2b868b97780bb664d3a82eb0

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


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

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

diff --git a/debian/control b/debian/control
index 5607fa7..a8d080f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,34 @@
 Source: libxml-dom-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>=6),
+               quilt
+Build-Depends-Indep: perl,
+                     libwww-perl,
+                     libxml-parser-perl,
+                     libxml-perl,
+                     libxml-regexp-perl
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>=6), quilt
-Build-Depends-Indep: perl, libwww-perl, libxml-parser-perl (>= 2.34), libxml-perl, libxml-regexp-perl
-Homepage: http://search.cpan.org/dist/XML-DOM/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-dom-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-dom-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-dom-perl.git
+Homepage: http://search.cpan.org/dist/XML-DOM/
 
 Package: libxml-dom-perl
+Architecture: all
 Section: perl
 Priority: optional
-Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libxml-parser-perl (>= 2.34), libxml-perl, libxml-regexp-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libwww-perl,
+         libxml-parser-perl,
+         libxml-perl,
+         libxml-regexp-perl
 Description: Perl module for building DOM Level 1 compliant doc structures
  This module parses XML strings or files and builds a data structure
  that conforms to the API of the Document Object Model as described at
  http://www.w3.org/TR/REC-DOM-Level-1.  See the XML::Parser manpage
  for other available features of the XML::DOM::Parser class.
+

-- 
Debian packaging of libxml-dom-perl



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