[SCM] Debian packaging of libmoosex-followpbp-perl branch, master, updated. d195ffb0feb61049032b766215f85a18b1bc7afe

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


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

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

diff --git a/debian/control b/debian/control
index c91cd25..dd14e7b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,26 @@
 Source: libmoosex-followpbp-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libmoose-perl (>= 1.16),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at debian.org>,
- gregor herrmann <gregoa at debian.org>
+                     libmoose-perl (>= 1.16)
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/MooseX-FollowPBP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-followpbp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-followpbp-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-followpbp-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-FollowPBP/
 
 Package: libmoosex-followpbp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmoose-perl (>= 1.16)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl (>= 1.16)
 Description: Moose extension to name your accessors get_foo() and set_foo()
  MooseX::FollowPBP does not provide any methods. Simply loading it changes the
  default naming policy for the loading class so that accessors are separated
  into get and set methods. The get methods are prefixed with "get_" as the
  accessor, while set methods are prefixed with "set_". This is the naming
  style recommended by Damian Conway in Perl Best Practices.
+

-- 
Debian packaging of libmoosex-followpbp-perl



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