debian/0000755000000000000000000000000012256113617007172 5ustar debian/potrace.install0000644000000000000000000000004111313405640012203 0ustar usr/bin/potrace usr/bin/mkbitmap debian/compat0000644000000000000000000000000212251343621010363 0ustar 9 debian/control0000644000000000000000000000347312256112666010607 0ustar Source: potrace Section: graphics Priority: optional Maintainer: Bartosz Fenski Build-Depends: debhelper (>= 9), zlib1g-dev, libtool, dh-autoreconf Standards-Version: 3.9.4 Homepage: http://potrace.sourceforge.net/ Package: potrace Section: graphics Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: netpbm Description: utility to transform bitmaps into vector graphics potrace is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP format), and the default output is an encapsulated PostScript file (EPS). A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution. . Potrace can currently produce the following output formats: EPS, PostScript, PDF, SVG (scalable vector graphics), DXF, GeoJSON, PGM (for easy antialiasing of pixel-based images), Gimppath, and XFig. Additional backends might be added in the future. Package: libpotrace0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: library for tracing bitmaps potrace is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. . libpotrace0 contains files needed to run programs that utilize the potrace library. Package: libpotrace-dev Section: libdevel Architecture: any Depends: libpotrace0 (= ${binary:Version}), ${misc:Depends} Description: development files for potrace library potrace is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. . libpotrace-dev contains header file needed to compile programs that utilize the potrace library. debian/libpotrace-dev.install0000644000000000000000000000004012251346004013445 0ustar usr/include/* usr/lib/*/lib*.so debian/copyright0000644000000000000000000000346412251340617011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: potrace Source: http://potrace.sourceforge.net/ Files: * Copyright: 2001-2013 Peter Selinger License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2003-2013 Bartosz Fenski License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/docs0000644000000000000000000000002410322245767010045 0ustar NEWS README AUTHORS debian/README.Debian0000644000000000000000000000073210322245767011241 0ustar potrace for Debian ------------------ Technical documentation regarding algorithm used in potrace, and its library API is available at homepage of the project: A detailed technical description of how the potrace algorithm works. http://potrace.sourceforge.net/potrace.pdf Technical documentation of the potrace library API (for developers). http://potrace.sourceforge.net/potracelib.pdf -- Bartosz Fenski , Sun, 27 Feb 2005 19:54:10 +0100 debian/rules0000755000000000000000000000102212256112720010237 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --with-libpotrace debian/potrace.manpages0000644000000000000000000000003511313405625012336 0ustar doc/potrace.1 doc/mkbitmap.1 debian/watch0000644000000000000000000000010611313364533010216 0ustar version=3 http://sf.net/potrace/potrace-(.*)\.tar\.gz debian uupdate debian/changelog0000644000000000000000000000776412256112625011060 0ustar potrace (1.11-2) unstable; urgency=low * Uses dh-autoreconf instead of autotools-dev (Closes: #732923) -- Bartosz Fenski Mon, 23 Dec 2013 20:36:32 +0100 potrace (1.11-1) unstable; urgency=low * The Akamai Technologies paid volunteer days release. * New upstream version. * Completely repackaged from scratch (funny experience as usual): - uses new copyright format - uses debhelper compatibility level 9 w/hardening options - uses the newest Standards-Version - fixes 11 lintian warnings and 2 errors * Fixes typo in manpage. (Closes: #694492) -- Bartosz Fenski Mon, 9 Dec 2013 11:23:32 +0100 potrace (1.10-1) unstable; urgency=low * New upstream version. -- Bartosz Fenski Sat, 20 Aug 2011 09:31:05 +0200 potrace (1.9-1) unstable; urgency=low * New upstream version (Closes: #607798) * Includes build process improvements courtesy of Dmitry Katsubo (Closes: #592597) * Removed all patches (included upstream). * Switch to dpkg-source 3.0 (quilt) format. * Bumped Standards-version (no changes needed). -- Bartosz Fenski Tue, 29 Mar 2011 10:52:48 +0200 potrace (1.8-4) unstable; urgency=low * *REALLY* satisfy build dependencies (Closes: #561908) -- Bartosz Fenski Mon, 21 Dec 2009 13:58:21 +0100 potrace (1.8-3) unstable; urgency=low * Add autoconf to Build-Depends (Closes: #561908) -- Bartosz Fenski Mon, 21 Dec 2009 09:25:40 +0100 potrace (1.8-2) unstable; urgency=low * Fixed watch file (Closes: #450067) * Shipped with library (Closes: #364569) * Uses quilt for patches * Bumped compatibility level to 7 * Bumped Standards-Version to 3.8.3 * Many small improvements in packaging -- Bartosz Fenski Sun, 20 Dec 2009 10:08:02 +0100 potrace (1.8-1) unstable; urgency=low * New upstream release. (Closes: #425543) * Applied patch fixing xfig backend depth. (Closes: #426230) -- Bartosz Fenski Thu, 23 Aug 2007 13:31:01 +0200 potrace (1.7-1) unstable; urgency=low * New upstream bugfix release. -- Bartosz Fenski Sun, 6 Mar 2005 09:54:02 +0100 potrace (1.6-1) unstable; urgency=low * New upstream release. * Added README.Debian with information about documentation. * Extended description to fix current features. -- Bartosz Fenski Sun, 27 Feb 2005 09:15:01 +0100 potrace (1.5-2) unstable; urgency=low * s/fenio@o2.pl/fenio@debian.org/ -- Bartosz Fenski Mon, 3 Jan 2005 22:35:03 +0100 potrace (1.5-1) unstable; urgency=low * New "Welcome back LZW" release. * debian/copyright: - distinguished copyright from license * debian/docs: - added AUTHORS file * Added debian/watch file. -- Bartosz Fenski Sat, 17 Jul 2004 21:08:02 +0200 potrace (1.4-1) unstable; urgency=low * New upstream version. * Removed README.Debian because potrace now checks for compress support at run-time. * debian/rules: - removed --disable-compress from configure * debian/docs: - removed doc/potrace.pdf and doc/potrace.ps -- Bartosz Fenski Sun, 07 Mar 2004 15:30:09 +0200 potrace (1.3-1) unstable; urgency=low * New upstream version. -- Bartosz Fenski Sun, 18 Jan 2004 12:05:12 +0200 potrace (1.2-1) unstable; urgency=low * New upstream version. -- Bartosz Fenski Thu, 24 Dec 2003 15:21:12 +0200 potrace (1.1-2) unstable; urgency=low * Added --disable-compress to configure options. (Closes: #211517) * Name of maintainer converted to ASCII to avoid problems with wrong interpretation by katie. Previous entry of changelog was modified too. -- Bartosz Fenski Thu, 18 Sep 2003 10:21:18 +0200 potrace (1.1-1) unstable; urgency=low * Initial Release. (Closes: #208508) * Modified doc/potrace.1.in to comply Policy (upstream author notified) -- Bartosz Fenski Wed, 5 Sep 2003 00:10:03 +0200 debian/patches/0000755000000000000000000000000012251344232010613 5ustar debian/patches/typo0000644000000000000000000000132612251344232011533 0ustar Description: typo in manpage * Fixes typo in manpage. (Closes: #694492) Author: "A. Costa" Bug-Debian: http://bugs.debian.org/694492 Origin: other Forwarded: yes by mail --- potrace-1.11.orig/doc/potrace.1.in +++ potrace-1.11/doc/potrace.1.in @@ -160,7 +160,7 @@ DOCUMENTATION below. .B -z \fIpolicy\fP, --turnpolicy \fIpolicy\fP specify how to resolve ambiguities in path decomposition. Must be one of black, white, right, left, minority, majority, or random. Default is -minority. Turn policies can be abbreviated by an unambigous prefix, +minority. Turn policies can be abbreviated by an unambiguous prefix, e.g., one can specify min instead of minority. .TP .B -t \fIn\fP, --turdsize \fIn\fP debian/patches/series0000644000000000000000000000000512251344111012017 0ustar typo debian/libpotrace0.install0000644000000000000000000000002412251345776012772 0ustar usr/lib/*/lib*.so.* debian/source/0000755000000000000000000000000011544320455010471 5ustar debian/source/format0000644000000000000000000000001411544320455011677 0ustar 3.0 (quilt)