[SCM] Debian packaging of libtest-autoloader-perl branch, master, updated. 48ce18a73def39154bb044f78464a4e72e64f9e4

gregor herrmann gregoa at debian.org
Sun Jun 16 15:21:47 UTC 2013


The following commit has been merged in the master branch:
commit 2356b82018a83861b0fe495531ee9c05c0db1bb9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 16 17:20:16 2013 +0200

    cme: wrap
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index bd41660..642c815 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,21 @@
 Source: libtest-autoloader-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-tester-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-tester-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Test-AutoLoader/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-autoloader-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-autoloader-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-autoloader-perl.git
+Homepage: https://metacpan.org/release/Test-AutoLoader/
 
 Package: libtest-autoloader-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: testing utility for autosplit/autoloaded modules
  Test::AutoLoader single-purpose module attempts to eliminate uncaught syntax
  errors or other obvious goofs in subroutines that are autosplit, and hence not
@@ -20,3 +23,4 @@ Description: testing utility for autosplit/autoloaded modules
  as you reach full coverage of those subroutines in your unit tests. Until
  that happy day, however, this should provide a quick and dirty backstop for
  embarrassing typos.
+

-- 
Debian packaging of libtest-autoloader-perl



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