scour 0.28-1 source package in Ubuntu

Changelog

scour (0.28-1) unstable; urgency=medium

  [ Matthias Klose ]
  * Stop building for 2.6 and using /usr/share/pyshared. (Closes: #802322)

  [ Martin Pitt ]
  * New upstream release. (Closes: #781721)
  * Drop 1001-points_start_with_negative.patch, included upstream.
  * Add new python-setuptools build dependency.
  * debian/control, debian/watch: Upstream moved to github, adjust URLs.
  * Bump Standards-Version to 3.9.6.
  * debian/rules: Drop get-orig-source rule; gbp gets orig tarballs in a nicer
    way.
  * debian/rules: Move to pybuild build system, so that setup.py works with
    current upstream version.
  * debian/python-scour.links: Adjust to changed executable path. Make file
    executable again in debian/rules.

 -- Martin Pitt <email address hidden>  Mon, 19 Oct 2015 15:59:14 +0200

Upload details

Uploaded by:
Alessio Treglia
Uploaded to:
Sid
Original maintainer:
Alessio Treglia
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scour_0.28-1.dsc 1.9 KiB 8d06b82face48054efff8ecd1c73f64986f26a03474ea19ccd3923b7285dd01e
scour_0.28.orig.tar.gz 41.9 KiB b7ce59a4d226c85ac734845bf303c666235d31c21a0c0678dfb6cf117498f5fa
scour_0.28-1.debian.tar.xz 5.9 KiB 3646fcc1939417d281b5203c1a5604850797efee4ca944980474c30a6ef7fbc7

No changes file available.

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%.