File: changelog

package info (click to toggle)
pdfminer 20140328%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,488 kB
  • ctags: 937
  • sloc: python: 11,748; xml: 423; makefile: 166
file content (129 lines) | stat: -rw-r--r-- 5,064 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
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 <eriol@mornie.org>  Thu, 05 Nov 2015 01:18:35 +0100

pdfminer (20110515+dfsg-1) unstable; urgency=low

  * New upstream release
  * Upload to unstable
  * debian/control
    - Removed Jakub and added Debian Python Modules Team to Maintainer
    - Added myself to Uploaders (Closes: #629178)
    - Bumped Standards-Version to 3.9.2 (no changes needed)
  * debian/{control,rules}
    - Switched to dh_python2

 -- Daniele Tricoli <eriol@mornie.org>  Wed, 24 Aug 2011 12:56:37 +0200

pdfminer (20110227+dfsg-1) experimental; urgency=low

  * New upstream release.
    + Document the -V option in pdf2txt manual page.
  * Correct a few grammatical errors in the manual pages and in the package
    description. Thanks to Stefano Rivera for help.
  * Remove byte-compiled files from (repackaged) upstream tarball.
  * Use $() constructs rather than backticks in shell scripts.
  * Rename some private variables in debian/rules to make them lowercase.

 -- Jakub Wilk <jwilk@debian.org>  Sat, 05 Mar 2011 18:39:32 +0100

pdfminer (20101226+dfsg-1) experimental; urgency=low

  * New upstream release.
    + Drop fix-test-psparser.diff, applied upstream.
    + Prevent upstream Makefile from using ‘python2’ binary. [python2.diff]

 -- Jakub Wilk <jwilk@debian.org>  Tue, 28 Dec 2010 11:18:13 +0100

pdfminer (20101017+dfsg-1) experimental; urgency=low

  * New upstream release.
  * Fix a typo in the pdf2txt manual page.
  * Backport an upstream patch to fix test failures. [fix-test-psparser.diff]
  * To fix FTBFS when built twice in a row:
    + force dh_auto_clean to use distutils build system;
    + add samples/{*.txt,*.html,*.xml} to debian/clean.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 02 Dec 2010 17:56:37 +0100

pdfminer (20100829+dfsg-1) experimental; urgency=low

  * New upstream release.
  * Add mutual Breaks to ensure that if python-pdfminer and pdfminer-data are
    installed together, they have the same version.
  * Use pickle protocol 2 for serializing data. [pickle-protocol-2.diff]

 -- Jakub Wilk <jwilk@debian.org>  Sun, 29 Aug 2010 11:43:51 +0200

pdfminer (20100619p1+dfsg-1) experimental; urgency=low

  * New upstream release.
    + Drop all patches: either applied upstream or not needed anymore.
    + Recreate non-empty cmap/__init__.py in the build target and remove it in
      the clean target.
    + Update debian/get-orig-source and debian/rules to take into account new
      location of non-free samples.
    + Relax debian/watch and debian/rules to allow versions with pN suffix.
    + Explain copyright status of samples/jo.* in debian/copyright.
  * Bump standards version to 3.9.1 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Thu, 26 Aug 2010 18:17:31 +0200

pdfminer (20100424+dfsg-1) experimental; urgency=low

  * Initial release (closes: #584555).
  * Strip non-DFSG-free test documents from the .orig.tar.gz.
    + Run tests only on those files that are actually available.
      [dfsg-testsuite.diff]
  * Disable test suite for psparser.py, as it is currently broken.
    [psparser-testsuite.diff]
  * Store encoding data in gzipped pickles rather than in Python modules.
    This way we can save lots of disk space. [encoding-data.diff]
  * Backport upstream patches:
    + to fix a bug in layout analysis [layout.diff];
    + to allow extraction of nested tags [nested-tags.diff].

 -- Jakub Wilk <jwilk@debian.org>  Sun, 13 Jun 2010 12:27:50 +0200