[SCM] Debian packaging of libmoosex-strictconstructor-perl branch, master, updated. debian/0.19-1-2-g0a57316

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


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

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

diff --git a/debian/control b/debian/control
index b51742c..c110f79 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,30 @@
 Source: libmoosex-strictconstructor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antony Gelberg <antony at wayforth.co.uk>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libmoose-perl (>= 0.94),
- libnamespace-autoclean-perl,
- libtest-fatal-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Antony Gelberg <antony at wayforth.co.uk>,
- gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>
+                     libmoose-perl,
+                     libnamespace-autoclean-perl,
+                     libtest-fatal-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/MooseX-StrictConstructor/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-strictconstructor-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-strictconstructor-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-strictconstructor-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-StrictConstructor/
 
 Package: libmoosex-strictconstructor-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libmoose-perl (>= 0.94),
- libnamespace-autoclean-perl
-Pre-Depends: dpkg (>= 1.15.6)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmoose-perl,
+         libnamespace-autoclean-perl
+Pre-Depends: dpkg
 Description: Make your object constructors blow up on unknown attributes
  "use MooseX::StrictConstructor" instead of just "use Moose" makes your
  constructors strict. If your constructor is called with an attribute
  init argument that your class does not declare, then it calls
  "Carp::confess()". This is a great way to catch small typos.
+

-- 
Debian packaging of libmoosex-strictconstructor-perl



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