[libtie-cache-perl] 02/06: Reformat debian/control with cme

gregor herrmann gregoa at debian.org
Mon Nov 16 18:59:03 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtie-cache-perl.

commit c2d3f547a2671497d715c1fed82d23d25a8c296f
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 16 19:46:36 2015 +0100

    Reformat debian/control with cme
    
    Gbp-Dch: ignore
---
 debian/control | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f333954..69b5fa8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,19 @@
 Source: libtie-cache-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Harlan Lieberman-Berg <hlieberman at setec.io>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               perl
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-cache-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtie-cache-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-cache-perl.git
 Homepage: http://www.cpan.org/modules/by-module/Tie/
 
 Package: libtie-cache-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: perl Tie::Cache - LRU Cache in Memory
  This module implements a least recently used (LRU) cache in memory
  through a tie interface. Any time data is stored in the tied hash, that

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



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