[librole-tiny-perl] 04/04: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Wed Mar 19 00:46:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librole-tiny-perl.

commit 74f91ae96f62e39fc124b3c1f3a2904251c4902b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Mar 19 01:45:07 2014 +0100

    Apply wrap-and-sort
---
 debian/changelog |  3 +++
 debian/control   | 17 +++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f20b07a..bddefaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
 librole-tiny-perl (1.003003-1) UNRELEASED; urgency=medium
 
+  * Team upload
+
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 
   [ Axel Beckert ]
   * Import new upstream release
   * Bump Standards-Version to 3.9.5 (no changes)
+  * Apply wrap-and-sort
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 27 Feb 2014 22:40:14 +0100
 
diff --git a/debian/control b/debian/control
index 90ffeb8..93891e9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libclass-method-modifiers-perl,
- libnamespace-autoclean-perl,
- libstrictures-perl,
- libtest-fatal-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+Build-Depends-Indep: libclass-method-modifiers-perl,
+                     libnamespace-autoclean-perl,
+                     libstrictures-perl,
+                     libtest-fatal-perl,
+                     perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librole-tiny-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librole-tiny-perl.git
@@ -17,7 +17,9 @@ Homepage: https://metacpan.org/release/Role-Tiny
 
 Package: librole-tiny-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-method-modifiers-perl
+Depends: libclass-method-modifiers-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 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,4 +35,3 @@ 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.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librole-tiny-perl.git



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