[libtext-recordparser-perl] 05/06: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat Aug 10 15:03:02 UTC 2013


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

carnil pushed a commit to branch master
in repository libtext-recordparser-perl.

commit b0fe2e2d378a8ee1a8460b781d89c1131714c32f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Aug 10 16:48:52 2013 +0200

    Wrap and sort fields in debian/control file
---
 debian/control |   36 ++++++++++++++++++++++++++----------
 1 file changed, 26 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 18f4c4f..0d28964 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,26 @@
 Source: libtext-recordparser-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends:
+ debhelper (>= 8),
  libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
-Build-Depends-Indep: libclass-accessor-perl, libgraphviz-perl,
- libio-stringy-perl, liblist-moreutils-perl, libreadonly-perl,
- libtest-exception-perl, libtest-pod-coverage-perl, libtest-pod-perl,
- libtext-tabulardisplay-perl, libtext-autoformat-perl,
- libpod-readme-perl, libpod-markdown-perl, perl
+Build-Depends-Indep:
+ libclass-accessor-perl,
+ libgraphviz-perl,
+ libio-stringy-perl,
+ liblist-moreutils-perl,
+ libpod-markdown-perl,
+ libpod-readme-perl,
+ libreadonly-perl,
+ libtest-exception-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ libtext-autoformat-perl,
+ libtext-tabulardisplay-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+Uploaders:
+ Jonathan Yu <jawnsy at cpan.org>,
  Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.4
 Homepage: https://metacpan.org/release/Text-RecordParser/
@@ -18,9 +29,14 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-recor
 
 Package: libtext-recordparser-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl,
- libio-stringy-perl, liblist-moreutils-perl, libreadonly-perl,
- libtext-autoformat-perl
+Depends:
+ libclass-accessor-perl,
+ libio-stringy-perl,
+ liblist-moreutils-perl,
+ libreadonly-perl,
+ libtext-autoformat-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Recommends: libgraphviz-perl, libreadonly-xs-perl, libtext-tabulardisplay-perl
 Description: module to parse record-oriented data in a text file
  Text::RecordParser is a Perl module that extracts record-oriented data from

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



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