[SCM] Debian packaging of libmoosex-object-pluggable-perl branch, master, updated. debian/0.0011-2-2-gc9deb06

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


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

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

diff --git a/debian/control b/debian/control
index f970af6..2a2d7a8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,30 @@
 Source: libmoosex-object-pluggable-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Brian Cassidy <brian.cassidy at gmail.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libmoose-perl (>= 0.35),
- libmodule-pluggable-perl, libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
- Brian Cassidy <brian.cassidy at gmail.com>
+Build-Depends-Indep: perl,
+                     libmoose-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/MooseX-Object-Pluggable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-object-pluggable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-object-pluggable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-object-pluggable-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-Object-Pluggable/
 
 Package: libmoosex-object-pluggable-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmodule-pluggable-perl,
- libmoose-perl (>= 0.35)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl,
+         libmoose-perl
 Description: Perl module for adding plugin support to your Moose classes
  MooseX::Object::Pluggable is meant to be loaded as a role from Moose-based
  classes it will add five methods and four attributes to assist you with the
  loading and handling of plugins and extensions for plugins. I understand that
  this may pollute your namespace, however I took great care in using the least
  ambiguous names possible.
+

-- 
Debian packaging of libmoosex-object-pluggable-perl



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