[libtie-cycle-perl] 06/07: wrap-and-sort d/control

gregor herrmann gregoa at debian.org
Fri Oct 11 17:38:32 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtie-cycle-perl.

commit c75132c7437d3885d23a8606b3f887a18b3dd130
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 11 19:37:39 2013 +0200

    wrap-and-sort d/control
    
    Git-Dch: Ignore
---
 debian/control |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 2890524..78b6216 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.95)
+Build-Depends-Indep: libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.95)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-cycle-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-cycle-perl.git
@@ -15,7 +15,8 @@ Homepage: https://metacpan.org/release/Tie-Cycle/
 
 Package: libtie-cycle-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for cycling through a list of values via a scalar
  You use Tie::Cycle to go through a list over and over again. Once you get to
  the end of the list, you go back to the beginning. You don't have to worry

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



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