[SCM] Debian packaging of libmoosex-role-withoverloading-perl branch, master, updated. 64e0a0709caf1ed3028d46335f7fed3fd53f2513

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


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

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

diff --git a/debian/control b/debian/control
index 944ad1d..e80c7ca 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,34 @@
 Source: libmoosex-role-withoverloading-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50~),
- libnamespace-clean-perl, libnamespace-autoclean-perl (>= 0.09),
- libmoosex-types-perl, libaliased-perl, libmoose-perl (>= 1.15)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at debian.org>
+Build-Depends: perl,
+               debhelper (>= 7.0.50~),
+               libnamespace-clean-perl,
+               libnamespace-autoclean-perl,
+               libmoosex-types-perl,
+               libaliased-perl,
+               libmoose-perl (>= 1.15)
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/MooseX-Role-WithOverloading/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-role-withoverloading-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-role-withoverloading-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-role-withoverloading-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-Role-WithOverloading/
 
 Package: libmoosex-role-withoverloading-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libnamespace-clean-perl, libmoose-perl (>= 1.15),
- libnamespace-autoclean-perl (>= 0.09), libmoosex-types-perl, libaliased-perl
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libnamespace-clean-perl,
+         libmoose-perl (>= 1.15),
+         libnamespace-autoclean-perl,
+         libmoosex-types-perl,
+         libaliased-perl
 Description: Moose extension for roles that support overloading
  MooseX::Role::WithOverloading allows you to write a Moose::Role which defines
  overloaded operators and allows those operator overloadings to be composed
  into the classes/roles/instances it's compiled to, while plain Moose::Roles
  would lose the overloading.
+

-- 
Debian packaging of libmoosex-role-withoverloading-perl



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