[libtest-inline-perl] 04/08: d/control: wrap-sort debian/control

Jonas Genannt jonas at brachium-system.net
Fri Aug 16 15:49:43 UTC 2013


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

hggh-guest pushed a commit to branch master
in repository libtest-inline-perl.

commit f37667232e61800891341a551afb75553457cecf
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Fri Aug 16 17:09:02 2013 +0200

    d/control: wrap-sort debian/control
---
 debian/control |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index dfa4e67..ba8f342 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,17 @@ Source: libtest-inline-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
- libfile-slurp-perl,
- libfile-find-rule-perl,
- libconfig-tiny-perl,
- libclass-autouse-perl,
- libparams-util-perl,
- libpod-tests-perl,
- libalgorithm-dependency-perl,
- libfile-flat-perl,
- libtest-script-perl,
- libfile-chmod-perl
+Build-Depends-Indep: libalgorithm-dependency-perl,
+                     libclass-autouse-perl,
+                     libconfig-tiny-perl,
+                     libfile-chmod-perl,
+                     libfile-find-rule-perl,
+                     libfile-flat-perl,
+                     libfile-slurp-perl,
+                     libparams-util-perl,
+                     libpod-tests-perl,
+                     libtest-script-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
 Standards-Version: 3.9.4
@@ -22,17 +22,17 @@ Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libtest-inline-perl.git;
 
 Package: libtest-inline-perl
 Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
- libparams-util-perl,
- libclass-autouse-perl,
- libfile-slurp-perl,
- libfile-find-rule-perl,
- libconfig-tiny-perl,
- libalgorithm-dependency-perl,
- libpod-tests-perl,
- libfile-flat-perl,
- libfile-chmod-perl
+Depends: libalgorithm-dependency-perl,
+         libclass-autouse-perl,
+         libconfig-tiny-perl,
+         libfile-chmod-perl,
+         libfile-find-rule-perl,
+         libfile-flat-perl,
+         libfile-slurp-perl,
+         libparams-util-perl,
+         libpod-tests-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Perl extension for embed tests and code examples in POD
  Test::Inline is a way to embed tests in the same file as your source code
  rather than in a separate file. The idea is, the closer your tests are to

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



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