[libtest-simple-perl] 04/05: wrap-and-sort d/control

gregor herrmann gregoa at debian.org
Sun Nov 24 16:22:02 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtest-simple-perl.

commit c87355db561a34a4f8ce134710c4b23e8f2e5f25
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 24 17:20:34 2013 +0100

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

diff --git a/debian/control b/debian/control
index 969d1c3..6bea6aa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,14 @@ Source: libtest-simple-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-coverage-perl,
- libtest-pod-perl
+Build-Depends-Indep: libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.5
 Homepage: http://github.com/schwern/test-more/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-simple-perl.git
@@ -15,7 +17,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-simpl
 
 Package: libtest-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: set of basic utilities for writing tests in Perl
  Test::Simple is an extremely simple module for writing tests suitable for CPAN
  modules and other pursuits.
@@ -27,5 +30,5 @@ Description: set of basic utilities for writing tests in Perl
   * Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester
   * Test::More - yet another framework for writing test scripts
  .
- This module is already included as part of Perl's core distribution, so this  
- package is only beneficial when newer features or bug fixes are required.       
+ This module is already included as part of Perl's core distribution, so this
+ package is only beneficial when newer features or bug fixes are required.

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



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