debian/0000755000000000000000000000000012231170722007163 5ustar debian/watch0000644000000000000000000000016612150437641010225 0ustar version=3 https://metacpan.org/release/Math-Clipper/ .*/Math-Clipper-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libmath-clipper-perl.lintian-overrides0000644000000000000000000000022312150437641016562 0ustar # false positive, all hardening flags are supplied libmath-clipper-perl: hardening-no-fortify-functions usr/lib/perl5/auto/Math/Clipper/Clipper.so debian/rules0000755000000000000000000000003612150437641010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000540712150437641011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math-Clipper Source: https://metacpan.org/release/Math-Clipper/ Upstream-Contact: Steffen Mueller , Mike Sheldrake and Alessandro Ranellucci . Files: * Copyright: 2010-2011, Steffen Mueller 2011-2013, Mike Sheldrake 2012-2013, Alessandro Ranellucci License: BSL-1.0 Files: src/clipper.* Copyright: 2010-2013, Angus Johnson License: BSL-1.0 Files: src/ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) 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'. License: BSL-1.0 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012150437641010471 5ustar debian/source/format0000644000000000000000000000001412150437641011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212150437641010367 0ustar 9 debian/control0000644000000000000000000000255212150437641010600 0ustar Source: libmath-clipper-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting , Nicolas Dandrimont Build-Depends: debhelper (>= 9.20120312), libextutils-cppguess-perl, libextutils-typemaps-default-perl, libextutils-xspp-perl (>= 0.16), libmodule-build-withxspp-perl, libtest-deep-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-clipper-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-clipper-perl.git Homepage: https://metacpan.org/release/Math-Clipper/ Package: libmath-clipper-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module for Polygon clipping in 2D Math::Clipper is a C++ (and Delphi) library that implements polygon clipping. A Polygon is represented by a reference to an array of 2D points. A Point is, in turn, represented by a reference to an array containing two numbers: The X and Y coordinates. . Clipper 4.x works with polygons with integer coordinates. Data in floating point format will need to be scaled appropriately to be converted to the available integer range before polygons are added to a clipper object. (Scaling utilities are provided.) debian/changelog0000644000000000000000000000220312231170722011032 0ustar libmath-clipper-perl (1.22-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:20:18 +0100 libmath-clipper-perl (1.22-1) unstable; urgency=low * New upstream release * Add myself to uploaders -- Nicolas Dandrimont Sun, 26 May 2013 18:39:24 +0200 libmath-clipper-perl (1.17-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * debian/copyright: update years of upstream copyright. -- gregor herrmann Sun, 17 Feb 2013 19:11:30 +0100 libmath-clipper-perl (1.15-1) unstable; urgency=low * Team upload. * New upstream release. * Update upstream copyright information. -- gregor herrmann Sun, 09 Dec 2012 17:22:53 +0100 libmath-clipper-perl (1.14-1) unstable; urgency=low * Initial Release. (Closes: #689650) -- Florian Schlichting Sun, 04 Nov 2012 00:27:11 +0100