r58109 - in /trunk/libhash-fieldhash-perl/debian: changelog control

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Thu May 20 04:25:21 UTC 2010


Author: ivan
Date: Thu May 20 04:24:33 2010
New Revision: 58109

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58109
Log:
update descriptions, add itp bug#

Modified:
    trunk/libhash-fieldhash-perl/debian/changelog
    trunk/libhash-fieldhash-perl/debian/control

Modified: trunk/libhash-fieldhash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/changelog?rev=58109&op=diff
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/changelog (original)
+++ trunk/libhash-fieldhash-perl/debian/changelog Thu May 20 04:24:33 2010
@@ -1,5 +1,5 @@
-libhash-fieldhash-perl (0.10-1) UNRELEASED; urgency=low
+libhash-fieldhash-perl (0.10-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (closes: Bug#582345).
 
- -- Ivan Kohler <ivan-debian at 420.am>  Wed, 19 May 2010 20:44:43 -0700
+ -- Ivan Kohler <ivan-debian at 420.am>  Wed, 19 May 2010 21:21:19 -0700

Modified: trunk/libhash-fieldhash-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/control?rev=58109&op=diff
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/control (original)
+++ trunk/libhash-fieldhash-perl/debian/control Thu May 20 04:24:33 2010
@@ -13,14 +13,20 @@
 Package: libhash-fieldhash-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl (>= 5.10.1)
-Description: A lightweight field hash implementation
+Description: Perl module implementing a lightweight field hash
  Hash::FieldHash provides the field hash mechanism which supports the
  inside-out technique.
  .
  You may know Hash::Util::FieldHash. It's a very useful module, but too
- complex to understand all the functions and only available in 5.10.
- H::U::F::Compat is available for pre-5.10, but it seems too slow to use.
+ complex to understand all the functions.
  .
- This is an alternative to H::U::F with following features:
+ This is an alternative to Hash::Util::FieldHash with following features:
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Simpler interface
+ .
+   Hash::FieldHash provides a few functions: fieldhash() and fieldhashes().
+   That's enough.
+ .
+ Higher performance
+   Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals
+   use simpler structures.




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