scour 0.38.2-1 source package in Ubuntu

Changelog

scour (0.38.2-1) unstable; urgency=medium

  [ Martin Pitt ]
  * New upstream version 0.38.2. (Closes: #975648)
  * Bump Standards-Version to 4.5.1. No changes necessary.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
    Fixes: lintian: upstream-metadata-missing-repository
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
  * Fix field name typo in debian/copyright (X-Comment => Comment).
    Changes-By: lintian-brush
    Fixes: lintian: field-name-typo-in-dep5-copyright
    See-also: https://lintian.debian.org/tags/field-name-typo-in-dep5-copyright.html

 -- Martin Pitt <email address hidden>  Thu, 03 Dec 2020 06:42:22 +0100

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scour_0.38.2-1.dsc 2.0 KiB f6479c21530cb7c1b6ea71a31090bb5439eef64c20970ab61638520ea90e0122
scour_0.38.2.orig.tar.gz 97.6 KiB 26166de53d9da3eccc52570bf8c2853e60efefd9e90e26fdfc7124fe0bd873af
scour_0.38.2-1.debian.tar.xz 7.9 KiB baab8c841ffa3dcae3d1f0de103e46b41b48a86801470fb10df87cc54ff27174

No changes file available.

Binary packages built by this source

python3-scour: No summary available for python3-scour in ubuntu hirsute.

No description available for python3-scour in ubuntu hirsute.

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