pdfminer 20140328+dfsg-1 source package in Ubuntu

Changelog

pdfminer (20140328+dfsg-1) unstable; urgency=medium

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Daniele Tricoli ]
  * New upstream release. (Closes: #741046, #794682)
  * debian/compat
    - Bump debhelper compatibility level to 9.
  * debian/control
    - Bump debhelper B-D to (>= 9).
    - Bump Standards-Version to 3.9.6 (no changes needed).
    - Add dh-python to B-D.
    - Bump X-Python-Version to >= 2.6.
    - Drop elinks-lite from B-D since it is a transitional package.
    - Update Vcs fields for git migration.
  * debian/copyright
    - Update Format URI.
    - Update copyright years.
    - Use Files-Excluded to remove non redistributable files and prebuilt
      Python objects.
    - Rename cmapsrc into cmaprsrc.
  * debian/get-orig-source.sh
    - Remove because superseded by Files-Excluded in debian/copyright.
  * debian/manpages/latin2ascii.1.xml
    - Add manpage for latin2ascii.
  * debian/patches/pickle-protocol2.diff
    - Refresh.
  * debian/patches/avoid-timestamped-gzip.patch
    - Avoid timestamps in gzip-compressed file and use compressionlevel=9 to
      reduce data size.
  * debian/python-pdfminer.docs
    - Remove README.txt since not shipped anymore.
  * debian/python-pdfminer.install
    - Add /usr/bin/latin2ascii.
  * debian/{python-pdfminer.install,rules}
    - Don't recreate cmap/__init__.py since pdfminer.cmap is not a
      Python package anymore.
  * debian/rules
    - Use uscan inside get-orig-source target.
    - Disable tests inside samples directory since they are failing also
      upstream.
  * debian/watch
    - Use pypi.debian.net redirector.

 -- Daniele Tricoli <email address hidden>  Thu, 05 Nov 2015 01:18:35 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdfminer_20140328+dfsg-1.dsc 2.1 KiB 3e3fcf15432e3affbf81f126eb46d9b9d34fbbfd280a5958be3d2b44e66cd970
pdfminer_20140328+dfsg.orig.tar.gz 2.0 MiB 5e6fc20b1c4f9acb4bb18b4dc0367c8095251920842006e68b7e2790b8fe624c
pdfminer_20140328+dfsg-1.debian.tar.xz 10.4 KiB 84dcd49deb6a4a72fa0378b8bde5b928396e08ba56f233b31a04282491efa9d7

No changes file available.

Binary packages built by this source

pdfminer-data: No summary available for pdfminer-data in ubuntu disco.

No description available for pdfminer-data in ubuntu disco.

python-pdfminer: PDF parser and analyser

 PDFMiner is a tool for extracting information from PDF documents, which
 focuses entirely on getting and analyzing text data. It allows one to obtain
 the exact location of text portions in a page, as well as other information
 such as fonts or lines. It includes a PDF converter that can transform PDF
 files into other text formats (such as HTML). It has an extensible PDF parser
 that can be used for other purposes than text analysis.
 .
 This package provides the Python module and the command-line tools: pdf2txt
 and dumppdf.