[libnamespace-autoclean-perl] 10/13: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Wed Oct 9 13:33:43 UTC 2013


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

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

commit 91d068d7debb931ef332c75a43072b1d41f75db4
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Oct 9 15:24:18 2013 +0200

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

diff --git a/debian/control b/debian/control
index 352c187..695b829 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,21 @@
 Source: libnamespace-autoclean-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>,
-           Salvatore Bonaccorso <carnil at debian.org>,
-           Jonathan Yu <jawnsy at cpan.org>
+Uploaders:
+ Ryan Niebur <ryan at debian.org>,
+ Salvatore Bonaccorso <carnil at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8), libmodule-build-tiny-perl (>= 0.028)
-Build-Depends-Indep: perl,
-                     libb-hooks-endofscope-perl (>= 0.12),
-                     libmoose-perl (>= 2) | libclass-mop-perl (>= 0.80),
-                     libmoose-perl,
-                     libnamespace-clean-perl (>= 0.20),
-                     libsub-name-perl,
-                     libtest-checkdeps-perl (>= 0.007),
-                     perl (>= 5.11.1) | libtest-simple-perl
+Build-Depends-Indep:
+ libb-hooks-endofscope-perl (>= 0.12),
+ libmoose-perl,
+ libmoose-perl (>= 2) | libclass-mop-perl (>= 0.80),
+ libnamespace-clean-perl (>= 0.20),
+ libsub-name-perl,
+ libtest-checkdeps-perl (>= 0.007),
+ perl,
+ perl (>= 5.11.1) | libtest-simple-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnamespace-autoclean-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnamespace-autoclean-perl.git
@@ -21,11 +23,12 @@ Homepage: https://metacpan.org/release/namespace-autoclean/
 
 Package: libnamespace-autoclean-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         libb-hooks-endofscope-perl (>= 0.12),
-         libmoose-perl (>= 2) | libclass-mop-perl (>= 0.80),
-         libnamespace-clean-perl (>= 0.20)
+Depends:
+ libb-hooks-endofscope-perl (>= 0.12),
+ libmoose-perl (>= 2) | libclass-mop-perl (>= 0.80),
+ libnamespace-clean-perl (>= 0.20),
+ ${misc:Depends},
+ ${perl:Depends}
 Description: module to remove imported symbols after compilation
  namespace::autoclean is a Perl pragma that keeps your namespace clean by
  removing all imported symbols at the end of the current package's compile
@@ -37,4 +40,3 @@ Description: module to remove imported symbols after compilation
  that it cleans all imported functions, whether or not the imports happened
  prior to using the pragma. Things that "look" like a method (according to
  Class::MOP) will be left alone.
-

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



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