potrace 1.11-1 source package in Ubuntu

Changelog

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 <email address hidden>  Mon, 9 Dec 2013 11:23:32 +0100

Upload details

Uploaded by:
Bartosz Fenski
Uploaded to:
Sid
Original maintainer:
Bartosz Fenski
Architectures:
any
Section:
graphics
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
potrace_1.11-1.dsc 1.2 KiB 736da0192288c6c6ddf2445405100b8688b972f3dafbd37b70ad7878637abaf5
potrace_1.11.orig.tar.gz 646.6 KiB 5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead
potrace_1.11-1.debian.tar.gz 4.0 KiB 0f8bfdd662fc6a3abf14e5a31ecbec0a7fa700d440cce443bce45282f5d7206e

Available diffs

No changes file available.

Binary packages built by this source

libpotrace-dev: 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.

libpotrace0: 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.

potrace: 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.