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 <[email protected]>] and + [Laszlo Kajan <[email protected]>] + Initial release (Closes: #676579) - -- Shen Wei <[email protected]> Fri, 08 Jun 2012 00:16:26 +0200 + -- Laszlo Kajan <[email protected]> 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 <[email protected]> -Uploaders: Shen Wei <[email protected]> +Uploaders: Laszlo Kajan <[email protected]> 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)$ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
