File: changelog

package info (click to toggle)
libxml-libxslt-perl 1.70-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 476 kB
  • ctags: 748
  • sloc: perl: 800; ansic: 402; xml: 21; makefile: 8
file content (265 lines) | stat: -rw-r--r-- 9,876 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
libxml-libxslt-perl (1.70-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: update years of upstream copyright.
  * debian/control: bump versioned (build) dependency on libxml-libxml-perl
    (closes: #555909).
  * Refresh patch trim_libs.patch.
  * Add zlib1g-dev to Build-Depends, otherwise the config fails.

 -- gregor herrmann <gregoa@debian.org>  Thu, 12 Nov 2009 23:33:47 +0100

libxml-libxslt-perl (1.68-3) unstable; urgency=low

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

  [ gregor herrmann ]
  * Don't run test t/01basic.t, we've got dpkg-shlibdeps to guard against
    binary compatibility problems. Thanks to Niko Tyni for the bug report and
    the analysis (closes: #546503).
  * Set Standards-Version to 3.8.3, drop version from perl build dependency.
  * Don't install benchmark.pl anymore into /usr/lib/perl5/XML/.

 -- gregor herrmann <gregoa@debian.org>  Sat, 17 Oct 2009 22:42:51 +0200

libxml-libxslt-perl (1.68-2) unstable; urgency=low

  * Remove Florian Ragwitz from Uploaders (closes: #523277).
  * Bump (build) dependency on libxml-libxml-perl (closes: #531243).
  * Set Standards-Version to 3.8.1 (no changes).
  * debian/control: remove duplicate fields.
  * Minimize debian/rules. Bump build dependencies on debhelper and quilt.

 -- gregor herrmann <gregoa@debian.org>  Sun, 31 May 2009 14:52:21 +0200

libxml-libxslt-perl (1.68-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - switch Vcs-Browser field to ViewSVN
    - bump versioned build dependency on libxml-libxml-perl to >= 1.67 as per
      changed upstream requirements
    - mention module name in long description
    - add ${misc:Depends} to Depends
    - s/Gnome/GNOME/
  * Refresh patch trim_libs.patch and add description.
  * Set debhelper compatibility level to 7; adapt
    debian/{control,compat,rules}.
  * debian/copyright: switch to new format.

 -- gregor herrmann <gregoa@debian.org>  Fri, 05 Dec 2008 22:32:26 +0100

libxml-libxslt-perl (1.66-1) unstable; urgency=low

  [ gregor herrmann ]
  * Take over for the Debian Perl Group with maintainer's permission
    (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Changed:
    Maintainer set to Debian Perl Group <pkg-perl-
    maintainers@lists.alioth.debian.org> (was: Florian Ragwitz
    <rafl@debian.org>); Florian Ragwitz <rafl@debian.org> moved to
    Uploaders.
  * debian/watch: use dist-based URL.

  * New upstream release.
  * debian/copyright: update years of copyright, point to author-independent
    upstream source URL, add copyright/licensing information for ppport.h.
  * Set Standards-Version to 3.8.0 (no changes).
  * Add /me to Uploaders.
  * Set debhelper compatibility level to 5.
  * Bump (build) dependencies on libxml-libxml-perl and libxslt1-dev according
    to new upstream requirements.
  * Remove zlib1g-dev, add pkg-config to build dependencies.
  * Refresh debian/rules, no functional changes.

  [ Damyan Ivanov ]
  * add trim_libs.patch, avoiding linkage to all libs perl is linked.
    - avoids unneeded build-dependency on libgdbm-dev
    - avoids unnecessary linking (dh_shlibdeps warning)
  * add quilt to build system
  * add README.source documenting quilt usage
  * add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Tue, 15 Jul 2008 22:44:31 +0300

libxml-libxslt-perl (1.62-1.1) unstable; urgency=low

  * Non-maintainer upload for the Perl 5.10 transition.
  * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463549)

 -- Niko Tyni <ntyni@debian.org>  Tue, 01 Apr 2008 20:42:09 +0300

libxml-libxslt-perl (1.62-1) unstable; urgency=low

  * New upstream release (Closes: #397337).
    + Bump up dependency on libxml-libxml-perl to 1.60 as this version
      requires it.

 -- Florian Ragwitz <rafl@debian.org>  Sun, 22 Jul 2007 15:43:27 +0200

libxml-libxslt-perl (1.59-1) unstable; urgency=low

  * New upstream release.
  * Use my debian.org in the Maintainer field.
  * Bump up Standards-Version to 3.7.2 (no changes).
  * Bump up versioned {Build-,}Dependency to libxml-libxml-perl

 -- Florian Ragwitz <rafl@debian.org>  Thu,  3 Aug 2006 17:18:06 +0200

libxml-libxslt-perl (1.58-1) unstable; urgency=low

  * New upstream version (Closes: #321872).
  * New Maintainer (Closes: #300237).
  * Bumped up Standards-Version.
  * Added direct download url to the copyright file.
  * Don't install README anymore. Its information is redundant.
  * Rewrote debian/rules after a dh-make-perl template.
  * Removed debian/libxml-libxslt-perl.{install,examples}. Handled by
    debian/rules now.
  * Added dpatch build-dep.
  * Added debian/patches/20fix_pod.dpatch (Closes: #284645).

 -- Florian Ragwitz <rafl@debianforum.de>  Thu,  1 Sep 2005 17:04:15 +0200

libxml-libxslt-perl (1.57-2) unstable; urgency=low

  * QA Group upload orphaning this package

 -- Andrew Pollock <apollock@debian.org>  Wed, 17 Aug 2005 09:22:06 +1000

libxml-libxslt-perl (1.57-1) unstable; urgency=low

  * New upstream version
  * Fixes test failure (Closes: #277684)
  * Adds debian/watch file so uscan will work

 -- Jay Bonci <jaybonci@debian.org>  Wed, 27 Oct 2004 16:22:39 -0400

libxml-libxslt-perl (1.53-4) unstable; urgency=low

  * New maintainer (closes: Bug#210535)
  * Added Jay Bonci as co-maintainer
  * Reverse changes from NMU, verify against perl v5.8.2 / libxml2 2.6.3
    (The regression test is not actually bad; the real cause was
    libxml-libxml-perl breakage.  A small change was made to the test()
    callback to suppress a warning.)
  * LibXSLT.xs: fix double-free bug in LibXSLT_generic_function

 -- Michael K. Edwards <medwards-debian@sane.net>  Mon, 19 Jan 2004 00:44:24 -0800

libxml-libxslt-perl (1.53-3.1) unstable; urgency=low

  * Zero-day NMU from the Minneapolis BSP.
  * Fix build failure caused by bad regression test (closes: #207402).
    - Make sure test() callback is always called with two arguments
    - Comment out XSLT line that is documented to only work with v1.52

 -- Kenneth J. Pronovici <pronovic@debian.org>  Sat, 13 Dec 2003 15:12:34 -0600

libxml-libxslt-perl (1.53-3) unstable; urgency=low

  * rebuild against perl v5.8.1
  * debian/control: updated build dependency on 'perl' to '>= 5.8.1'
  * rebuild against libxml2 v2.5.11-2
  * debian/control: updated build dependency on 'libxslt1-dev' to '>= 1.0.33'
  * debian/control: updated (build) dependency on 'libxml-libxml-perl' to
    '>= 1.56-3'

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat,  4 Oct 2003 11:19:05 -0500

libxml-libxslt-perl (1.53-2) unstable; urgency=low

  * debian/control: changed (build) dependency on 'libxml-libxml-perl'
    to '(>= 1.56)'
  * debian/control: added build dependency on 'zlib1g-dev (>= 1:1.1.4)'
  * debian/control: upgraded to Debian Policy 3.6.0 (no changes)

 -- Ardo van Rangelrooij <ardo@debian.org>  Wed,  3 Sep 2003 22:26:21 -0500

libxml-libxslt-perl (1.53-1) unstable; urgency=low

  * New upstream release
  * debian/rules: moved debhelper compatibility level setting to
    'debian/compat' per latest debhelper best practices
  * debian/control: updated sections according to latest archive changes:
    - 'libxml-libxslt-perl' from 'interpreters' to 'perl'
  * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
  * debian/control: upgraded to Debian Policy 3.5.10 (no changes)

 -- Ardo van Rangelrooij <ardo@debian.org>  Mon,  9 Jun 2003 19:31:16 -0500

libxml-libxslt-perl (1.52-1) unstable; urgency=low

  * New upstream release
  * Makefile.PL: added missing support for libexslt
    (closes: Bug#160149)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 22 Sep 2002 13:23:03 -0500

libxml-libxslt-perl (1.50-4) unstable; urgency=low

  * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep'

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun,  4 Aug 2002 15:23:09 -0500

libxml-libxslt-perl (1.50-3) unstable; urgency=low

  * Rebuild against perl 5.8.0
  * debian/control: changed build dependency on perl accordingly
  * debian/rules: upgraded to debhelper v4
  * debian/control: changed build dependency on debhelper accordingly
  * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
  * debian/rules: split off 'install' target from 'binary-arch' target
  * debian/copyright: added pointer to license

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat,  3 Aug 2002 17:25:17 -0500

libxml-libxslt-perl (1.50-2) unstable; urgency=low

  * debian/control: changed build dependency on 'libxml-libxml-perl' into
    a versioned build dependency
    (closes: Bug#148222)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 26 May 2002 13:38:46 -0500

libxml-libxslt-perl (1.50-1) unstable; urgency=low

  * New upstream release

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 26 May 2002 11:38:12 -0500

libxml-libxslt-perl (1.31-1) unstable; urgency=low

  * New upstream release

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat,  5 Jan 2002 13:00:49 -0600

libxml-libxslt-perl (1.09-1) unstable; urgency=low

  * New upstream release
    (closes: Bug#106625)
  * debian/control: upgraded to Debian Policy 3.5.6

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat,  3 Nov 2001 20:23:26 -0600

libxml-libxslt-perl (1.07-3) unstable; urgency=low

  * Build against libxslt1
    (closes: Bug#107630)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 19 Aug 2001 10:13:10 -0500

libxml-libxslt-perl (1.07-2) unstable; urgency=low

  * debian/control: upgraded to Debian Policy 3.5.5

 -- Ardo van Rangelrooij <ardo@debian.org>  Sat,  7 Jul 2001 13:21:57 -0500

libxml-libxslt-perl (1.07-1) unstable; urgency=low

  * Initial Release
    (closes: Bug#99112)

 -- Ardo van Rangelrooij <ardo@debian.org>  Sun, 17 Jun 2001 13:06:02 -0500