[libmodule-compile-perl] 03/09: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Tue Jun 21 02:04:29 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libmodule-compile-perl.

commit e8a871c692dcd575f7278874ffe695e39afadbdd
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Jun 20 17:17:17 2016 +0100

    d/control
---
 debian/control | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index c48d633..ec78e88 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libdigest-sha1-perl (>= 2.13),
- perl
+Build-Depends-Indep: perl,
+                     libyaml-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-compile-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-compile-perl.git
@@ -14,9 +14,14 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libmodule-compile-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdigest-sha1-perl (>= 2.13)
-Description: Perl Module Compilation
- (no description was found)
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module providing a system to compile Perl modules
+ Module::Compile provides a system for writing modules that *compile* other
+ Perl modules.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Modules that use these compilation modules get compiled into some
+ altered form the first time they are run. The result is cached into
+ ".pmc" files.
+ .
+ Perl has native support for ".pmc" files. It always checks for them,
+ before loading a ".pm" file.

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



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