[libnamespace-clean-perl] 03/04: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Thu Mar 13 18:38:01 UTC 2014


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

carnil pushed a commit to branch master
in repository libnamespace-clean-perl.

commit de258d8a81133e57a425fa2f919ca601ac7e531b
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Mar 13 19:34:21 2014 +0100

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

diff --git a/debian/control b/debian/control
index 19452ed..1855c81 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,11 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libb-hooks-endofscope-perl (>= 0.12),
+Build-Depends-Indep: libb-hooks-endofscope-perl (>= 0.12),
                      libpackage-stash-perl (>= 0.23),
                      libsub-identify-perl,
-                     libsub-name-perl
+                     libsub-name-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnamespace-clean-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnamespace-clean-perl.git
@@ -23,12 +23,12 @@ Homepage: https://metacpan.org/release/namespace-clean
 
 Package: libnamespace-clean-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         libb-hooks-endofscope-perl (>= 0.12),
+Depends: libb-hooks-endofscope-perl (>= 0.12),
          libpackage-stash-perl (>= 0.23),
          libsub-identify-perl,
-         libsub-name-perl
+         libsub-name-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: module for keeping imports and functions out of the current namespace
  namespace::clean is a Perl pragma for keeping imported functions out of the
  current namespace. This is especially important because Perl functions are
@@ -38,4 +38,3 @@ Description: module for keeping imports and functions out of the current namespa
  imported symbols at the end of the current package's compile cycle. This
  means that functions called in the package itself will still be bound by
  their name, but they won't show up as methods on your class or instances.
-

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



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