[SCM] Packaging of Math::ConvexHull::MonotoneChain in Debian branch, master, updated. 779042e024b972a3d522a0523f68cec9da55d5f1

gregor herrmann gregoa at debian.org
Sun May 26 16:13:30 UTC 2013


The following commit has been merged in the master branch:
commit 14876caff0a9bdedf08f2d54cdc3f9a9fb3585c9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 18:10:34 2013 +0200

    mention module name in long description
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 7ba4648..92540de 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,10 @@ Package: libmath-convexhull-monotonechain-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl module to calculate a convex hull using Andrew's monotone chain algorithm
- This (XS) module optionally exports a single function convex_hull which
- calculates the convex hull of the input points and returns it. Andrew's
- monotone chain convex hull algorithm constructs the convex hull of a set of
- 2-dimensional points in O(n*log(n)) time.
+ Math::ConvexHull::MonotoneChain optionally exports a single function
+ convex_hull which calculates the convex hull of the input points and returns
+ it. Andrew's monotone chain convex hull algorithm constructs the convex hull
+ of a set of 2-dimensional points in O(n*log(n)) time.
  .
  It does so by first sorting the points lexicographically (first by
  x-coordinate, and in case of a tie, by y-coordinate), and then constructing

-- 
Packaging of Math::ConvexHull::MonotoneChain in Debian



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