[libxml-atom-service-perl] 05/06: wrap&sort d/control

gregor herrmann gregoa at debian.org
Fri May 29 16:27:13 UTC 2015


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

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

commit d6c670d9466988255d36b7aec2230b8fd5ac0502
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 29 18:25:47 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index dc65d8c..2998c54 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,17 @@
 Source: libxml-atom-service-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.380000)
+Build-Depends: debhelper (>= 8),
+               libmodule-build-perl (>= 0.380000)
 Build-Depends-Indep: libtest-nowarnings-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libxml-atom-perl,
- perl
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libxml-atom-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>,
- Fabrizio Regalli <fabreg at fabreg.it>
+           Jose Luis Rivas <ghostbar38 at gmail.com>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/XML-Atom-Service
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-atom-service-perl.git
@@ -19,8 +20,9 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libxml-atom-service-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libxml-atom-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-atom-perl
 Description: Atom Service Document object
  XML::Atom::Service is a Service Document implementation. In the Atom
  Publishing Protocol, a client needs to first discover the capabilities
@@ -28,6 +30,6 @@ Description: Atom Service Document object
  support this discovery process. The document describes the location and
  capabilities of Collections.
  .
- The Atom Publishing Protocol introduces some new XML elements, such as 
- app:edited and app:draft, which are imported into XML::Atom. See 
+ The Atom Publishing Protocol introduces some new XML elements, such as
+ app:edited and app:draft, which are imported into XML::Atom. See
  XML::Atom::Atompub in detail.

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



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