Author: lkajan-guest Date: 2012-06-13 14:22:36 +0000 (Wed, 13 Jun 2012) New Revision: 11323
Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/examples Modified: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control Log: adding example; adding back Shen Wei as uploader as Andreas suggested Modified: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control =================================================================== --- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control 2012-06-13 14:22:10 UTC (rev 11322) +++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/control 2012-06-13 14:22:36 UTC (rev 11323) @@ -2,7 +2,7 @@ Section: perl Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Laszlo Kajan <[email protected]> +Uploaders: Laszlo Kajan <[email protected]>, Shen Wei <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), libmath-vector-real-perl, libsort-key-top-perl Standards-Version: 3.9.3 @@ -13,6 +13,7 @@ Package: libmath-vector-real-kdtree-perl Architecture: all Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmath-vector-real-perl, libsort-key-top-perl +Suggests: libmath-vector-real-random-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. Added: trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/examples =================================================================== --- trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/examples (rev 0) +++ trunk/packages/libmath-vector-real-kdtree-perl/trunk/debian/examples 2012-06-13 14:22:36 UTC (rev 11323) @@ -0,0 +1 @@ +sample/boxes.pl _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
