[libdevel-partialdump-perl] 05/08: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Wed Dec 25 15:00:10 UTC 2013


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

gregoa pushed a commit to branch master
in repository libdevel-partialdump-perl.

commit bec3d08fae38c25e7720bf68197981ae32086e23
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 15:57:34 2013 +0100

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

diff --git a/debian/control b/debian/control
index fcba2fd..bbfdcb3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,30 @@
 Source: libdevel-partialdump-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20130630~),
                libmodule-build-tiny-perl
-Build-Depends-Indep: perl, libnamespace-clean-perl (>= 0.20),
- libtest-use-ok-perl, libsub-exporter-perl, libtest-warn-perl,
- libclass-tiny-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ryan Niebur <ryan at debian.org>,
- Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Build-Depends-Indep: perl,
+                     libclass-tiny-perl,
+                     libnamespace-clean-perl (>= 0.20),
+                     libsub-exporter-perl,
+                     libtest-use-ok-perl,
+                     libtest-warn-perl
 Standards-Version: 3.9.2
-Homepage: https://metacpan.org/release/Devel-PartialDump/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-partialdump-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-partialdump-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-partialdump-perl.git
+Homepage: https://metacpan.org/release/Devel-PartialDump/
 
 Package: libdevel-partialdump-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libnamespace-clean-perl (>= 0.20),
- libsub-exporter-perl,
- libclass-tiny-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libclass-tiny-perl,
+         libnamespace-clean-perl (>= 0.20),
+         libsub-exporter-perl
 Description: Perl module to dump subroutine parameters concisely
  Devel::PartialDump is similar in nature to Data::Dumper, however, it is
  optimized for the common case of bug reporting with complex data structures.

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



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