This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libxml-dom-xpath-perl.
commit 3ddde2bae57c9640669c7c04aa109f3002ff0986 Author: Florian Schlichting <[email protected]> Date: Sat Aug 15 11:08:18 2015 +0200 Refresh d/control using dh-make-perl this changes: - Build-Depend on debhelper 9 - Add myself to Uploaders - wrap-and-sort (build-)dependencies --- debian/control | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 88d40b3..dbeb9a4 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,15 @@ Source: libxml-dom-xpath-perl -Maintainer: Debian Perl Group <[email protected]> -Uploaders: gregor herrmann <[email protected]> Section: perl Priority: optional -Build-Depends: debhelper (>= 5) -Build-Depends-Indep: libxml-xpathengine-perl, - libxml-dom-perl, - libtest-pod-perl, - libtest-pod-coverage-perl +Maintainer: Debian Perl Group <[email protected]> +Uploaders: gregor herrmann <[email protected]>, + Florian Schlichting <[email protected]> +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: libtest-pod-coverage-perl, + libtest-pod-perl, + libxml-dom-perl, + libxml-xpathengine-perl, + perl Standards-Version: 3.7.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-dom-xpath-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-dom-xpath-perl.git @@ -15,10 +17,9 @@ Homepage: https://metacpan.org/release/XML-DOM-XPath Package: libxml-dom-xpath-perl Architecture: all -Depends: ${misc:Depends}, - ${perl:Depends}, - libxml-xpathengine-perl, - libxml-dom-perl +Depends: ${misc:Depends}, ${perl:Depends}, + libxml-dom-perl, + libxml-xpathengine-perl Description: adds XPath support to XML::DOM, using XML::XPathEngine XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName. @@ -28,4 +29,3 @@ Description: adds XPath support to XML::DOM, using XML::XPathEngine If you start a new project and you can install XML::LibXML (and libxml2 on which it is based) then you will get a DOM, XPath support and a lot more power and speed. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-dom-xpath-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
