[libtest-strict-perl] 07/08: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Fri Oct 10 21:03:43 UTC 2014


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

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

commit 417dffb17e1692cabde0da5644b61f8c61c4b450
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 10 22:59:28 2014 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 2294d10..5df68c5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,26 @@
 Source: libtest-strict-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libdevel-cover-perl, libtest-pod-perl,
- libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
- Ansgar Burchardt <ansgar at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- Florian Schlichting <fsfs at debian.org>
+Build-Depends-Indep: perl,
+                     libdevel-cover-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.6
-Homepage: https://metacpan.org/release/Test-Strict
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-strict-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-strict-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-strict-perl.git
+Homepage: https://metacpan.org/release/Test-Strict
 
 Package: libtest-strict-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdevel-cover-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdevel-cover-perl
 Description: test module for checking the syntax of use strict and test coverage
  Test::Strict tests if the code compiles and inter-operates with 
  Test::Simple modules. Another good practice this module can test 
@@ -27,4 +31,3 @@ Description: test module for checking the syntax of use strict and test coverage
  (CPAN quality metrics) throughout the development cycle. Along with
  Test::Pod, this module can provide the first tests to setup for a
  module author.
- 

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



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