png++ 0.2.10-1 source package in Ubuntu

Changelog

png++ (0.2.10-1) unstable; urgency=medium

  * New upstream release.
  * d/watch: Enable upstream tarball signature check.
  * d/control overhaul:
    - Specify Rules-Requires-Root
    - Drop d/compat in favour of B-D'ing on debhelper-compat. And go to level
      12.
    - Bump S-V to 4.4.1 -- no changes needed.
  * drop linitian override for doxygen's jquery.js, as no longer needed.

 -- Tobias Frost <email address hidden>  Mon, 07 Oct 2019 20:55:05 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs
Focal release universe libs

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
png++_0.2.10-1.dsc 2.1 KiB 913f4f150d56ce5a4b940645b7a6cbdf3151179917ec1d4a520b7f876bf19a6d
png++_0.2.10.orig.tar.gz 578.3 KiB 998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1
png++_0.2.10.orig.tar.gz.asc 691 bytes dca51a096b02a8a4127cf94e7a334624062de65f5ce1e53072e40d0dd14ad3ff
png++_0.2.10-1.debian.tar.xz 7.4 KiB 5b4f2183590202b741fb1fff2a354ee0cbff69900952940415bc9fa1a56b5cf0

Available diffs

No changes file available.

Binary packages built by this source

libpng++-dev: C++ interface to the PNG (Portable Network Graphics) library

 PNG++ aims to provide simple yet powerful C++ interface to libpng, the
 Portable Network Graphics (PNG) reference implementation library.
 .
 Using raw libpng in C++ may impose serious challenge since lots of
 precautions must be taken to handle initialization/deinitialization of
 control structures as well as handling errors correctly. With png++
 you can read or write PNG images just in a single line of C++ code.