File: changelog

package info (click to toggle)
libchart-perl 2.4.10ds1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,900 kB
  • sloc: perl: 11,697; makefile: 6
file content (273 lines) | stat: -rw-r--r-- 9,909 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
libchart-perl (2.4.10ds1-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Sun, 03 Jan 2021 14:44:35 +0100

libchart-perl (2.4.10ds1-2) unstable; urgency=medium

  * Fix autopkgtest.
    + Tell use.t which module to test.
    + Add patterns directory for smoke test.
  * Update years of packaging copyright.
  * Update build and runtime depedency from libgd-gd2-perl to libgd-perl.

 -- gregor herrmann <gregoa@debian.org>  Sun, 24 May 2015 12:14:15 +0200

libchart-perl (2.4.10ds1-1) unstable; urgency=medium

  * Team upload

  * Add debian/upstream/metadata
  * Import upstream version 2.4.10
    + Drop debian/patches/fix-defined-@array-is-deprecated-warning.patch,
      applied upstream.
    + Refresh debian/patches/debian-bug-709533.patch.
  * Drop HTML documentation and repack upstream tar ball without it due to
    + unclear licensing (Sizzle.js),
    + embedded code copies (ancient jQuery and Sizzle via Doxygen),
    + and no chance to rebuild it.
    And even if we would be able to rebuild it, we still would run into
    the common and annoying issues with embedded code copies in Doxygen
    generated documentation. Hence:
    + Drop doc/html from debian/libchart-perl.docs
    + Add "Files-Excluded" header to debian/copyright.
    + Add repack suffix to debian/watch.
    Thos fixes tons of (valid) lintian warnings:
    + source-is-missing
    + embedded-javascript-library
    + source-contains-prebuilt-javascript-object
    + source-contains-prebuilt-doxygen-documentation
  * Also drop Documentation.pdf from the upstream tar ball since it is
    included twice:
    + Replace it with doc/LaTeX/Documentation.pdf in
      debian/libchart-perl.docs
    + Drop HTML stanza from debian/libchart-perl.doc-base.
  * Also drop MYMETA.yml which is (re-)generated at built time and removed
    in the clean target and hence should not be in any upstream tar ball.
  * Apply wrap-and-sort.
  * Declare package as autopkgtestable.
  * Drop no more existing libgd-gd2-noxpm-perl from alternative
    (build-indep-)dependecies.

 -- Axel Beckert <abe@debian.org>  Sun, 10 May 2015 18:03:59 +0200

libchart-perl (2.4.6-3) unstable; urgency=medium

  * Team upload
  * Create samples directory via patch, not Makefile.PL
    + Needed to run test suite via autopkgtest.
    + Only remove samples contents (without dot files) in clean target

 -- Axel Beckert <abe@debian.org>  Mon, 22 Sep 2014 19:43:29 +0200

libchart-perl (2.4.6-2) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Partha P. Mukherjee ]
  * Add patch to fix off-by one error which caused ugly graphs since 2.4.4
    (Closes: #709533)

  [ Axel Beckert ]
  * Add patch to fix perl deprecation warning "defined(@array) is
    deprecated".
  * Fix the following lintian warnings:
    + useless-autogenerated-doxygen-file
    + wildcard-matches-nothing-in-dep5-copyright
  * Bump Standards-Version to 3.9.6 (no changes needed)

 -- Axel Beckert <abe@debian.org>  Mon, 22 Sep 2014 13:18:13 +0200

libchart-perl (2.4.6-1) unstable; urgency=low

  [ Xavier Guimard ]
  * New upstream release
  * Bump Standards-Version to 3.9.4
  * Update copyright years
  * Remove patches (included in upstream now)
  * Update docs (remove rgb.txt)
  * Change Build-Depends-Indep (libgd-gd2-noxpm-perl | libgd-gd2-perl instead
    of libgd-gd2-perl)

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Florian Schlichting ]
  * Email change: Florian Schlichting -> fsfs@debian.org

 -- Xavier Guimard <x.guimard@free.fr>  Mon, 05 Nov 2012 13:41:47 +0100

libchart-perl (2.4.5-1) unstable; urgency=low

  * New upstream release.
  * Refresh color.patch (offset).
  * Drop fix_scalar_png_return.patch, applied upstream.
  * Remove deleted ToDo.txt from debian/libchart-perl.docs.
  * Update years of upstream copyright.
  * Add a patch to fix some POD errors.

 -- gregor herrmann <gregoa@debian.org>  Sat, 24 Mar 2012 15:48:46 +0100

libchart-perl (2.4.4-2) unstable; urgency=low

  * Add fix_scalar_png_return.patch, restoring a sensible return value that
    Jifty::Plugin::Chart relies upon (closes: 660379).
  * Bump Standards-Version to 3.9.3 (use copyright-format 1.0).
  * Add myself to Uploaders and copyright.
  * Add doxygen class reference and register documentation with doc-base.

 -- Florian Schlichting <fschlich@zedat.fu-berlin.de>  Mon, 19 Mar 2012 20:43:38 +0100

libchart-perl (2.4.4-1) unstable; urgency=low

  * New upstream release.
  * Refresh color.patch, drop grammar.patch.

 -- gregor herrmann <gregoa@debian.org>  Sat, 14 Jan 2012 17:26:17 +0100

libchart-perl (2.4.3-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: ${misc:Depends} to Depends: field.
  * Email change: gregor herrmann -> gregoa@debian.org

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Jotam Jr. Trejo ]
  * New upstream release 2.4.2

  [ gregor herrmann ]
  * Switch to source format 3.0 (quilt).
  * debian/copyright: refresh formatting, add new third party file.
  * Remove version from perl build dependency.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.
  * debian/control: Fix typo in description. (Closes: #636584)

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release 2.4.3.
  * Refresh color.patch, add grammar.patch.
  * Update years of packaging copyright.
  * Remove generated Makefile in clean target.
  * Bump Standards-Version to 3.9.2 (no changes).
  * Switch to debhelper compatibility level 8.

 -- gregor herrmann <gregoa@debian.org>  Mon, 02 Jan 2012 15:40:08 +0100

libchart-perl (2.4.1-5) unstable; urgency=low

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields. Long Uploaders line wrapped.
  * debian/rules: 
    - delete /usr/lib/perl5 only if it exists (closes: #467682)
    - update with the help of dh-make-perl's templates
    - remove samples/ conditionally
    - symlink upstream README as upstream changelog
    - recreate Makefile in clean target if it exists as it contains ugly paths
  * Consistently use debhelper compatibility level 5 (control, compat,
    rules).
  * Set Standards-Version to 3.7.3 (no changes).
  * debian/watch: use dist-based URL.
  * Split out the color patch into debian/patches/color.patch, add quilt
    framework.
  * debian/copyright: change upstream source URL, convert to new format, add
    additional copyright holders.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 02 Mar 2008 16:53:59 +0100

libchart-perl (2.4.1-4) unstable; urgency=low

  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
  * Bump Standards-Version to 3.7.2 (no changes).

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun,  1 Oct 2006 13:45:38 +0200

libchart-perl (2.4.1-3) unstable; urgency=low

  * Further modify the color patch from #172140 to restore the
    original color definitions. (Closes: #231730)

 -- Niko Tyni <ntyni@iki.fi>  Thu, 23 Mar 2006 22:40:08 +0200

libchart-perl (2.4.1-2) unstable; urgency=low

  * Remove the leftover file 'big-changes' from the source package.
  * Modify the color patch from #172140 to keep the first 64 colors
    compatible with upstream. (Closes: #231730)
  * clean up old CVS references in debian/rules.
  * Don't install an empty '/usr/lib/perl5' directory.

 -- Niko Tyni <ntyni@iki.fi>  Sun, 19 Mar 2006 22:21:00 +0200

libchart-perl (2.4.1-1) unstable; urgency=low

  * New upstream release (closes: #329508) (closes: #216345)
  * debian/control - hijacking package for Debian Perl Group 
    (closes: #279780), feel free to join: http://pkg-perl.alioth.debian.org/
  * debian/watch - added
  * debian/rules - added testing suite

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 16 Feb 2006 15:00:48 +0100

libchart-perl (2.2-1) unstable; urgency=low

  * New upstream version
  * The description in debian/control no longer refers to the GD libary
    and the debian/copyright now mentions where the upstream source may be
    found,
  Closes: #161965
  * Extend the number of possible datasets significantly.  The Chart
    modules will now support 300 seperate datasets,
  Closes: #172140

 -- Stephen Zander <gibreel@debian.org>  Fri, 14 Mar 2003 22:51:15 -0800

libchart-perl (1.0.1-2) unstable; urgency=low

  * Chnages to the libgd-perl package caused this package to become
    uninstallable.  Fix this.
  * Dependencies changed to allow this package to work with non-XPM
    versions of libgd-perl,
  Closes: #147949

 -- Stephen Zander <gibreel@debian.org>  Tue,  3 Sep 2002 10:21:44 -0700

libchart-perl (1.0.1-1) unstable; urgency=low

  * New upstream source
  * New maintainer, Closes: #123490
  * Upstream no longer supports gif, Closes: #100446

 -- Stephen Zander <gibreel@debian.org>  Fri, 11 Jan 2002 21:44:25 -0800

libchart-perl (0.99c.pre3-0.1) unstable; urgency=low

  * NMU of the last knowned upstream version (closes: #100446,#103582).
  * Clean rules and pass to 3.5.6.0 policy version.
  * This package is now binary indep.
  * Update gdchart URL in description.
  * Comment out some unneeded debhelper action in rules file. 

 -- Rémi Perrot <rperrot@debian.org>  Sat, 27 Oct 2001 13:22:39 +0200

libchart-perl (0.99b-1) unstable; urgency=low

  * First upstream version.

 -- Raphael Bossek <bossekr@debian.org>  Thu, 20 Apr 2000 22:48:26 +0200