[libtest-xml-simple-perl] 06/07: cme: indent

gregor herrmann gregoa at debian.org
Sun Sep 8 14:40:01 UTC 2013


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

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

commit 92fdccceefee1aaefffa95388a046eca2f00e3c5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 8 16:38:15 2013 +0200

    cme: indent
    
    Git-Dch: Ignore
---
 debian/control |   34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 61b83bf..2e5c7c4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,32 @@
 Source: libtest-xml-simple-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+           Alex Muntada <alexm at alexm.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Tim Retout <diocles at debian.org>,
+           Peter Pentchev <roam at ringlet.net>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libtest-longstring-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libxml-libxml-perl (>= 1.99)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- Alex Muntada <alexm at alexm.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Tim Retout <diocles at debian.org>,
- Peter Pentchev <roam at ringlet.net>,
- gregor herrmann <gregoa at debian.org>
+                     libtest-longstring-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libxml-libxml-perl (>= 1.99)
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Test-XML-Simple/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-xml-simple-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-xml-simple-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-xml-simple-perl.git
+Homepage: https://metacpan.org/release/Test-XML-Simple/
 
 Package: libtest-xml-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libtest-longstring-perl,
- libxml-libxml-perl (>= 1.99)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-longstring-perl,
+         libxml-libxml-perl (>= 1.99)
 Description: Perl testing framework for XML data
  Test::XML::Simple is a very basic class for testing XML. It uses the XPath
  syntax to locate nodes within the XML. You can also check all or part of the
  structure against a given XML fragment.
+

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



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