scour 0.38.2-3 source package in Ubuntu

Changelog

scour (0.38.2-3) unstable; urgency=medium

  * Ignore .egg-info/ changes during package cleaning.
    The egg-info is rebuilt during binary package build, with a different
    setuptools than the upstream release. This failed building a source
    package after a binary build. (Closes: #1046717)
  * Bump Standards-Version to 4.6.2. No changes necessary.

 -- Martin Pitt <email address hidden>  Fri, 18 Aug 2023 16:53:19 +0200

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
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scour_0.38.2-3.dsc 2.0 KiB 5ab543760552c69d39bebf967e18285c04546a4992ad6149511266cd0d53d4ad
scour_0.38.2.orig.tar.gz 97.6 KiB 26166de53d9da3eccc52570bf8c2853e60efefd9e90e26fdfc7124fe0bd873af
scour_0.38.2-3.debian.tar.xz 8.4 KiB 3fe02c1ec76d9cabbdbe645de3e8e6d7836d68c7eeebd26fb841c0550063019f

Available diffs

No changes file available.

Binary packages built by this source

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