[libio-all-perl] 04/05: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Tue Dec 31 01:39:39 UTC 2013


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

abe pushed a commit to branch master
in repository libio-all-perl.

commit 0ba481afd1c6baad3392f7b03651ce8416db1d55
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 31 02:31:01 2013 +0100

    Apply wrap-and-sort
---
 debian/changelog |  1 +
 debian/control   | 29 ++++++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 013b6d9..c0dca04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libio-all-perl (0.51-1) UNRELEASED; urgency=low
     informative with regards to new upstream releases. There is also a
     link to GitHub while the GitHub page links back to search.cpan.org.
   * Bump Standards-Version to 3.9.5 (no changes)
+  * Apply wrap-and-sort
 
  -- Axel Beckert <abe at debian.org>  Tue, 31 Dec 2013 01:17:53 +0100
 
diff --git a/debian/control b/debian/control
index bbad30c..6d459af 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,16 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Rene Mayorga <rmayorga at debian.org.sv>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>, Chris Butler <chrisb at debian.org>
+           Rene Mayorga <rmayorga at debian.org.sv>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Chris Butler <chrisb at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libfile-readbackwards-perl,
- libio-string-perl,
- libmldbm-perl,
- libspiffy-perl
+Build-Depends-Indep: libfile-readbackwards-perl,
+                     libio-string-perl,
+                     libmldbm-perl,
+                     libspiffy-perl,
+                     perl
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/IO-All
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-all-perl.git
@@ -18,13 +20,14 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-all-per
 
 Package: libio-all-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libspiffy-perl
+Depends: libspiffy-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Suggests: libdb-file-lock-perl,
- libfile-readbackwards-perl,
- libfreezethaw-perl,
- libio-string-perl,
- libmldbm-perl
+          libfile-readbackwards-perl,
+          libfreezethaw-perl,
+          libio-string-perl,
+          libmldbm-perl
 Description: Perl module for unified IO operations
  IO::All combines all of the best Perl IO modules into a single Spiffy object
  oriented interface to greatly simplify your everyday Perl IO idioms. It

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



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