File: changelog

package info (click to toggle)
libpdf-builder-perl 3.027-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,992 kB
  • sloc: perl: 107,532; makefile: 10
file content (141 lines) | stat: -rw-r--r-- 4,927 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
130
131
132
133
134
135
136
137
138
139
140
141
libpdf-builder-perl (3.027-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.027.
  * Declare compliance with Debian Policy 4.7.2.
  * Remove Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <gregoa@debian.org>  Sun, 10 Aug 2025 02:59:02 +0200

libpdf-builder-perl (3.026-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.026.
  * Install contrib/ directory as examples.
  * Install new upstream document.

 -- gregor herrmann <gregoa@debian.org>  Fri, 15 Dec 2023 21:34:42 +0100

libpdf-builder-perl (3.025-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.025.
  * Update years of upstream copyright.
  * Update debian/libpdf-builder-perl.docs.
    Changed filename, add more docs.
  * Declare compliance with Debian Policy 4.6.2.
  * Add more packages to Recommends (and Build-Depends-Indep).

 -- gregor herrmann <gregoa@debian.org>  Tue, 24 Jan 2023 21:56:53 +0100

libpdf-builder-perl (3.024-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.024.
  * Drop debian/patches/skip_2_tiff_tests.
    t/tiff.t now works with different Ghostscript versions.
  * Update years of upstream copyright.
  * Bump libgraphics-tiff-perl to >= 19.
  * Declare compliance with Debian Policy 4.6.1.
  * Annotate test-only build dependencies with <!nocheck>.
  * debian/rules: remove line removing script which doesn't get installed
    anymore.

 -- gregor herrmann <gregoa@debian.org>  Tue, 13 Sep 2022 21:11:16 +0200

libpdf-builder-perl (3.023-2) unstable; urgency=high

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.

  [ Jeffrey Ratcliffe ]
  * Skip 2 tests in t/tiff.t until #1010051 is resolved. Closes: #1009448

 -- Jeffrey Ratcliffe <jjr@debian.org>  Sun, 24 Apr 2022 09:35:22 +0200

libpdf-builder-perl (3.023-1) unstable; urgency=medium

  * Import upstream version 3.023.
  * Drop bilevel_tiff.patch as now released.
  * + imagemagick & ghostscript to Build-Depends-Indep to enable all tests.
  * Don't install optional_update.pl, as unnecessary.

 -- Jeffrey Ratcliffe <jjr@debian.org>  Wed, 15 Sep 2021 19:46:20 +0200

libpdf-builder-perl (3.021-2) unstable; urgency=medium

  * Team upload.
  * Add patch to fix TIFF bilevel issues.
    Thanks to Francesco Potortì for the bug report and Jeffrey Ratcliffe for
    preparing the patch by cherry-picking relevant parts from upstream Git.
    (Closes: #985887)

 -- gregor herrmann <gregoa@debian.org>  Sun, 28 Mar 2021 17:38:49 +0200

libpdf-builder-perl (3.021-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.021.
    Fixes "FTBFS: dh_auto_test: error: make -j4 test TEST_VERBOSE=1
    returned exit code 2" (Closes: #978331)
  * Update upstream email address.

 -- gregor herrmann <gregoa@debian.org>  Mon, 28 Dec 2020 21:41:32 +0100

libpdf-builder-perl (3.020-1) unstable; urgency=medium

  * Team upload.

  [ Jeffrey Ratcliffe ]
  * Fix package name in previous changelog entry

  [ gregor herrmann ]
  * Import upstream version 3.020.
  * Drop font-path.patch, merged upstream.
  * debian/copyright: add another file, add "or later" option.
  * Declare compliance with Debian Policy 4.5.1.

 -- gregor herrmann <gregoa@debian.org>  Mon, 30 Nov 2020 18:30:01 +0100

libpdf-builder-perl (3.019-4) unstable; urgency=medium

  * Add libimage-png-libpng-perl to Recommends and Build-Depends-Indep.
    Optionally used by one module.
  * Remove debian/tests/pkg-perl/syntax-skip as no longer needed.

 -- Jeffrey Ratcliffe <jjr@debian.org>  Sun, 25 Oct 2020 11:42:07 +0100

libpdf-builder-perl (3.019-3) unstable; urgency=medium

  * Team upload.
  * Build-Depends-Indep: replace transitional package ttf-dejavu-core with
    real package fonts-dejavu-core.
  * Add font-path.patch to tell the tests about the location of DejaVuSans.ttf
    in the fonts-dejavu-core package.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Oct 2020 16:30:50 +0200

libpdf-builder-perl (3.019-2) unstable; urgency=medium

  * Team upload.
  * Source-only re-upload.
  * Remove examples/README from debian/libpdf-builder-perl.docs which gets
    installed via dh_installexamples anyway.
  * Update upstream information in debian/copyright and
    debian/upstream/metadata.
  * Add libgraphics-tiff-perl to Recommends and Build-Depends-Indep.
    Optionally used by one module.
    Thanks: autopkgtest.
  * Add libgd-perl and ttf-dejavu-core to Build-Depends-Indep to enable
    additional tests.
  * Add debian/tests/pkg-perl/syntax-skip to skip a file from autopkgtest's
    syntax.t which has a not yet packaged prerequisite.

 -- gregor herrmann <gregoa@debian.org>  Mon, 21 Sep 2020 23:01:44 +0200

libpdf-builder-perl (3.019-1) unstable; urgency=low

  * Initial release. Closes: #969989

 -- Jeffrey Ratcliffe <jjr@debian.org>  Wed, 9 Sep 2020 19:36:05 +0200