[SCM] Debian packaging of libmoosex-oneargnew-perl branch, master, updated. 89784c1ee018179c4f26289b2ef299c7deb36c02

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


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

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

diff --git a/debian/control b/debian/control
index 6affaac..290c3df 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,27 @@
 Source: libmoosex-oneargnew-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libmoose-perl,
- libmoosex-role-parameterized-perl,
- libnamespace-autoclean-perl,
- libtest-pod-perl,
- libtest-simple-perl (>= 0.96)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>
+                     libmoose-perl,
+                     libmoosex-role-parameterized-perl,
+                     libnamespace-autoclean-perl,
+                     libtest-pod-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/MooseX-OneArgNew/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-oneargnew-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-oneargnew-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-oneargnew-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-OneArgNew/
 
 Package: libmoosex-oneargnew-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmoose-perl,
- libmoosex-role-parameterized-perl,
- libnamespace-autoclean-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl,
+         libmoosex-role-parameterized-perl,
+         libnamespace-autoclean-perl
 Description: Moose role that extends class' constructor to accept single arguments
  MooseX::OneArgNew lets your constructor take a single argument, which will be
  translated into the value for a one-entry hashref. It is a parameterized
@@ -30,3 +31,4 @@ Description: Moose role that extends class' constructor to accept single argumen
     a MooseX::Type.
   * init_arg - This is the string that will be used as the key for the hashref
     constructed from the one-arg call to new.
+

-- 
Debian packaging of libmoosex-oneargnew-perl



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