[SCM] Packaging of MooseX::SimpleConfig in Debian branch, master, updated. upstream/0.09-7-g5594bb5

gregor herrmann gregoa at debian.org
Thu Jul 5 20:41:43 UTC 2012


The following commit has been merged in the master branch:
commit d49aed227555f7d5aed2da1919b47304833f21ca
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:42:59 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index dcfbbb8..60e5a93 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,15 @@
 Source: libmoosex-simpleconfig-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libmoosex-configfromfile-perl, libmoose-perl,
- libconfig-any-perl (>= 0.13), perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl, libconfig-general-perl
+Build-Depends-Indep: perl,
+                     libmoosex-configfromfile-perl,
+                     libmoose-perl,
+                     libconfig-any-perl,
+                     libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl,
+                     libconfig-general-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-simpleconfig-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-simpleconfig-perl.git
@@ -14,13 +17,17 @@ Homepage: http://search.cpan.org/dist/MooseX-SimpleConfig/
 
 Package: libmoosex-simpleconfig-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmoosex-configfromfile-perl,
- libmoose-perl, libconfig-any-perl (>= 0.13)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoosex-configfromfile-perl,
+         libmoose-perl,
+         libconfig-any-perl
 Recommends: libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl,
- libconfig-general-perl
+            libconfig-general-perl
 Suggests: libconfig-tiny-perl
 Description: Moose role for setting attributes from a simple configfile
  The MooseX::SimpleConfig role loads simple configuration files to set object
  attributes. It uses Config::Any to actually parse the config files.
  Like all MooseX::ConfigFromFile - derived configfile loaders, it is
  automatically supported by the MooseX::Getopt role as well.
+

-- 
Packaging of MooseX::SimpleConfig in Debian



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