[libtie-cphash-perl] 05/06: wrap-and-sort

gregor herrmann gregoa at debian.org
Wed Dec 25 19:34:09 UTC 2013


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

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

commit a31ce569a7b9b61163121c1e6ff51d5672e83f08
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 20:33:06 2013 +0100

    wrap-and-sort
    
    Git-Dch: Ignore
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index f2208f9..a08e61a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
 Homepage: https://metacpan.org/release/Tie-CPHash/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-cphash-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-cphash-perl.git
@@ -13,7 +13,8 @@ Standards-Version: 3.9.5
 
 Package: libtie-cphash-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for managing a case preserving but case insensitive hash table
  Tie::CPHash provides a hash table that is case preserving but case
  insensitive. This means that
@@ -22,5 +23,5 @@ Description: module for managing a case preserving but case insensitive hash tab
   $cphash{Key}    $cphash{keY}
  .
  all refer to the same entry.  Also, the hash remembers which form of
- the key was last used to store the entry.  The keys and each functions 
+ the key was last used to store the entry.  The keys and each functions
  will return the key that was used to set the value.

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



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