[libcpan-changes-perl] 03/06: Add padding in d/control

Nuno Carvalho smash at cpan.org
Wed Oct 16 10:37:46 UTC 2013


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

mestre-guest pushed a commit to branch master
in repository libcpan-changes-perl.

commit 0cf9df5df811c07151cde4d8047da414d1e1df54
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Oct 16 11:20:05 2013 +0100

    Add padding in d/control
---
 debian/control |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 185d210..0c4ead9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- perl (>= 5.11.4) | libversion-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+                     perl (>= 5.11.4) | libversion-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+           Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.4
 Homepage: https://metacpan.org/release/CPAN-Changes/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-changes-perl.git
@@ -16,8 +16,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-chang
 Package: libcpan-changes-perl
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.11.4) | libversion-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl (>= 5.11.4) | libversion-perl
 Description: module for reading and writing CPAN Changes files
  CPAN::Changes is a Perl module for working with the quasi-standard Changes
  file commonly included with modern CPAN distributions. It allows developers

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



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