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

Salvatore Bonaccorso carnil at debian.org
Sat Aug 16 04:17:06 UTC 2014


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

carnil pushed a commit to branch master
in repository liblocal-lib-perl.

commit 33a47fe9a9a34f325f372479cc886810e95ea1ee
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Aug 16 06:12:40 2014 +0200

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

diff --git a/debian/control b/debian/control
index 538e2b1..3ef736c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,10 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
            Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               libmodule-build-perl
+Build-Depends: debhelper (>= 8), libmodule-build-perl
 Build-Depends-Indep: libcapture-tiny-perl,
-                     libtest-minimumversion-perl,
                      libperl-minimumversion-perl (>= 1.35),
+                     libtest-minimumversion-perl,
                      perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocal-lib-perl.git
@@ -19,9 +18,7 @@ Homepage: https://metacpan.org/release/local-lib
 
 Package: liblocal-lib-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libmodule-build-perl
+Depends: libmodule-build-perl, ${misc:Depends}, ${perl:Depends}
 Suggests: libcapture-tiny-perl
 Description: module to use a local path for Perl modules
  local::lib is a Perl module that provides a quick, convenient way of setting
@@ -36,4 +33,3 @@ Description: module to use a local path for Perl modules
  an application with an app-specific copy of a Perl module, or collection of
  modules. It is also useful for the case where an upstream maintainer hasn't
  applied a patch to a module of theirs that you need for your application.
-

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



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