[libxml-simple-perl] 06/10: Reformat debian/control with cme

gregor herrmann gregoa at debian.org
Fri Dec 4 17:35:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxml-simple-perl.

commit e4b0cd2b2ce8b7ca42a0f81633491d90a9053425
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 4 18:28:03 2015 +0100

    Reformat debian/control with cme
    
    Gbp-Dch: ignore
---
 debian/control | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 5b4672d..c8771f5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
-                     libxml-namespacesupport-perl,
-                     libxml-sax-perl,
-                     libxml-libxml-perl | libxml-sax-expat-perl,
                      libtie-ixhash-perl,
-                     libxml-parser-perl
+                     libxml-libxml-perl | libxml-sax-expat-perl,
+                     libxml-namespacesupport-perl,
+                     libxml-parser-perl,
+                     libxml-sax-perl
 Standards-Version: 3.9.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-simple-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-simple-perl.git
@@ -19,10 +19,10 @@ Homepage: https://metacpan.org/release/XML-Simple
 Package: libxml-simple-perl
 Architecture: all
 Depends: ${perl:Depends},
-         libxml-namespacesupport-perl,
-         libxml-sax-perl,
+         ${misc:Depends},
          libxml-libxml-perl | libxml-sax-expat-perl,
-         ${misc:Depends}
+         libxml-namespacesupport-perl,
+         libxml-sax-perl
 Description: Perl module for reading and writing XML
  The XML::Simple module provides a simple API layer on top of an underlying
  XML parsing module to maintain XML files (especially configuration
@@ -32,4 +32,3 @@ Description: Perl module for reading and writing XML
  optional object oriented interface allows them to be called as
  methods of an XML::Simple object.  The object interface can also be
  used at either end of a SAX pipeline.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-simple-perl.git



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