[SCM] Debian packaging of libmoo-perl branch, master, updated. debian/0.091011-1-2-gdb3e689

gregor herrmann gregoa at debian.org
Thu Jul 5 20:40:30 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 31807eb..5e83b01 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,35 @@
 Source: libmoo-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libclass-method-modifiers-perl (>= 1.04),
- libclass-xsaccessor-perl (>= 1.07),
- libdevel-globaldestruction-perl,
- libmodule-runtime-perl (>= 0.012),
- librole-tiny-perl (>= 1.001003),
- libstrictures-perl,
- libtest-fatal-perl,
- perl (>= 5.14) | libtest-simple-perl (>= 0.96)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Maximilian Gass <mxey at cloudconnected.org>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- Alessandro Ghedini <ghedo at debian.org>
+                     libclass-method-modifiers-perl,
+                     libclass-xsaccessor-perl (>= 1.07),
+                     libdevel-globaldestruction-perl,
+                     libmodule-runtime-perl (>= 0.012),
+                     librole-tiny-perl,
+                     libstrictures-perl,
+                     libtest-fatal-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Moo/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoo-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoo-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoo-perl.git
+Homepage: http://search.cpan.org/dist/Moo/
 
 Package: libmoo-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-method-modifiers-perl (>= 1.04),
- libmodule-runtime-perl (>= 0.012),
- librole-tiny-perl (>= 1.001003),
- libstrictures-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-method-modifiers-perl,
+         libmodule-runtime-perl (>= 0.012),
+         librole-tiny-perl,
+         libstrictures-perl
 Recommends: libclass-xsaccessor-perl (>= 1.07),
- libdevel-globaldestruction-perl
+            libdevel-globaldestruction-perl
 Description: Minimalist Object Orientation library (with Moose compatiblity)
  Moo is an extremely light-weight, high-performance Moose replacement. It also
  avoids depending on any XS modules to allow simple deployments. The name Moo
@@ -37,3 +38,4 @@ Description: Minimalist Object Orientation library (with Moose compatiblity)
  .
  Unlike Mouse this module does not aim at full Moose compatibility. See
  INCOMPATIBILITIES in Moo(3pm) for more details.
+

-- 
Debian packaging of libmoo-perl



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