[libmath-vector-real-kdtree-perl] 01/02: Declare compliance with Debian Policy 3.9.6. Updated my email address in d/control. Updated d/control package description from home page.

Laszlo Kajan lkajan at rostlab.org
Fri Oct 10 20:11:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

lkajan-guest pushed a commit to branch master
in repository libmath-vector-real-kdtree-perl.

commit 710e7445dab43cf58df03aad030ab24d46e7411e
Author: Laszlo Kajan <lkajan at debian.org>
Date:   Thu Oct 9 20:49:19 2014 +0200

    Declare compliance with Debian Policy 3.9.6. Updated my email address in d/control. Updated d/control package description from home page.
---
 .gitignore       |  1 +
 debian/changelog | 12 +++++++-----
 debian/control   | 29 +++++++++++++++++------------
 3 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/.gitignore b/.gitignore
index eb27a8f..6b58586 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 blib
 MYMETA.yml
+MYMETA.json
 Makefile
 pm_to_blib
diff --git a/debian/changelog b/debian/changelog
index db8f87e..d792956 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,4 @@
-libmath-vector-real-kdtree-perl (0.11-1) UNRELEASED; urgency=medium
-
-  [ gregor herrmann ]
-  WAITS-FOR: libsort-key-top-perl 0.08
+libmath-vector-real-kdtree-perl (0.11-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release.
@@ -13,7 +10,12 @@ libmath-vector-real-kdtree-perl (0.11-1) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 08 Jun 2014 13:09:20 +0200
+  [ Laszlo Kajan ]
+  * Declare compliance with Debian Policy 3.9.6.
+  * Updated my email address in d/control
+  * Updated d/control package description from home page.
+
+ -- Laszlo Kajan <lkajan at debian.org>  Thu, 09 Oct 2014 20:38:20 +0200
 
 libmath-vector-real-kdtree-perl (0.09-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c76dd50..b7e546d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: libmath-vector-real-kdtree-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
+Uploaders: Laszlo Kajan <lkajan at debian.org>,
            Shen Wei <weis at rostlab.org>
 Section: perl
 Priority: optional
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libmath-vector-real-perl (>= 0.14),
                      libsort-key-top-perl (>= 0.08),
                      perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-vector-real-kdtree-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-vector-real-kdtree-perl.git
 Homepage: https://metacpan.org/release/Math-Vector-Real-kdTree
@@ -22,15 +22,20 @@ Depends: ${misc:Depends},
 Suggests: libmath-vector-real-random-perl
 Description: kd-Tree implementation for Perl on top of Math::Vector::Real
  Math::Vector::Real::kdTree implements a kd-Tree data structure in Perl and
- some related algorithms.
+ common algorithms on top of it.
  .
  The following methods are provided:
-  * new
-  * insert
-  * size
-  * at
-  * move
-  * find_nearest_neighbor
-  * find_nearest_neighbor_all_internal
-  * find_in_ball
-  * ordered_by_proximity
+  * new()
+  * clone()
+  * insert()
+  * size()
+  * at()
+  * move()
+  * find_nearest_vector()
+  * find_farthest_vector()
+  * k_means_start()
+  * k_means_step()
+  * k_means_loop()
+  * k_means_assign()
+  * find_in_ball()
+  * ordered_by_proximity()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-vector-real-kdtree-perl.git



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