[SCM] Debian packaging of Math::ConvexHull branch, master, updated. 83f90593d578949ec9945aba69c9679e828bf79a

gregor herrmann gregoa at debian.org
Thu Oct 4 22:12:19 UTC 2012


The following commit has been merged in the master branch:
commit 83f90593d578949ec9945aba69c9679e828bf79a
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 5 00:10:51 2012 +0200

    remove unversioned perl from Depends
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 6681cdd..9ea9555 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: http://search.cpan.org/dist/Math-ConvexHull/
 
 Package: libmath-convexhull-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module to calculate convex hulls using Graham's scan (n*log(n))
  Math::ConvexHull is a simple module that calculates convex hulls from a set
  of points in 2D space. It is a straightforward implementation of the

-- 
Debian packaging of Math::ConvexHull



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