[SCM] Packaging of Math::Vector::Real::kdTree in Debian branch, master, updated. debian/0.04-1-1-g35570cb

Laszlo Kajan lkajan at rostlab.org
Fri Jun 29 12:57:13 UTC 2012


The following commit has been merged in the master branch:
commit 35570cb34eee513688349fb73a33052b576804cf
Author: Laszlo Kajan <lkajan at rostlab.org>
Date:   Fri Jun 29 14:56:29 2012 +0200

    Added ordered_by_proximity to description; Removed unnecessary versioned dependency from libmath-vector-real-perl and libsort-key-top-perl.

diff --git a/debian/changelog b/debian/changelog
index 5d5c216..1408d01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmath-vector-real-kdtree-perl (0.04-2) UNRELEASED; urgency=low
+
+  * Added ordered_by_proximity to description.
+  * Removed unnecessary versioned dependency from libmath-vector-real-perl and libsort-key-top-perl.
+
+ -- Laszlo Kajan <lkajan at rostlab.org>  Fri, 29 Jun 2012 14:48:27 +0200
+
 libmath-vector-real-kdtree-perl (0.04-1) unstable; urgency=low
 
   * [Shen Wei <weis at rostlab.org>] and
diff --git a/debian/control b/debian/control
index 01c2be2..15954b5 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Homepage: http://search.cpan.org/dist/Math-Vector-Real-kdTree/
 Package: libmath-vector-real-kdtree-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libmath-vector-real-perl (>= 0.06),
- libsort-key-top-perl (>= 0.06)
+ libmath-vector-real-perl,
+ libsort-key-top-perl
 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
@@ -31,3 +31,4 @@ Description: kd-Tree implementation for Perl on top of Math::Vector::Real
   * find_nearest_neighbor
   * find_nearest_neighbor_all_internal
   * find_in_ball
+  * ordered_by_proximity

-- 
Packaging of Math::Vector::Real::kdTree in Debian



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