[libcache-cache-perl] 06/06: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Fri Oct 10 22:12:23 UTC 2014


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

abe pushed a commit to branch master
in repository libcache-cache-perl.

commit c60b1164ace907500a103808560c13be5d1c7c6a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Oct 11 00:11:15 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 8ee1b5c..ea303af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libcache-cache-perl (1.07-1) UNRELEASED; urgency=low
     instead of Digest::SHA1.
   * Fix pkg-perl-specific lintian warning missing-testsuite-header.
   * Bump Standards-Version to 3.9.6 (no changes needed)
+  * Apply wrap-and-sort.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 8ac22df..524ebf2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,12 @@ Source: libcache-cache-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Antonio Radici <antonio at dyne.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           Antonio Radici <antonio at dyne.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, liberror-perl, libipc-sharelite-perl
+Build-Depends-Indep: liberror-perl,
+                     libipc-sharelite-perl,
+                     perl
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Cache-Cache
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcache-cache-perl.git
@@ -13,7 +16,10 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libcache-cache-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liberror-perl, libipc-sharelite-perl
+Depends: liberror-perl,
+         libipc-sharelite-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Managed caches of persistent information
  The Cache modules are designed to assist a developer in persisting
  data for a specified period of time.  Often these modules are used in

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



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