[SCM] Debian packaging of MooseX-Attribute-Chained CPAN distribution branch, master, updated. debian/1.0.1-1-2-g8fd1aad

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


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

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

diff --git a/debian/control b/debian/control
index 0bec7a7..2b71a9b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,13 @@
 Source: libmoosex-attribute-chained-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
+               perl (>= 5.11.4) | libmodule-build-perl
 Build-Depends-Indep: perl,
- libmoose-perl,
- libtry-tiny-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+                     libmoose-perl,
+                     libtry-tiny-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-attribute-chained-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-attribute-chained-perl.git
@@ -16,12 +15,14 @@ Homepage: http://search.cpan.org/dist/MooseX-Attribute-Chained/
 
 Package: libmoosex-attribute-chained-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmoose-perl,
- libtry-tiny-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl,
+         libtry-tiny-perl
 Breaks: libmoosex-chainedaccessors-perl
-Replaces: libmoosex-chainedaccessors-perl
 Provides: libmoosex-chainedaccessors-perl
+Replaces: libmoosex-chainedaccessors-perl
 Description: Moose attribute that returns the instance to allow for chaining
  MooseX::Attribute::Chained is a Moose Trait which allows for method chaining
  on accessors by returning $self on write/set operations.
+

-- 
Debian packaging of MooseX-Attribute-Chained CPAN distribution



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