[med-svn] r11313 - trunk/packages/libsort-key-top-perl/trunk/debian
Laszlo Kajan
lkajan-guest at alioth.debian.org
Wed Jun 13 08:41:21 UTC 2012
Author: lkajan-guest
Date: 2012-06-13 08:41:21 +0000 (Wed, 13 Jun 2012)
New Revision: 11313
Modified:
trunk/packages/libsort-key-top-perl/trunk/debian/changelog
trunk/packages/libsort-key-top-perl/trunk/debian/control
trunk/packages/libsort-key-top-perl/trunk/debian/watch
Log:
updated watch file according to pkg-perl team guidelines; added more to the long description
Modified: trunk/packages/libsort-key-top-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/changelog 2012-06-13 07:24:41 UTC (rev 11312)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/changelog 2012-06-13 08:41:21 UTC (rev 11313)
@@ -1,3 +1,10 @@
+libsort-key-top-perl (0.06-2) UNRELEASED; urgency=low
+
+ * Updated watch file according to pkg-perl team guidelines.
+ * Added more to the long description.
+
+ -- Laszlo Kajan <lkajan at rostlab.org> Wed, 13 Jun 2012 10:39:23 +0200
+
libsort-key-top-perl (0.06-1) unstable; urgency=low
* Initial release (Closes: #676384)
Modified: trunk/packages/libsort-key-top-perl/trunk/debian/control
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/control 2012-06-13 07:24:41 UTC (rev 11312)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/control 2012-06-13 08:41:21 UTC (rev 11313)
@@ -16,3 +16,12 @@
Description: select and sort top n elements in Perl
The functions available from this module select the top n elements from a
list using several common orderings and custom key extraction procedures.
+ .
+ They are all variations around 'keytopsort { CALC_KEY($_) } $n => @data;'.
+ .
+ In array context, this function calculates the ordering key for every element
+ in @data using the expression inside the block. Then it selects and orders
+ the $n elements with the lower keys when compared lexicographically.
+ .
+ In scalar context, the value returned by the functions on this module is the
+ cutoff value allowing to select nth element from the array.
Modified: trunk/packages/libsort-key-top-perl/trunk/debian/watch
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/watch 2012-06-13 07:24:41 UTC (rev 11312)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/watch 2012-06-13 08:41:21 UTC (rev 11313)
@@ -1,2 +1,2 @@
version=3
-http://www.cpan.org/modules/by-module/Sort/Sort-Key-Top-(\d+\.\d+)\.tar\.gz
+http://search.cpan.org/dist/Sort-Key-Top/ .*/Sort-Key-Top-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the debian-med-commit
mailing list