[libtest-base-perl] 06/07: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Sat Aug 2 12:55:15 UTC 2014


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

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

commit 907127693f615c05a50def9233df527528cb0b31
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 2 14:51:16 2014 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 2d9bcbe..55dc947 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,33 @@
 Source: libtest-base-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>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libalgorithm-diff-perl,
- libspiffy-perl,
- libtest-deep-perl,
- libtest-tester-perl,
- libtext-diff-perl,
- libyaml-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>, Ansgar Burchardt <ansgar at debian.org>
+                     libalgorithm-diff-perl,
+                     libspiffy-perl,
+                     libtest-deep-perl,
+                     libtest-tester-perl,
+                     libtext-diff-perl,
+                     libyaml-perl
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/Test-Base
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-base-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-base-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-base-perl.git
+Homepage: https://metacpan.org/release/Test-Base
 
 Package: libtest-base-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libalgorithm-diff-perl,
- libspiffy-perl,
- libtext-diff-perl
-Recommends: libtest-deep-perl, libyaml-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libalgorithm-diff-perl,
+         libspiffy-perl,
+         libtext-diff-perl
+Recommends: libtest-deep-perl,
+            libyaml-perl
 Description: data driven testing framework for Perl
  Testing is usually the ugly part of Perl module authoring. Perl gives you a
  standard way to run tests with Test::Harness, and basic testing primitives

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



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