[SCM] Debian packaging of MooseX::HasDefaults branch, master, updated. debian/0.03-1-2-g241d5b7

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


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

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

diff --git a/debian/control b/debian/control
index 217eac9..ebe2796 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,12 @@
 Source: libmoosex-hasdefaults-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libmoose-perl (>= 0.94), libtest-exception-perl
+Build-Depends-Indep: perl,
+                     libmoose-perl,
+                     libtest-exception-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-hasdefaults-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-hasdefaults-perl.git
@@ -12,10 +14,13 @@ Homepage: http://search.cpan.org/dist/MooseX-HasDefaults/
 
 Package: libmoosex-hasdefaults-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.94)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl
 Description: Moose module to default "is" to "ro" or "rw" for all attributes
  MooseX::HasDefaults allows one to set a default of "ro" or "rw" for the "is"
  of all Moose object "has" attributes, thus saving some typing.
  .
  MooseX::HasDefaults is similar to, but requires less typing than,
  MooseX::AttributeDefaults and MooseX::Attributes::Curried.
+

-- 
Debian packaging of MooseX::HasDefaults



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