File: changelog

package info (click to toggle)
libmail-mbox-messageparser-perl 1.5002-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,328 kB
  • ctags: 339
  • sloc: perl: 5,537; makefile: 2
file content (244 lines) | stat: -rw-r--r-- 8,439 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
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