r19217 - in /trunk/libtie-cphash-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 27 19:09:48 UTC 2008


Author: gregoa
Date: Sun Apr 27 19:09:47 2008
New Revision: 19217

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19217
Log:
* debian/control:
  - indent examples in long description
  - add /me to Uploaders

Modified:
    trunk/libtie-cphash-perl/debian/changelog
    trunk/libtie-cphash-perl/debian/control

Modified: trunk/libtie-cphash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-cphash-perl/debian/changelog?rev=19217&op=diff
==============================================================================
--- trunk/libtie-cphash-perl/debian/changelog (original)
+++ trunk/libtie-cphash-perl/debian/changelog Sun Apr 27 19:09:47 2008
@@ -7,8 +7,11 @@
   * New upstream release.
   * debian/watch: use dist-based URL.
   * debian/copyright: update copyright and license statement.
+  * debian/control:
+    - indent examples in long description
+    - add /me to Uploaders
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 27 Apr 2008 21:06:12 +0200
+ -- gregor herrmann <gregoa at debian.org>  Sun, 27 Apr 2008 21:07:51 +0200
 
 libtie-cphash-perl (1.03-2) unstable; urgency=low
 

Modified: trunk/libtie-cphash-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-cphash-perl/debian/control?rev=19217&op=diff
==============================================================================
--- trunk/libtie-cphash-perl/debian/control (original)
+++ trunk/libtie-cphash-perl/debian/control Sun Apr 27 19:09:47 2008
@@ -5,7 +5,9 @@
 Build-Depends-Indep: perl (>= 5.8.0), libtest-pod-perl,
  libtest-pod-coverage-perl 
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>, Gunnar Wolf <gwolf at debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
+ Gunnar Wolf <gwolf at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Homepage: http://search.cpan.org/dist/Tie-CPHash-1.03/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-cphash-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-cphash-perl/
@@ -18,8 +20,8 @@
  Tie::CPHash provides a hash table that is case preserving but case
  insensitive. This means that
  .
- $cphash{KEY}    $cphash{key}
- $cphash{Key}    $cphash{keY}
+  $cphash{KEY}    $cphash{key}
+  $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 




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