[med-svn] r11317 - trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian
Laszlo Kajan
lkajan-guest at alioth.debian.org
Wed Jun 13 09:46:17 UTC 2012
Author: lkajan-guest
Date: 2012-06-13 09:46:16 +0000 (Wed, 13 Jun 2012)
New Revision: 11317
Modified:
trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/
trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog
trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control
trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch
Log:
package ready for upload for initial release
Property changes on: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Modified: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog 2012-06-13 09:22:40 UTC (rev 11316)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/changelog 2012-06-13 09:46:16 UTC (rev 11317)
@@ -1,5 +1,7 @@
-libmath-vector-real-kdtree-perl (0.02-1) unstable; urgency=low
+libmath-vector-real-kdtree-perl (0.03-1) UNRELEASED; urgency=low
- * Initial release (Closes: #676579)
+ * [Shen Wei <weis at rostlab.org>] and
+ [Laszlo Kajan <lkajan at rostlab.org>]
+ Initial release (Closes: #676579)
- -- Shen Wei <weis at rostlab.org> Fri, 08 Jun 2012 00:16:26 +0200
+ -- Laszlo Kajan <lkajan at rostlab.org> Fri, 08 Jun 2012 00:16:26 +0200
Modified: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control 2012-06-13 09:22:40 UTC (rev 11316)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control 2012-06-13 09:46:16 UTC (rev 11317)
@@ -2,17 +2,27 @@
Section: perl
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Shen Wei <weis at rostlab.org>
+Uploaders: Laszlo Kajan <lkajan at rostlab.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/~salva/Math-Vector-Real-kdTree-0.02/lib/Math/Vector/Real/kdTree.pm
+Standards-Version: 3.9.3
+Homepage: http://search.cpan.org/dist/Math-Vector-Real-kdTree/lib/Math/Vector/Real/kdTree.pm
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libmath-vector-real-kdtree-perl/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libmath-vector-real-kdtree-perl/trunk/
Package: libmath-vector-real-kdtree-perl
-Architecture: any
+Architecture: all
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Math::Vector::Real::kdTree - kd-Tree in Perl
+Description: kd-Tree implementation on top of Math::Vector::Real
This module implements a kd-Tree data structure in Perl and some related
algorithms which enables efficient searching in k-dimensional space.
+ .
+ The following methods are provided:
+ * new
+ * insert
+ * size
+ * at
+ * move
+ * find_nearest_neighbor
+ * find_nearest_neighbor_all_internal
+ * find_in_ball
Modified: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch
===================================================================
--- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch 2012-06-13 09:22:40 UTC (rev 11316)
+++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/watch 2012-06-13 09:46:16 UTC (rev 11317)
@@ -1,2 +1,2 @@
version=3
-http://www.cpan.org/modules/by-module/Math/Math-Vector-Real-kdTree-(\d+.\d+)\.tar\.gz
+http://search.cpan.org/dist/Math-Vector-Real-kdTree/ .*/Math-Vector-Real-kdTree-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the debian-med-commit
mailing list