pod2pdf 0.42-5.2 source package in Ubuntu

Changelog

pod2pdf (0.42-5.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "please use versioned Depends: libpod-parser-perl (>= 1.63)":
    do as the bug report suggests (closes: #988360).
    Thanks to Andreas Beckmann for the report and the solution.

 -- gregor herrmann <email address hidden>  Sun, 23 May 2021 16:34:13 +0200

Upload details

Uploaded by:
Guo Yixuan
Uploaded to:
Sid
Original maintainer:
Guo Yixuan
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pod2pdf_0.42-5.2.dsc 2.1 KiB 182ab9e71dd5086af2d71dfe97e1244e3e9c9d7ac2b5e3027f04a64a631fb6d4
pod2pdf_0.42.orig.tar.gz 14.8 KiB dbc7451758d52194d3c740fdcb20ac5b858bc2921fa7ec2c39f0ee00bc3fb770
pod2pdf_0.42-5.2.debian.tar.xz 5.5 KiB d6071618482545e8cfd2b9a47745bbbb0fd1e1dcff498d09476030745aba30f3

Available diffs

No changes file available.

Binary packages built by this source

pod2pdf: Plain Old Documentation to Portable Document Format converter

 POD allows for the documentation of Perl code. But with
 a few tricks, e.g., when disguised as comments, it is
 applicable to many other languages, too. It resembles
 HTML in the way that it allows for the structured representation
 of text. Hence, it looks rather good when converted for
 printers, HTML or man pages.
 .
 This package represents more than a mere alternative
 to pod2man|groff -man to achieve a coversion from POD
 to PostScript and from there via ps2pdf to PDF.
 Its major advantage lies in the inclusion of images
 for the documentation. This renders POD suitable for
 many smallish projects as a lingua franca for their
 documentation - associated with the source and separate
 documents - so texts (and graphics) can be shared more
 easily between documenters and programmers.