[libfunction-parameters-perl] 06/06: control

gregor herrmann gregoa at debian.org
Wed Feb 8 19:21:05 UTC 2017


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

gregoa pushed a commit to branch master
in repository libfunction-parameters-perl.

commit 62c4d8792d9c3d55465252a62a3df9a76dac8b60
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 8 20:19:59 2017 +0100

    control
---
 debian/control | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d14cce5..4fa8a43 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,13 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9),
+ libaliased-perl,
  libdir-self-perl,
+ libmoo-perl,
+ libmoose-perl,
+ libmoosex-types-perl,
+ libsub-name-perl,
+ libtest-deep-perl,
  libtest-fatal-perl,
  perl
 Standards-Version: 3.9.8
@@ -16,7 +22,8 @@ Testsuite: autopkgtest-pkg-perl
 Package: libfunction-parameters-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: subroutine definitions with parameter lists
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Recommends: libmoo-perl
+Description: module for subroutine definitions with parameter lists
+ Function::Parameters extends Perl with keywords that let you define functions
+ with parameter lists. It uses Perl's keyword plugin API, so it works reliably
+ and doesn't require a source filter.

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



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