pdfrw 0.2-3 source package in Ubuntu

Changelog

pdfrw (0.2-3) unstable; urgency=medium

  * QA upload.
  * Drop "Conflicts:/Provides:/Replaces: pdfrw" lines (Closes: #814289).
    The pdfrw binary package is long gone and was never part of a release.
    This fixes co-installing python-pdfrw and python3-pdfrw, and other
    package combinations.
    Thanks to Aaron M. Ucko and Yuri D'Elia for useful information.
  * d/copyright improvements:
    - Add proper DEP-5 header
    - Correct licence name MIT -> Expat
    - Factor out Expat license text into its own paragraph
    - Update copyright years for Patrick Maupin
    - Add missing copyrights of Attila Tajti, Narijus Mika & Mathieu Fenniak
      See LICENSE.txt in upstream source.
  * Fix Vcs-* URIs.
    They were previously pointing at the dgit repo for src:botch.
  * Declare compliance with Policy 3.9.8 (no changes required).
  * Drop duplicate build-dependency on python-setuptools.
  * Run wrap-and-sort -abst

 -- Sean Whitton <email address hidden>  Sat, 13 Aug 2016 14:18:24 -0700

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdfrw_0.2-3.dsc 2.0 KiB 5fba5fa0f5570068f0abd099cb83524b5dde570501141e2aa2a444285620d39c
pdfrw_0.2.orig.tar.gz 54.7 KiB fce304d0ce1ec3f3b8612da000eb4657c124740719e2a4d78c63399f5ebb78a4
pdfrw_0.2-3.debian.tar.xz 3.6 KiB bf1a67ae318a71a56951e6e0dd0f8bce3dfda5bd983a78e6d976b4c1039b993c

Available diffs

No changes file available.

Binary packages built by this source

python-pdfrw: PDF file manipulation library (Python 2)

 pdfrw can read and write PDF files, and can also be used to read in PDFs which
 can then be used inside reportlab.
 .
 pdfrw tries to be agnostic about the contents of PDF files, and support them
 as containers, but to do useful work, something a little higher-level is
 required. It supports the following:
 .
  * PDF pages. pdfrw knows enough to find the pages in PDF files you read in,
    and to write a set of pages back out to a new PDF file.
  * Form XObjects. pdfrw can take any page or rectangle on a page, and convert
    it to a Form XObject, suitable for use inside another PDF file
  * reportlab objects. pdfrw can recursively create a set of reportlab objects
    from its internal object format. This allows, for example, Form XObjects to
    be used inside reportlab.
 .
 This package installs the library for Python 2.

python-pdfrw-doc: No summary available for python-pdfrw-doc in ubuntu yakkety.

No description available for python-pdfrw-doc in ubuntu yakkety.

python3-pdfrw: PDF file manipulation library (Python 3)

 pdfrw can read and write PDF files, and can also be used to read in PDFs which
 can then be used inside reportlab.
 .
 pdfrw tries to be agnostic about the contents of PDF files, and support them
 as containers, but to do useful work, something a little higher-level is
 required. It supports the following:
 .
  * PDF pages. pdfrw knows enough to find the pages in PDF files you read in,
    and to write a set of pages back out to a new PDF file.
  * Form XObjects. pdfrw can take any page or rectangle on a page, and convert
    it to a Form XObject, suitable for use inside another PDF file
  * reportlab objects. pdfrw can recursively create a set of reportlab objects
    from its internal object format. This allows, for example, Form XObjects to
    be used inside reportlab.
 .
 This package installs the library for Python 3.