[libtest-cleannamespaces-perl] 03/03: control

gregor herrmann gregoa at debian.org
Tue Aug 12 17:51:40 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-cleannamespaces-perl.

commit 04bb1b7fe3d13bb08e46aa2ec57cf44cab8fa053
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 12 19:50:47 2014 +0200

    control
---
 debian/control | 59 +++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 34 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index b8919e4..7c9a2cf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libtest-cleannamespaces-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
+# don't b-d on libmoosex-role-parameterized-perl and libmoose-perl
+# to avoid circular build dependency (Moose -> Test::CleanNamespaces)
 Build-Depends-Indep: libfile-find-rule-perl,
- libfile-find-rule-perl-perl,
- libmodule-runtime-perl,
- libnamespace-clean-perl,
- libpackage-stash-perl,
- libsub-exporter-perl,
- libsub-identify-perl,
- libtest-deep-perl,
- libtest-requires-perl,
- libtest-tester-perl,
- libtest-warnings-perl (>= 0.009),
- perl
+                     libfile-find-rule-perl-perl,
+                     libmodule-runtime-perl,
+                     libmoo-perl,
+                     libmouse-perl,
+                     libnamespace-clean-perl,
+                     libpackage-stash-perl,
+                     librole-tiny-perl (>= 1.003000),
+                     libsub-exporter-perl,
+                     libsub-identify-perl,
+                     libtest-deep-perl,
+                     libtest-requires-perl,
+                     libtest-tester-perl,
+                     libtest-warnings-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-cleannamespaces-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-cleannamespaces-perl.git
@@ -23,15 +28,19 @@ Homepage: https://metacpan.org/release/Test-CleanNamespaces
 
 Package: libtest-cleannamespaces-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfile-find-rule-perl,
- libfile-find-rule-perl-perl,
- libmodule-runtime-perl,
- libnamespace-clean-perl,
- libpackage-stash-perl,
- libsub-exporter-perl,
- libsub-identify-perl
-Description: Check for uncleaned imports
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-find-rule-perl,
+         libfile-find-rule-perl-perl,
+         libmodule-runtime-perl,
+         libnamespace-clean-perl,
+         libpackage-stash-perl,
+         libsub-exporter-perl,
+         libsub-identify-perl
+Recommends: libpackage-stash-xs-perl,
+            librole-tiny-perl
+Description: module to check for uncleaned imports
+ Test::CleanNamespaces lets you check your module's namespaces for imported
+ functions you might have forgotten to remove with namespace::autoclean or
+ namespace::clean and are therefore available to be called as methods, which
+ usually isn't want you want.

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



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