[SCM] Debian packaging of libtest-pod-perl branch, master, updated. 3d6e08dd3e3187c66af094b66a5534ec51cf0348

gregor herrmann gregoa at debian.org
Fri Jun 7 21:57:11 UTC 2013


The following commit has been merged in the master branch:
commit a9e476c6ee30f5adaba06da7b29f309019ce4692
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 7 23:53:22 2013 +0200

    cme: wrap
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index b4dc367..ceaa9d9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,28 @@
 Source: libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libio-stringy-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Alessandro Ghedini <ghedo at debian.org>
+                     libio-stringy-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Test-Pod/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-pod-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-pod-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-pod-perl.git
+Homepage: https://metacpan.org/release/Test-Pod/
 
 Package: libtest-pod-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libio-stringy-perl
 Description: module to test for POD errors
  Test::Pod is a simple test for Perl's Plain Old Documentation (POD) format. It
  checks your distribution's module, script and documentation files for issues
  with the documentation syntax. In the CPAN community, it is considered a best
  practice to use this module as an author test prior to releasing your packages
  because it prevents issues with various applications that use the POD.
+

-- 
Debian packaging of libtest-pod-perl



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