[SCM] Debian packaging of libmouse-perl branch, master, updated. debian/0.99-1-2-g9287f42

gregor herrmann gregoa at debian.org
Thu Jul 5 20:42:16 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 726e083..57d16d1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,44 @@
 Source: libmouse-perl
-Section: perl
-Priority: optional
-Build-Depends: perl (>= 5.10.1), debhelper (>= 9),
- libclass-method-modifiers-perl,
- perl (>= 5.14) | libextutils-parsexs-perl (>= 2.210000),
- libio-string-perl,
- liblocale-us-perl,
- libmoose-perl (>= 0.93),
- libregexp-common-perl,
- libtest-deep-perl,
- libtest-exception-perl,
- libtest-leaktrace-perl,
- libtest-output-perl,
- liburi-perl,
- libparams-coerce-perl,
- libwww-perl,
- libpath-class-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Jose Luis Rivas <ghostbar at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>,
- Rene Mayorga <rmayorga at debian.org>, Antonio Radici <antonio at dyne.org>,
- Ryan Niebur <ryan at debian.org>, Nathan Handler <nhandler at ubuntu.com>,
- Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- Dominic Hargreaves <dom at earth.li>
+           Jose Luis Rivas <ghostbar at debian.org>,
+           Brian Cassidy <brian.cassidy at gmail.com>,
+           Rene Mayorga <rmayorga at debian.org>,
+           Antonio Radici <antonio at dyne.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Dominic Hargreaves <dom at earth.li>
+Section: perl
+Priority: optional
+Build-Depends: perl,
+               debhelper (>= 9),
+               libclass-method-modifiers-perl,
+               perl (>= 5.11.1) | libextutils-parsexs-perl,
+               libio-string-perl,
+               liblocale-us-perl,
+               libmoose-perl,
+               libregexp-common-perl,
+               libtest-deep-perl,
+               libtest-exception-perl,
+               libtest-leaktrace-perl,
+               libtest-output-perl,
+               liburi-perl,
+               libparams-coerce-perl,
+               libwww-perl,
+               libpath-class-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Mouse/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmouse-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmouse-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmouse-perl.git
+Homepage: http://search.cpan.org/dist/Mouse/
 
 Package: libmouse-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Recommends: libclass-method-modifiers-perl
 Description: lightweight object framework for Perl
  Mouse is a lightweight Perl object framework based largely on the techniques
@@ -39,3 +46,4 @@ Description: lightweight object framework for Perl
  It is designed to be similar in functionality to Moose, though faster, by only
  providing a subset of Moose's functionality, alleviating some of the compile-
  time penalty incurred by Moose. It also has considerably less dependencies.
+

-- 
Debian packaging of libmouse-perl



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