[SCM] Debian packaging of libmoosex-emulate-class-accessor-fast-perl branch, master, updated. df48220bab208ec65f8db274b41b557e0f894764

gregor herrmann gregoa at debian.org
Thu Jul 5 20:40:57 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 0cc2cff..1379f4e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,27 @@
 Source: libmoosex-emulate-class-accessor-fast-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2.13)
-Build-Depends-Indep: perl, libmoose-perl (>= 0.84), libnamespace-clean-perl,
- libtest-exception-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libmoose-perl,
+                     libnamespace-clean-perl,
+                     libtest-exception-perl
 Standards-Version: 3.8.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-emulate-class-accessor-fast-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-emulate-class-accessor-fast-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-emulate-class-accessor-fast-perl.git
 Homepage: http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/
 
 Package: libmoosex-emulate-class-accessor-fast-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.84),
- libnamespace-clean-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmoose-perl,
+         libnamespace-clean-perl
 Description: module to emulate Class::Accessor::Fast using Moose attributes
  MooseX::Emulate::Class::Accessor::Fast attempts to emulate the behavior of
  Class::Accessor::Fast as accurately as possible using the Moose attribute
@@ -25,3 +30,4 @@ Description: module to emulate Class::Accessor::Fast using Moose attributes
  The public API of Class::Accessor::Fast is wholly supported, but the private
  methods are not. If you are only using the public methods (as you should) then
  migrating to this is trivial.
+

-- 
Debian packaging of libmoosex-emulate-class-accessor-fast-perl



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