File: changelog

package info (click to toggle)
libmail-mbox-messageparser-perl 1.5111-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,480 kB
  • sloc: perl: 6,567; makefile: 9
file content (342 lines) | stat: -rw-r--r-- 12,093 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
libmail-mbox-messageparser-perl (1.5111-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Drop paths.patch.
    This patch updates the paths to some binaries in the template which then
    get overwritten at configure time anyway.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * debian/rules: backup and restore Config.pm which gets modified during
    build.
  * Add patch to not remove inc/ in clean to enable building twice.
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Define more program paths in debian/rules.

 -- gregor herrmann <gregoa@debian.org>  Sun, 06 Aug 2023 04:26:07 +0200

libmail-mbox-messageparser-perl (1.5111-2) unstable; urgency=medium

  * debian/rules: pass path to binaries in /bin to Makefle.PL to fix
    issues with package built and run on merged-/usr vs. non-merged-/usr
    systems.
  * Declare compliance with Debian Policy 4.2.1.
  * Remove trailing whitespace from debian/*.

 -- gregor herrmann <gregoa@debian.org>  Sat, 01 Dec 2018 20:29:34 +0100

libmail-mbox-messageparser-perl (1.5111-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 1.5111.
  * debian/copyright: document new third-party files.
  * Update years of upstream and packaging copyright.
  * Update build dependencies.
  * Declare compliance with Debian Policy 4.1.5.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Sat, 21 Jul 2018 19:21:39 +0200

libmail-mbox-messageparser-perl (1.5105-1) unstable; urgency=medium

  * New upstream release.
  * Add debian/upstream/metadata.
  * Update debian/patches/paths.patch to match upstream changes.
  * Drop fix-pod-errors.patch, merged upstream.
  * Drop xz-support.patch, merged upstream.
  * Drop warnings.patch, fixed upstream.
  * Update years of upstream copyright.
  * Update upstream license.
  * Add new build dependencies.

 -- gregor herrmann <gregoa@debian.org>  Sun, 05 Jul 2015 17:32:46 +0200

libmail-mbox-messageparser-perl (1.5002-3) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Email change: Ansgar Burchardt -> ansgar@debian.org
  * debian/control: Convert Vcs-* fields to Git.
  * debian/control: Add missing article to description. (Closes: #636588)

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Lucas Nussbaum ]
  * debian/patches/xz-support.patch: Add support for XZ-compressed mailboxes.
    (Closes: #770077)

  [ gregor herrmann ]
  * debian/copyright: switch formatting to Copyright-Format 1.0.
    Update years of packaging copyright.
  * Bump debhelper compatibility level to 8.
  * Drop Suggests: libstorable-perl.
    libstorable-perl is a virtual package provided by perl, and Storable is in
    perl core since ages.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <gregoa@debian.org>  Thu, 12 Feb 2015 18:28:49 +0100

libmail-mbox-messageparser-perl (1.5002-2) unstable; urgency=low

  * Fix warnings with perl 5.12. (Closes: #582672)
    + new patch: warnings.patch
  * Use source format 3.0 (quilt); drop README.source and quilt framework.
  * debain/copyright: Formatting changes for current DEP-5 proposal.
  * Bump Standards-Version to 3.8.4 (no changes).
  * Add myself to Uploaders.

 -- Ansgar Burchardt <ansgar@43-1.org>  Sun, 06 Jun 2010 13:35:26 +0900

libmail-mbox-messageparser-perl (1.5002-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Added myself to Uploaders and Copyright
  * Bump compat level to 7, debhelper 7
  * Use new short rules format
  * Refreshed copyright information
  * Standards-Version 3.8.3 (drop perl version dependency)
  * Refresh paths.patch
  * Remove perl_5.10.patch -- it looks to have been applied upstream
  * Add a new patch to fix the POD errors

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.

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

  [ gregor herrmann ]
  * Change my email address.

 -- Jonathan Yu <jawnsy@cpan.org>  Mon, 21 Sep 2009 17:55:32 -0400

libmail-mbox-messageparser-perl (1.5000+pristine-3) unstable; urgency=low

  [ gregor herrmann ]

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field
    (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn
    fields. Added: /me to Uploaders. Moved: all build dependencies (except
    debhelper) to Build-Depends-Indep. Build-depend on perl instead of perl5
    (which is a virtual package).
  * Use dist-based URL in debian/watch.
  * debian/rules:
    - don't install empty /usr/lib/perl5 directory if it exists
    - use $(CURDIR) instead of `pwd`
    - call clean target unconditionally but check for existence of Makefile
      before running $(MAKE) distclean
    - move dh_clean before make distclean and use it for removing stamp
      files
    - create install-stamp target depending on build-stamp
  * Set debhelper compatibility level to 5
  * Set Standards-Version to 3.7.3 (no changes).
  * debian/copyright: use author-agnostic download URL, add additional
    copyright holders, convert to new format.
  * Split out Joey's change to lib/Mail/Mbox/MessageParser/Config.pm (sane
    paths) into paths.patch; grab the patch from CPAN#33004 that adapts the
    module to perl 5.10 and apply it as perl_5.10.patch (closes: #467276);
    add quilt framework.

  [ Frank Lichtenheld ]
  * debian/rules: Fix target dependencies to allow building with
    dpkg-buildpackage -j. Found by Daniel Schepler.

  [ Damyan Ivanov ]
  * debian/rules: drop unused dh_link and dh_shlibdeps

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Thu, 13 Mar 2008 20:41:31 +0100

libmail-mbox-messageparser-perl (1.5000+pristine-2) unstable; urgency=low

  * Set maintainer to Debian perl group.

 -- Joey Hess <joeyh@debian.org>  Sat, 11 Aug 2007 22:07:06 -0400

libmail-mbox-messageparser-perl (1.5000+pristine-1) unstable; urgency=low

  * Fix tarball broken by last upload, temporarily munge upstream version
    number.

 -- Joey Hess <joeyh@debian.org>  Mon, 30 Jul 2007 14:28:07 -0400

libmail-mbox-messageparser-perl (1.5000-1) unstable; urgency=low

  * New upstream version with a much better fix for the hang problem than
    my hack, which I've now removed.

 -- Joey Hess <joeyh@debian.org>  Sun, 29 Jul 2007 19:03:02 -0400

libmail-mbox-messageparser-perl (1.4005-2) unstable; urgency=low

  * As a workaround for hangs, temporarily disable the grep implementation
    and force the slow perl implementation to be used instead.
    Closes: #395268, #381075

 -- Joey Hess <joeyh@debian.org>  Tue,  9 Jan 2007 21:30:32 -0500

libmail-mbox-messageparser-perl (1.4005-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Fri, 25 Aug 2006 23:46:01 -0400

libmail-mbox-messageparser-perl (1.4004-1) unstable; urgency=low

  * New upstream release. Fixes more multipart parsing issues.

 -- Joey Hess <joeyh@debian.org>  Tue, 11 Jul 2006 20:28:11 -0400

libmail-mbox-messageparser-perl (1.4003-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Sun, 11 Jun 2006 17:07:19 -0400

libmail-mbox-messageparser-perl (1.4002-2) unstable; urgency=low

  * Correct mime multipart boundary header parsing to support all legal
    unquoted boundary definitions. Closes: #365151

 -- Joey Hess <joeyh@debian.org>  Mon,  8 May 2006 16:27:24 -0400

libmail-mbox-messageparser-perl (1.4002-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Wed, 15 Feb 2006 00:46:11 -0500

libmail-mbox-messageparser-perl (1.4001-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Thu,  4 Aug 2005 11:32:59 -0400

libmail-mbox-messageparser-perl (1.4000-1) unstable; urgency=low

  * New upstream release.
  * Fixed gnus mailbox issue. Closes: #316463

 -- Joey Hess <joeyh@debian.org>  Mon, 11 Jul 2005 10:43:59 +0300

libmail-mbox-messageparser-perl (1.3001-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Sat, 11 Jun 2005 21:08:26 -0400

libmail-mbox-messageparser-perl (1.3000-1) unstable; urgency=low

  * New upstream release.
  * Fixes infinite loop. Closes: #293465, #308808
  * Set LANG=C when running test suite to avoid failures in other locales
    (including en_US.UTF-8).

 -- Joey Hess <joeyh@debian.org>  Mon, 23 May 2005 10:12:17 -0400

libmail-mbox-messageparser-perl (1.2130-1) unstable; urgency=low

  * New upstream release.
  * Add a build dep on libtext-diff-perl, as it's now used by the regression
    tests.
  * Set version in inc/List/Util.pm to same as it is in Debian to avoid very
    strange regression test failure. Mailed author for help.

 -- Joey Hess <joeyh@debian.org>  Wed, 19 Jan 2005 00:58:02 -0500

libmail-mbox-messageparser-perl (1.21.1-2) unstable; urgency=low

  * Build-depend on bzip2 to make sure bzip support is enabled in the package.
    Yes, this is kinda silly. Closes: #279004

 -- Joey Hess <joeyh@debian.org>  Sat, 30 Oct 2004 18:53:14 -0400

libmail-mbox-messageparser-perl (1.21.1-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Fri,  1 Oct 2004 05:26:32 -0400

libmail-mbox-messageparser-perl (1.20-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Wed, 14 Jul 2004 11:09:09 -0400

libmail-mbox-messageparser-perl (1.14-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Mon,  9 Feb 2004 14:05:25 -0500

libmail-mbox-messageparser-perl (1.13-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Thu, 15 Jan 2004 14:45:47 -0500

libmail-mbox-messageparser-perl (1.12-2) unstable; urgency=low

  * Fixed dep on libfilehandle-unget-perl (which is still stuck in Incoming).
    Closes: #218626

 -- Joey Hess <joeyh@debian.org>  Sun,  2 Nov 2003 15:22:18 -0500

libmail-mbox-messageparser-perl (1.12-1) unstable; urgency=low

  * New upstream release, now depends on libfilehandle-unget-perl
    instead of libio-string-perl.

 -- Joey Hess <joeyh@debian.org>  Thu, 30 Oct 2003 15:19:03 -0500

libmail-mbox-messageparser-perl (1.11-3) unstable; urgency=low

  * Fix a typo in the perldoc. Closes: #216304

 -- Joey Hess <joeyh@debian.org>  Fri, 17 Oct 2003 19:31:46 -0400

libmail-mbox-messageparser-perl (1.11-2) unstable; urgency=low

  * Move from build-depends-indep to build-depends to meet current policy.

 -- Joey Hess <joeyh@debian.org>  Wed,  3 Sep 2003 12:09:06 -0400

libmail-mbox-messageparser-perl (1.11-1) unstable; urgency=low

  * New upstream release. (Includes my umask patch.)
  * Remove make test buglet workaround from debian/rules.
  * Needs build-dep and dependency on libio-string-perl.

 -- Joey Hess <joeyh@debian.org>  Thu, 28 Aug 2003 14:46:14 -0400

libmail-mbox-messageparser-perl (1.00-1) unstable; urgency=low

  * Initial release (broke out of grepmail).
  * Patch Mbox::MessageParser::Cache to set umask 077 before writing cache
    as it may have private information.

 -- Joey Hess <joeyh@debian.org>  Thu,  7 Aug 2003 17:47:02 -0400