[SCM] Debian packaging of libany-moose-perl branch, master, updated. debian/0.17-1-13-g391bbe9

Xavier Guimard x.guimard at free.fr
Sun Jan 20 10:50:45 UTC 2013


The following commit has been merged in the master branch:
commit f14a8916060667cd18bb487c4fec8c2b918f0b7d
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Jan 20 11:48:26 2013 +0100

    Bump S-V to 3.9.4 (no changes)

diff --git a/debian/control b/debian/control
index 6ab7633..a9be352 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,34 @@
 Source: libany-moose-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libmouse-perl,
- libmousex-types-perl,
- libmoose-perl,
- libmoosex-types-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>, Alessandro Ghedini <ghedo at debian.org>
-Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Any-Moose/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libany-moose-perl.git
+Build-Depends-Indep: libmoose-perl,
+                     libmoosex-types-perl,
+                     libmouse-perl,
+                     libmousex-types-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libany-moose-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libany-moose-perl.git
+Homepage: http://search.cpan.org/dist/Any-Moose/
 
 Package: libany-moose-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmouse-perl | libmoose-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmouse-perl | libmoose-perl
 Description: module to use either Moose or Mouse, based on availability
  Any::Moose is a Perl module that intelligently loads either Moose or Mouse,
  which provide nearly identical interfaces to the same modern object system.
  This module takes advantage of the fact that anything that works with Mouse
  should also work with Moose.
  .
- Note that using this module may not always be appropriate because Mouse is a
- lightweight implementation of the Moose object system, which trades some of
- the less-used functionality for increased performance.
+ Any::Moose has been deprecated, please use Moo instead of Any::Moose for new
+ code.
+

-- 
Debian packaging of libany-moose-perl



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