libcam-pdf-perl 1.60-4 source package in Ubuntu

Changelog

libcam-pdf-perl (1.60-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 21:31:54 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcam-pdf-perl_1.60-4.dsc 2.2 KiB cd34d914a63f70d70baf996d224215f99f98240b354a846bb88be4d6713cb634
libcam-pdf-perl_1.60.orig.tar.gz 749.7 KiB e76afc7f38a624924a77c5c988c36c9e388bfa7716e75cd397fef8e1b42ebb89
libcam-pdf-perl_1.60-4.debian.tar.xz 4.1 KiB 2e96dbeb9cd2221dcc67f71d84835c7c9f8003d64be6b32e970241afa4975231

Available diffs

No changes file available.

Binary packages built by this source

libcam-pdf-perl: PDF manipulation library

 CAM::PDF reads and writes any document that conforms to the PDF specification
 generously provided by Adobe at
 https://www.adobe.com/devnet/pdf/pdf_reference.html (link last checked Feb
 2013).
 .
 The file format through PDF 1.5 is well-supported, with the exception of the
 "linearized" or "optimized" output format, which this module can read but not
 write. Many specific aspects of the document model are not manipulable with
 this package (like fonts), but if the input document is correctly written,
 then this module will preserve the model integrity.
 .
 The PDF writing feature saves as PDF 1.4-compatible. That means that
 compressed object streams cannot be written. The consequence is that reading
 and then writing a PDF 1.5+ document may enlarge the resulting file by a fair
 margin.