[libxml-parser-perl] 03/07: sort deps
gregor herrmann
gregoa at debian.org
Mon Jul 7 17:47:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libxml-parser-perl.
commit 4c550077f2f284ebd0463d62674b8ba19ecd227a
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jul 7 19:42:21 2014 +0200
sort deps
Git-Dch: Ignore
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index e44a1bc..94adb8a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
- perl,
+ libexpat1-dev,
liburi-perl,
libwww-perl,
- libexpat1-dev
+ perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-parser-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-parser-perl.git
@@ -16,9 +16,9 @@ Package: libxml-parser-perl
Architecture: any
Depends: ${perl:Depends},
${misc:Depends},
+ ${shlibs:Depends},
liburi-perl,
- libwww-perl,
- ${shlibs:Depends}
+ libwww-perl
Description: Perl module for parsing XML files
XML::Parser module provides ways to parse XML documents. It is built on top
of XML::Parser::Expat, which is a lower level interface to James
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-parser-perl.git
More information about the Pkg-perl-cvs-commits
mailing list