File: changelog

package info (click to toggle)
libset-object-perl 1.39-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 608 kB
  • sloc: perl: 1,041; makefile: 12
file content (378 lines) | stat: -rw-r--r-- 11,655 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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
libset-object-perl (1.39-1) unstable; urgency=medium

  * Import upstream version 1.39.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Fri, 12 Jan 2018 18:45:57 +0100

libset-object-perl (1.38-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.
  * Remove Rene Mayorga from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Peter Pentchev ]
  * debian/changelog: remove whitespace from EOL.
  * Declare compliance with Debian Policy 4.1.1 with no changes.
  * Add "Rules-Requires-Root: no" to the source control stanza.
  * Fix some typographical errors.
  * Fix a typo in an old debian/changelog entry.
  * New upstream version 1.38.

  [ gregor herrmann ]
  * Set bindnow linker flag in debian/rules.

 -- Peter Pentchev <roam@ringlet.net>  Sun, 12 Nov 2017 01:03:59 +0200

libset-object-perl (1.35-1) unstable; urgency=medium

  * Team upload.

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

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata
  * Import upstream version 1.35
  * Add autopkgtest-pkg-perl
  * Declare compliance with Debian policy 3.9.6
  * Add recommends run time dependencies

 -- Lucas Kanashiro <kanashiro.duarte@gmail.com>  Wed, 05 Aug 2015 16:56:03 -0300

libset-object-perl (1.34-2) unstable; urgency=medium

  * Drop bzip2 compression for source package, xz is the default in dpkg
    since 1.17.0.
  * Strip trailing slash from metacpan URLs.
  * Use $Config{vendorarch} to get library path in debian/rules.
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Mon, 11 Aug 2014 19:25:55 +0200

libset-object-perl (1.34-1) unstable; urgency=medium

  * New upstream release.

 -- gregor herrmann <gregoa@debian.org>  Thu, 26 Dec 2013 22:21:33 +0100

libset-object-perl (1.32-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright holders for debian/*.
  * debian/rules: don't install upstream Changes as POD/manpage under
    /usr/{lib,man}.
  * Add more build dependencies for additional tests.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <gregoa@debian.org>  Wed, 25 Dec 2013 21:24:29 +0100

libset-object-perl (1.31-1) unstable; urgency=low

  * New upstream release.
  * Drop pod.patch, applied upstream.

 -- gregor herrmann <gregoa@debian.org>  Tue, 14 May 2013 18:09:31 +0200

libset-object-perl (1.30-1) unstable; urgency=low

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

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

  [ Peter Pentchev ]
  * Switch to the 3.0 (quilt) source format with bzip2 compression with
    no changes.
  * Add myself to Uploaders.
  * Minimize the rules file using debhelper override targets.
  * Bump Standards-Version to 3.9.1 with no changes.
  * Update the copyright file a bit:
    - point to the GPL-1 license instead of the GPL symlink
    - refer to Debian systems, not Debian GNU/Linux systems
    - add my copyright notice

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

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

  [ gregor herrmann ]
  * New upstream release.
    Fixes "FTBFS with perl 5.18: Undefined subroutine &UNIVERAL::can"
    (Closes: #708083)
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Set Standards-Version to 3.9.4 (no changes).
  * Use debhelper 9.20120312 to get all hardening flags.
  * Lowercase short description.
  * Add a patch to fix some POD glitches.

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

libset-object-perl (1.27-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Fix typo in debian/copyright.
  * New upstream release.

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.

 -- Ansgar Burchardt <ansgar@43-1.org>  Thu, 15 Jan 2009 23:20:04 +0100

libset-object-perl (1.26-1) unstable; urgency=low

  * New upstream release.
  * Refresh debian/rules for debhelper 7.
  * Convert debian/copyright to proposed machine-readable format.

 -- Ansgar Burchardt <ansgar@43-1.org>  Wed, 15 Oct 2008 19:28:10 +0200

libset-object-perl (1.25-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * New upstream release

  [ gregor herrmann ]
  * debian/copyright: update years of copyright for ppport.h.

 -- Ansgar Burchardt <ansgar@43-1.org>  Tue, 22 Jul 2008 16:36:32 +0200

libset-object-perl (1.24-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/watch: extended regexp for matching upstream releases.
  * debian/copyright: copy updated copyright information verbatim from
    upstream source.
  * Set Standards-Version to 3.8.0 (no changes).
  * debian/control: change my email address.
  * Refresh debian/rules, no functional changes.
  * Use pod2text for converting Changes.pod in debian/rules, drop dependency
    on perl-doc in debian/control.

  [ Ansgar Burchardt ]
  * New upstream release
  * Add myself to Uploaders

 -- Ansgar Burchardt <ansgar@43-1.org>  Sat, 19 Jul 2008 17:40:06 +0200

libset-object-perl (1.22-3) unstable; urgency=low

  [ gregor herrmann ]
  * debian/rules: delete /usr/share/perl5 only if it exists.

  [ Damyan Ivanov ]
  * debian/watch: use dist-based UTL, better pattern
  * debian/rules:
    + split to DESTDIR and PREFIX
    + support noopt in DEB_BUILD_OPTIONS
    + split installation in separate install(-stamp) target
    + use "$@" when touching stamps
    + do not ship redundant README
  * debhelper compatibility level 6
  * add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Thu, 24 Jan 2008 13:07:23 +0200

libset-object-perl (1.22-2) unstable; urgency=low

  [ Frank Lichtenheld ]
  * debian/rules: Fix dependency of build-stamp on config-stamp

  [ Gunnar Wolf ]
  * Bumped up standards-version to 3.7.3 (No changes needed)

 -- Gunnar Wolf <gwolf@debian.org>  Mon, 07 Jan 2008 11:08:35 -0600

libset-object-perl (1.22-1) unstable; urgency=low

  * New upstream release
  * debian/rules
    + Remove "tag" target
    + Remove DH_COMPAT var
    + Move "make test" from binary-arch to build target
    + Remove unused/unneded dh_* calls
  * debian/watch
    + set version to 3
  * debian/control
    + Add Homepage field
    + set policy to 3.7.2 instead to 3.7.2.1
    + Add myself to uploaders
    + Add libtest-pod-coverage-perl and libtest-pod-perl to Build-Depends
  * debian/copyright
    + Add upstream URL
    + Update general info and Add others copyright holders
  * README.debian removed, not needed
  * debian/compat added

  [ Gregor Herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza). Removed: XS-Vcs-Svn fields.


 -- Rene Mayorga <rmayorga@debian.org.sv>  Tue, 09 Oct 2007 11:20:44 -0600

libset-object-perl (1.21-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 28 Feb 2007 17:22:35 -0600

libset-object-perl (1.18-2) unstable; urgency=medium

  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix sudo issues.
    (Closes: #389870)
  * Urgency set to medium because of an RC bug fix.

 -- Niko Tyni <ntyni@iki.fi>  Thu, 28 Sep 2006 23:45:22 +0300

libset-object-perl (1.18-1) unstable; urgency=low

  * New upstream release

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Thu, 14 Sep 2006 14:45:47 +0200

libset-object-perl (1.17-1) unstable; urgency=low

  * New upstream release

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed,  2 Aug 2006 16:06:22 +0200

libset-object-perl (1.16-1) unstable; urgency=low

  * New upstream release.
  * Added tests to debian/rules.
  * Set debhelper compatibility level to 5 also in debian/rules.
  * Remove empty /usr/share/perl5 directory.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Fri, 21 Jul 2006 14:06:06 +0200

libset-object-perl (1.15-1) unstable; urgency=low

  * New upstream release
  * debian/comtrol:
   - Standards-Version: increased to 3.7.2.1 without any changes
   - Uploaders: added me
  * debian/watch - updated

 -- Krzysztof Krzyzaniak (eloy) <eloy@debian.org>  Wed, 28 Jun 2006 12:35:25 +0200

libset-object-perl (1.14-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 11 Nov 2005 16:40:54 -0600

libset-object-perl (1.12-2) unstable; urgency=low

  * Added build-dependency on perl-doc - Thanks, Andreas Jochens!
    (Closes: #327175)

 -- Gunnar Wolf <gwolf@debian.org>  Fri,  9 Sep 2005 12:57:03 -0500

libset-object-perl (1.12-1) unstable; urgency=low

  * New upstream release
  * Upstream now provides the changelog in POD - This forces us to work
    around it to get a sane standard text changelog and no stupid
    Set::Changes man page :-/

 -- Gunnar Wolf <gwolf@debian.org>  Tue,  6 Sep 2005 16:27:08 -0500

libset-object-perl (1.11-1) unstable; urgency=low

  * New upstream release
  * Updated standards-version to 3.6.2

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 12 Jul 2005 13:33:57 +0300

libset-object-perl (1.10-2) unstable; urgency=low

  * Fixed debian/watch

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 25 May 2005 11:09:50 -0500

libset-object-perl (1.10-1) unstable; urgency=low

  * New upstream release
  * Fixed wront debian/watch file

 -- Gunnar Wolf <gwolf@debian.org>  Tue,  5 Apr 2005 17:40:46 -0500

libset-object-perl (1.08-1) unstable; urgency=low

  * New upstream release
  * New maintainer - Debian Perl Group <pkg-perl-
    maintainers@lists.alioth.debian.org> via Gunnar Wolf
    <gwolf@debian.org> (Closes: #279801)

 -- Gunnar Wolf <gwolf@debian.org>  Sat,  4 Dec 2004 10:36:49 -0600

libset-object-perl (1.05-1) unstable; urgency=low

  * New upstream release
  * Set::object now correctly stores overloaded objects,
  Closes: #147286

 -- Stephen Zander <gibreel@debian.org>  Sat, 13 Mar 2004 21:53:39 -0800

libset-object-perl (1.02-6) unstable; urgency=low

  * Rationalised debian/copyright,
  Closes: #157649
  * Merged NMU changes into CVS repository,
  CLoses: #159034

 -- Stephen Zander <gibreel@debian.org>  Tue,  3 Sep 2002 08:31:23 -0700

libset-object-perl (1.02-5.1) unstable; urgency=low

  * Rebuilt for perl 5.8. No changes save build-dep on same.

 -- Joey Hess <joeyh@debian.org>  Fri, 30 Aug 2002 20:17:07 -0400

libset-object-perl (1.02-5) unstable; urgency=low

  * Fix segmentation fault when non-references are passed to new() or
    insert(),
  Closes: #89451

 -- Stephen Zander <gibreel@debian.org>  Wed, 20 Mar 2002 02:02:51 -0800

libset-object-perl (1.02-4) unstable; urgency=low

  * New maintainer, Closes: 74627
  * Updated for policy 3.5.1 and the new perl packaging policy, Closes: #80704

 -- Stephen Zander <gibreel@debian.org>  Thu,  1 Mar 2001 02:00:28 -0800

libset-object-perl (1.02-3) unstable; urgency=low

  * Updated perl depedancy, Closes: #80704

 -- Joey Hess <joeyh@debian.org>  Thu, 28 Dec 2000 19:30:05 -0800

libset-object-perl (1.02-2) unstable; urgency=low

  * Orphaned package (WNPP bug report #74627).

 -- Yann Dirson <dirson@debian.org>  Thu, 19 Oct 2000 22:15:25 +0200

libset-object-perl (1.02-1) unstable; urgency=low

  * Initial Release.

 -- Yann Dirson <dirson@debian.org>  Wed, 19 Jul 2000 21:55:03 +0200