ruby-oily-png 1.2.1~dfsg-2 source package in Ubuntu

Changelog

ruby-oily-png (1.2.1~dfsg-2) unstable; urgency=medium

  * d/compat: Remove unused file.
  * d/control: Add Rules-Requires-Root and Testsuite fields.
    (Maintainer, Uploaders): Taking this package over. Thanks to
    Jonas Smedegaard for the previous work.
    (Build-Depends): Remove everything cdbs related. Use debhelper-compat 13.
    Add dependencies for tests.
    (Standards-Version): Bump to 4.6.0.
    (Vcs-Git, Vcs-Browser): Use salsa addresses of the Ruby team.
    (Depends): Use ${ruby:Depends}.
  * d/control.in: Remove file.
  * d/copyright: Update file.
    (Copyright): Add Ruby team.
  * d/copyright_hints: Remove file.
  * d/ruby-oily-png.docs: Add to install README file.
  * d/ruby-tests.rake: Enable tests.
  * d/rules: Rewrite and use pure gem2deb and gem installation layout.
  * d/watch: Update file.
  * d/README.source: Remove unused file.
  * d/patches/fix-nomethoderror.patch: Add patch.
    - Fix NoMethodError for chunky_png 1.3.x.
  * d/patches/patch-out-bundler.patch: Add patch.
    - Patch out bundler and fix loading the extension.
  * d/patches/skip-tests-requiring-excluded-images.patch: Add patch.
    - Skip tests relying on images excluded from the source package.
  * d/patches/series: Enable new patch.
  * d/source/lintian-overrides: Remove superfluous file.
  * d/upstream/metadata: Add file.

 -- Daniel Leidert <email address hidden>  Sun, 07 Nov 2021 00:42:10 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-oily-png_1.2.1~dfsg-2.dsc 2.1 KiB dd076d1e07bfa13b4b4cc6fa47a0c2247f44e2028e5dd6b5b3943ba9d297608c
ruby-oily-png_1.2.1~dfsg.orig.tar.gz 48.2 KiB eb1330709c3c1ce2fb63d2b32435fb2518bf481e9759906e976d37e599b9675e
ruby-oily-png_1.2.1~dfsg-2.debian.tar.xz 5.9 KiB b449b1025007d222792fb7b4e24c35024992767dd31c245e8a87ac1fa82088b0

No changes file available.

Binary packages built by this source

ruby-oily-png: native mixin to speed up ChunkyPNG

 OilyPNG is a Ruby C extension to speed up the pure Ruby ChunkyPNG
 library. It is a standalone module, so it does not require LibPNG,
 ImageMagick or any other library. Currently it has an alternative
 implementation of decoding and encoding PNGs, making these operations
 much faster, especially for PNG images that apply filtering.

ruby-oily-png-dbgsym: debug symbols for ruby-oily-png