debian/0000755000000000000000000000000012033404610007157 5ustar debian/rules0000755000000000000000000000003612033404610010236 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000303612033404610010564 0ustar Source: libmath-convexhull-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-convexhull-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-convexhull-perl.git Homepage: http://search.cpan.org/dist/Math-ConvexHull/ Package: libmath-convexhull-perl Architecture: all 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 algorithm known as Graham's scan which, with complexity of O(n*log(n)), is the fastest known method of finding the convex hull of an arbitrary set of points. There are some methods of eliminating points that cannot be part of the convex hull. These may or may not be implemented in a future version. . The implementation cannot deal with duplicate points. Therefore, points which are very, very close (think floating point close) to the previous point are dropped since version 1.02 of the module. However, if you pass in randomly ordered data which contains duplicate points, this safety measure might not help you. In that case, you will have to remove duplicates yourself. debian/source/0000755000000000000000000000000012033404610010457 5ustar debian/source/format0000644000000000000000000000001412033404610011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026612033404610011035 0ustar libmath-convexhull-perl (1.4-1) unstable; urgency=low * Initial Release. (Closes: #689652) -- Florian Schlichting Fri, 05 Oct 2012 00:00:46 +0200 debian/compat0000644000000000000000000000000212033404610010355 0ustar 8 debian/copyright0000644000000000000000000000207512033404610011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math-ConvexHull Source: http://search.cpan.org/dist/Math-ConvexHull/ Upstream-Contact: Steffen Mueller Files: * Copyright: 2003-2011, Steffen Mueller License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017312033404610010211 0ustar version=3 http://search.cpan.org/dist/Math-ConvexHull/ .*/Math-ConvexHull-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$