[SCM] Debian packaging of Role-Tiny CPAN distribution branch, master, updated. debian/1.001003-1-2-g85be3dd

gregor herrmann gregoa at debian.org
Thu Jul 5 20:54:21 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index e5017f0..ff57bf2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: librole-tiny-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libclass-method-modifiers-perl,
- libstrictures-perl,
- libtest-fatal-perl,
- perl (>= 5.14) | libtest-simple-perl (>= 0.96)
+                     libclass-method-modifiers-perl,
+                     libstrictures-perl,
+                     libtest-fatal-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librole-tiny-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/librole-tiny-perl.git
@@ -16,8 +16,9 @@ Homepage: http://search.cpan.org/dist/Role-Tiny/
 
 Package: librole-tiny-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-method-modifiers-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-method-modifiers-perl
 Breaks: libmoo-perl (<< 0.009014)
 Description: Perl module for minimalist role composition
  Role::Tiny is a Perl module to do minimalist role composition. Role composition
@@ -33,3 +34,4 @@ Description: Perl module for minimalist role composition
  is the other way around, where first wins. In a more complete system (see
  Moose) roles are checked to see if they clash. The goal of this is to be much
  simpler, hence disallowing composition of multiple roles at once.
+

-- 
Debian packaging of Role-Tiny CPAN distribution



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