scour 0.37-2 source package in Ubuntu

Changelog

scour (0.37-2) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Add Provides: dh-sequence-scour.
    Packages can now Build-Depend on dh-sequence-scour
    instead of scour and then drop "--with scour" from debian/rules
    (Requires debhelper 12)

  [ Martin Pitt ]
  * Bump Standards-Version to 4.3.0. No changes necessary.
  * Move to debhelper compat level 12.

 -- Martin Pitt <email address hidden>  Sun, 13 Jan 2019 12:01:02 +0000

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Sid
Original maintainer:
Martin Pitt
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scour_0.37-2.dsc 2.1 KiB 66b2aecc22e7e9c09a3454fdd89c9fc918651d2f029655e7faa2c3543c857937
scour_0.37.orig.tar.gz 93.2 KiB 4fcb961586d8a6d98ac9343ca5647421b98fdc79b51d81a1d3d18576b7908823
scour_0.37-2.debian.tar.xz 7.4 KiB ba36fc0b0853cfbd580110ce97ef582bd1e46864bbba777bef1409492e6c7b79

Available diffs

No changes file available.

Binary packages built by this source

python-scour: No summary available for python-scour in ubuntu focal.

No description available for python-scour in ubuntu focal.

python3-scour: SVG scrubber and optimizer (Python 3 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 discernible 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!

scour: SVG scrubber and optimizer (CLI and debhelper)

 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 discernible 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.
 .
 This package provides the "scour" command line utility and a dh_scour
 debhelper extension which optimizes all shipped SVGs during package build. If
 gir1.2-rsvg-2.0 and python3-gi-cairo are available, it will also do a
 before/after comparison and discard the optimized image if they differ by more
 than 0.05%.