[libmousex-configfromfile-perl] 04/04: control

gregor herrmann gregoa at debian.org
Thu Jan 2 19:52:09 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmousex-configfromfile-perl.

commit e1a6e1d1517a972cbc8c8773338ad3155d12fb9e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 2 20:49:52 2014 +0100

    control
---
 debian/control | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 45d6e3c..5a0571b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,14 @@
 Source: libmousex-configfromfile-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)
-Build-Depends-Indep: libmouse-perl (>= 0.39),
- libmousex-types-path-class-perl (>= 0.06),
- libtest-useallmodules-perl,
- perl (>= 5.11.1)
+Build-Depends-Indep: libmouse-perl,
+                     libmousex-types-path-class-perl,
+                     libtest-useallmodules-perl,
+                     perl,
+                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-configfromfile-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmousex-configfromfile-perl.git
@@ -15,14 +16,15 @@ Homepage: https://metacpan.org/release/MouseX-ConfigFromFile
 
 Package: libmousex-configfromfile-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmouse-perl (>= 0.39),
- libmousex-types-path-class-perl (>= 0.06)
-Description: An abstract Mouse role for setting attributes from a configfile
- This is an abstract role which provides an alternate constructor for creating
- objects using parameters passed in from a configuration file. The actual
- implementation of reading the configuration file is left to concrete
- subroles.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmouse-perl,
+         libmousex-types-path-class-perl
+Description: abstract Mouse role for setting attributes from a configfile
+ MouseX::ConfigFromFile is an abstract role which provides an alternate
+ constructor for creating objects using parameters passed in from a
+ configuration file. The actual implementation of reading the configuration
+ file is left to concrete subroles.
  .
  It declares an attribute configfile and a class method new_with_config, and
  requires that concrete roles derived from it implement the class method
@@ -30,5 +32,3 @@ Description: An abstract Mouse role for setting attributes from a configfile
  .
  Attributes specified directly as arguments to new_with_config supercede those
  in the configfile.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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