[libdata-dpath-perl] 06/08: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Fri Jul 31 00:11:38 UTC 2015


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

abe pushed a commit to branch master
in repository libdata-dpath-perl.

commit 27543f87f6c1146eb9acf1bd2b8a846f3b8dc0a8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jul 31 02:02:54 2015 +0200

    Apply wrap-and-sort
---
 debian/control | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index c126486..9535feb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Axel Beckert <abe at debian.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libaliased-perl (>= 0.33),
- libclass-xsaccessor-perl,
- libiterator-util-perl,
- liblist-moreutils-perl,
- libsub-exporter-perl,
- libtest-deep-perl,
- perl (>= 5.15.6)
+                     libclass-xsaccessor-perl,
+                     libiterator-util-perl,
+                     liblist-moreutils-perl,
+                     libsub-exporter-perl,
+                     libtest-deep-perl,
+                     perl (>= 5.15.6)
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-dpath-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dpath-perl.git
@@ -18,13 +18,14 @@ Homepage: https://metacpan.org/release/Data-DPath
 
 Package: libdata-dpath-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libaliased-perl (>= 0.33),
- libclass-xsaccessor-perl,
- libiterator-util-perl,
- liblist-moreutils-perl,
- libsub-exporter-perl,
- perl (>= 5.15.6)
+Depends: libaliased-perl (>= 0.33),
+         libclass-xsaccessor-perl,
+         libiterator-util-perl,
+         liblist-moreutils-perl,
+         libsub-exporter-perl,
+         perl (>= 5.15.6),
+         ${misc:Depends},
+         ${perl:Depends}
 Description: DPath is like XPath but for Perl data structures
  With Data::DPath you can address points in a Perl data structure by
  describing a "path" to it using hash keys, array indexes or some

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



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