scour 0.26-3ubuntu1 source package in Ubuntu

Changelog

scour (0.26-3ubuntu1) wily; urgency=medium

  * Stop building for 2.6 and using /usr/share/pyshared.

 -- Matthias Klose <email address hidden>  Mon, 19 Oct 2015 15:12:10 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Alessio Treglia
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scour_0.26.orig.tar.gz 43.3 KiB a5887d986bd694958807a23fb902b396aebe725b2a96edac80c71fa1e1f724e2
scour_0.26-3ubuntu1.debian.tar.xz 6.3 KiB adf2671b34534525b708c7b69a9825217f4b96948f5e2a7bec171b971c389411
scour_0.26-3ubuntu1.dsc 1.9 KiB a8ff4b9500c22b02886650e575080df81de4e452facfc1618c402d7e95aba45a

Available diffs

View changes file

Binary packages built by this source

python-scour: SVG scrubber and optimizer (Python 2 module)

 Scour is a Python module that aggressively cleans SVG files, removing a lot of
 unnecessary information that certain tools or authors embed into their
 documents. The goal of scour is to provide an identically rendered image
 (i.e. a scoured document should have no discernable visible differences from
 the original file) while minimizing the file size.
 .
 WARNING: Scour is intended to be run on files that have been edited in Vector
 Graphics editors such as Inkscape or Adobe Illustrator. Scour attempts to
 optimize the file, and as result, it will change the file's structure and
 (possibly) its semantics. If you have hand-edited your SVG files, you will
 probably not be happy with the output of Scour.
 .
 Never use scour to overwrite your original file!
 .
 This package also provides a dh_scour debhelper extension which optimizes all
 shipped SVGs during package build. If python-rsvg and python-cairo are
 available, it will also do a before/after comparison and discard the optimized
 image if they differ by more than 0.05%.