File: changelog

package info (click to toggle)
libpadwalker-perl 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 39; makefile: 3
file content (271 lines) | stat: -rw-r--r-- 9,382 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
libpadwalker-perl (2.5-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

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

  [ gregor herrmann ]
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
  * Import upstream version 2.5.
  * Refresh dead-lexicals-rt55242.patch (offset and fuzz).
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <gregoa@debian.org>  Tue, 29 Sep 2020 20:33:08 +0200

libpadwalker-perl (2.3-1) unstable; urgency=medium

  * Import upstream version 2.3.
  * Drop 0001-Make-the-test-suite-work-without-cwd-in-INC.patch,
    applied upstream.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.
  * Set bindnow linker flag in debian/rules.

 -- gregor herrmann <gregoa@debian.org>  Tue, 02 Jan 2018 00:17:04 +0100

libpadwalker-perl (2.2-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

  [ Martín Ferrari ]
  * Remove myself from Uploaders.

  [ Niko Tyni ]
  * Patch the test suite work without cwd in @INC (Closes: #836884)

 -- Niko Tyni <ntyni@debian.org>  Sat, 17 Sep 2016 15:39:03 +0300

libpadwalker-perl (2.2-1) unstable; urgency=medium

  * Import upstream version 2.2
  * Referesh dead-lexicals-rt55242.patch patch
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 25 Oct 2015 09:34:51 +0100

libpadwalker-perl (2.1-1) unstable; urgency=medium

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

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata.

  * Import upstream version 2.1.
    Fixes "FTBFS with perl 5.22" (Closes: #787439)
  * Refresh dead-lexicals-rt55242.patch (offset).
  * Update lintian override for multiarch paths.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <gregoa@debian.org>  Tue, 02 Jun 2015 20:07:07 +0200

libpadwalker-perl (1.98-1) unstable; urgency=medium

  * New upstream release.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <gregoa@debian.org>  Wed, 11 Dec 2013 22:12:22 +0100

libpadwalker-perl (1.96-1) unstable; urgency=low

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

  [ gregor herrmann ]
  * New upstream release.
    Fixes "FTBFS with perl 5.18: build failure due to API changes"
    (Closes: #708023)
  * Update years of upstream copyright.
  * Refresh patch.
  * Set Standards-Version to 3.9.4 (no changes).
  * Use debhelper 9.20120312 to get all hardening flags.
  * Add lintian override (hardening-no-fortify-functions).
  * Add /me to Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Mon, 13 May 2013 20:28:22 +0200

libpadwalker-perl (1.94-1) unstable; urgency=low

  * Imported Upstream version 1.94
  * Update debian/copyright to copyright-format 1.0
  * Bump Standards-Version to 3.9.3

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 26 Jun 2012 19:11:44 +0200

libpadwalker-perl (1.93-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Email change: Salvatore Bonaccorso -> carnil@debian.org
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Imported Upstream version 1.93
  * Bump Debhelper compat level to 9.
    Adjust Build-Depends for debhelper to (>= 9).
  * Update debian/copyright file.
    Update format for DEP5 proposal for machine-readable copyright file
    information to revision 174 of the proposal.
    Update copyright years for debian/* packaging.
    Refer to Debian systems in general instead of only Debian GNU/Linux
    systems.
  * Bump Standards-Version to 3.9.2

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 08 Feb 2012 23:20:20 +0100

libpadwalker-perl (1.92-1) unstable; urgency=low

  * New upstream release
  * Add myself to Uploaders.
  * debian/control: Add perl to Build-Depends.
  * Refresh dead-lexicals-rt55242.patch patch.
  * debian/copyright: Refresh format of file according to revision 135
    of DEP5 and update copyright years for upstream stanza. Refresh
    debian/* packaging stanza.
  * Bump Standards-Version to 3.9.0 (no changes needed).

 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Thu, 15 Jul 2010 23:52:39 +0200

libpadwalker-perl (1.9-2) unstable; urgency=medium

  [ Jonathan Yu ]
  * Standards-Version 3.8.4 (no changes)
  * Update copyright information to DEP5 format
  * Convert to 3.0 (quilt) source format
  * Add patch to fix possible segfault (RT#55242)

  [ Ryan Niebur ]
  * Update jawnsy's email address
  * Update ryan52's email address

 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 06 Mar 2010 17:03:08 -0500

libpadwalker-perl (1.9-1) unstable; urgency=low

  * New upstream release
    + New feature, set_closed_over
    + Copyright years updated to 2000-2009
  * Removed quilt stuff, since the patch is now applied upstream
  * Debhelper dependency back to 7, since quilt isn't used anymore
  * Standards version 3.8.2 (no changes)
  * Added /me to d/copyright and Uploaders
  * Updated description (hopefully it's a bit more clear)

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

 -- Jonathan Yu <frequency@cpan.org>  Fri, 26 Jun 2009 06:53:18 -0400

libpadwalker-perl (1.7-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * Remove Florian Ragwitz from Uploaders (closes: #523263).

  [ Ryan Niebur ]
  * standards version 3.8.1
  * dh7 based debian/rules
  * add myself to uploaders
  * add quilt patching
  * fix segfault (Closes: #528154)
  * update copyright information
  * update formatting of debian/copyright for the machine readable
    format
  * add README.source

  [ gregor herrmann ]
  * debian/control: make short description a noun phrase.

 -- Ryan Niebur <ryanryan52@gmail.com>  Mon, 11 May 2009 08:13:00 -0700

libpadwalker-perl (1.7-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.
  * Ack NMU (closes: #471531).

  [ Martín Ferrari ]
  * New upstream release.
  * debian/control: Added myself to Uploaders, bumped Standards-Version: no
    changes, upgraded debhelper version to 5, upgraded perl dependency to
    match META.yaml, corrected short Description case.
  * debian/rules: refreshed from templates, removed README as it's a dump of
    the manpage.
  * debian/copyright: new format, added packaging copyright.

 -- Martín Ferrari <tincho@debian.org>  Tue, 17 Jun 2008 10:48:00 -0300

libpadwalker-perl (1.6-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release.
    + the only change fixes pointer truncation on 64-bit architectures.
      (Closes: #458195)
  * Fix build failure with Perl 5.10: don't try to remove /usr/share/perl5 if
    it does not exist. (Closes: #463546)
  * Update debian/watch. (Closes: #450230)

 -- Niko Tyni <ntyni@debian.org>  Tue, 18 Mar 2008 20:43:45 +0200

libpadwalker-perl (1.5-1) unstable; urgency=low

  * New upstream release (Closes: #438569).
  * Bump up Standards-Version to 3.7.2 (no changes).
  * Don't ignore make realclean errors.

 -- Florian Ragwitz <rafl@debian.org>  Sat, 18 Aug 2007 18:23:08 +0200

libpadwalker-perl (1.0-1) unstable; urgency=low

  * New Maintainer with acknowledgement from the former one.
  * New upstream release (Closes: #329650).
  * Bumped up Standards-Version to 3.6.2 (no changes).
  * Moved perl build-dep-indep to build-dep as this package isn't arch-indep.

 -- Florian Ragwitz <rafl@debian.org>  Thu,  9 Feb 2006 22:53:53 +0100

libpadwalker-perl (0.10-1) unstable; urgency=low

  * Initial Release.

 -- Chip Salzenberg <chip@debian.org>  Thu,  7 Apr 2005 17:39:13 -0400