[SCM] Debian packaging of libmoosex-methodattributes-perl branch, master, updated. debian/0.27-1-2-ge07ef10

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


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

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

diff --git a/debian/control b/debian/control
index c9400a1..9b4db87 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,21 @@
 Source: libmoosex-methodattributes-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Brian Cassidy <brian.cassidy at gmail.com>,
- Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+           Ansgar Burchardt <ansgar at debian.org>,
+           Brian Cassidy <brian.cassidy at gmail.com>,
+           Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libmoose-perl (>= 0.98),
- libmoosex-role-parameterized-perl,
- libmoosex-types-perl,
- libnamespace-autoclean-perl,
- libnamespace-clean-perl (>= 0.10),
- libtest-exception-perl,
- perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Build-Depends-Indep: libmoose-perl,
+                     libmoosex-role-parameterized-perl,
+                     libmoosex-types-perl,
+                     libnamespace-autoclean-perl,
+                     libnamespace-clean-perl,
+                     libtest-exception-perl,
+                     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-methodattributes-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-methodattributes-perl.git
@@ -24,12 +23,14 @@ Homepage: http://search.cpan.org/dist/MooseX-MethodAttributes/
 
 Package: libmoosex-methodattributes-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmoose-perl (>= 0.98),
- libmoosex-types-perl,
- libnamespace-autoclean-perl,
- libnamespace-clean-perl (>= 0.10)
-Pre-Depends: dpkg (>= 1.15.6)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl,
+         libmoosex-types-perl,
+         libnamespace-autoclean-perl,
+         libnamespace-clean-perl
+Pre-Depends: dpkg
 Description: Moose extension for code attribute introspection
  MooseX::MethodAttributes is a Perl module that allows code attributes of
  methods to be introspected using Moose meta method objects.
+

-- 
Debian packaging of libmoosex-methodattributes-perl



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