[libtest-file-perl] 03/05: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Thu Jan 2 09:43:08 UTC 2014


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

carnil pushed a commit to branch master
in repository libtest-file-perl.

commit e1a6a388c68eb37ccd2c9f7cae546dfe737b5e17
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jan 2 10:27:11 2014 +0100

    Wrap and sort fields in debian/control file
---
 debian/control | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index ee48e17..3156030 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,10 @@ Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libtest-manifest-perl,
-                     libtest-pod-perl,
+Build-Depends-Indep: libtest-manifest-perl,
                      libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl,
                      perl (>= 5.13.4) | libtest-simple-perl (>= 0.95)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-file-perl.git
@@ -20,8 +20,7 @@ Homepage: https://metacpan.org/release/Test-File/
 
 Package: libtest-file-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module to test file attributes
  Test::File provides a collection of test utilities for file attributes.
  .

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



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