[libdata-section-perl] 04/06: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Wed Dec 25 18:20:34 UTC 2013


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

gregoa pushed a commit to branch master
in repository libdata-section-perl.

commit 48c195bc609e8285455763c985eed31fbfec053c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 19:19:30 2013 +0100

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

diff --git a/debian/control b/debian/control
index 7a2d089..3198d56 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,29 @@
 Source: libdata-section-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nathan Handler <nhandler at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libmro-compat-perl,
- libsub-exporter-perl,
- libtest-failwarnings-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Pentchev <roam at ringlet.net>, Jonathan Yu <jawnsy at cpan.org>,
- Nathan Handler <nhandler at debian.org>, gregor herrmann <gregoa at debian.org>,
- Jotam Jr. Trejo <jotamjr at debian.org.sv>
+                     libmro-compat-perl,
+                     libsub-exporter-perl,
+                     libtest-failwarnings-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.4
-Homepage: https://github.com/rjbs/Data-Section
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-section-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-section-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-section-perl.git
+Homepage: https://github.com/rjbs/Data-Section
 
 Package: libdata-section-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmro-compat-perl,
- libsub-exporter-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmro-compat-perl,
+         libsub-exporter-perl
 Description: module to read chunks of data from a module's DATA section
  Data::Section is a Perl module that provides an easy way to access multiple
  named chunks of line-oriented data in your module's DATA section. It was

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



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