[libpod-tree-perl] 07/14: Run wrap-and-sort on d/control

Florian Schlichting fsfs at moszumanska.debian.org
Tue Aug 25 20:05:28 UTC 2015


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

fsfs pushed a commit to branch master
in repository libpod-tree-perl.

commit cef42f2a44a8b14c8caf1b709f62e39f0cba6534
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Aug 23 16:50:41 2015 +0200

    Run wrap-and-sort on d/control
---
 debian/control | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 5b0b0f9..cea497a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,13 @@ Source: libpod-tree-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libhtml-stream-perl, libio-string-perl,
- libtext-template-perl
+Build-Depends-Indep: libhtml-stream-perl,
+                     libio-string-perl,
+                     libtext-template-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.4
 Homepage: https://metacpan.org/release/Pod-Tree
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-tree-perl.git
@@ -14,8 +16,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-tree-perl.
 
 Package: libpod-tree-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhtml-stream-perl,
- libio-string-perl, libtext-template-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+         libhtml-stream-perl,
+         libio-string-perl,
+         libtext-template-perl
 Description: module for creating a static syntax tree for a POD
  Pod::Tree parses a POD into a static syntax tree. Applications walk the
  tree to recover the structure and content of the POD. See Pod::Tree::Node

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



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