File: changelog

package info (click to toggle)
libtest-simple-perl 1.302075-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,844 kB
  • ctags: 628
  • sloc: perl: 10,369; makefile: 2
file content (381 lines) | stat: -rw-r--r-- 12,949 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
379
380
381
libtest-simple-perl (1.302075-1) unstable; urgency=medium

  * Import upstream version 1.302075.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Fri, 13 Jan 2017 23:44:30 +0100

libtest-simple-perl (1.302073-1) unstable; urgency=medium

  * Import upstream version 1.302073.

 -- gregor herrmann <gregoa@debian.org>  Sun, 25 Dec 2016 20:50:15 +0100

libtest-simple-perl (1.302067-1) unstable; urgency=medium

  * Import upstream version 1.302067.
  * Add another Breaks in debian/control.

 -- gregor herrmann <gregoa@debian.org>  Wed, 30 Nov 2016 19:13:10 +0100

libtest-simple-perl (1.302062-1) unstable; urgency=medium

  * Import upstream version 1.302062.

 -- gregor herrmann <gregoa@debian.org>  Sat, 22 Oct 2016 22:58:06 +0200

libtest-simple-perl (1.302052-1) unstable; urgency=medium

  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Import upstream version 1.302052.
  * Drop build dependency on libtest-pod-coverage-perl.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Sep 2016 17:47:44 +0200

libtest-simple-perl (1.302049-1) unstable; urgency=medium

  * Upload to unstable.
  * Import upstream version 1.302049.

 -- gregor herrmann <gregoa@debian.org>  Sat, 30 Jul 2016 17:07:11 +0200

libtest-simple-perl (1.302047-1) experimental; urgency=medium

  * Import upstream version 1.302047.

 -- gregor herrmann <gregoa@debian.org>  Sat, 23 Jul 2016 20:23:32 +0200

libtest-simple-perl (1.302045-1) experimental; urgency=medium

  * Import upstream version 1.302045.

 -- gregor herrmann <gregoa@debian.org>  Thu, 21 Jul 2016 21:26:23 +0200

libtest-simple-perl (1.302037-1) experimental; urgency=medium

  * Import upstream version 1.302037.

 -- gregor herrmann <gregoa@debian.org>  Sat, 09 Jul 2016 16:48:23 +0200

libtest-simple-perl (1.302035-1) experimental; urgency=medium

  * Import upstream version 1.302035.
  * Update list of breaks in debian/control.

 -- gregor herrmann <gregoa@debian.org>  Thu, 30 Jun 2016 18:06:00 +0200

libtest-simple-perl (1.302022-1) experimental; urgency=medium

  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Import upstream version 1.302022.
  * Update debian/libtest-simple-perl.examples.
    All examples are in one directory now.
  * Drop patches, applied upstream.

 -- gregor herrmann <gregoa@debian.org>  Mon, 30 May 2016 18:38:16 +0200

libtest-simple-perl (1.302015-1) experimental; urgency=medium

  [ Jonas Smedegaard ]
  * Break older libtest-sharedfork-perl
    (see https://rt.cpan.org/Public/Bug/Display.html?id=101692).

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

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

  [ gregor herrmann ]
  * Import upstream version 1.302015.
    This releases merges in Test2, the successor of Test::Builder.
    Cf. the Test2::Transition documentation for details.
  * Upload to experimental for the time being.
  * Add Breaks/Replaces/Provides for libtest2-perl as Test2 is now part of
    Test-Simple.
  * Add a couple of packages to Breaks which don't work (yet) with the new
    Test-Simple/Test2.
  * Drop outdated list of included modules from debian/control.
  * Install new additional examples.
  * Update Contact in debian/upstream/metadata.
  * Add new upstream copyright holder.
  * Update years of packaging copyright.
  * Drop debian/libtest-simple-perl.docs. The TODO is gone.
  * Drop pod-encoding.patch, merged upstream.
  * Add patches to fix POD and spelling mistakes.
  * Add a lintian override for a false positive spelling warning.
  * autopkgtest: run all tests, also in subdirectories.
  * debian/control: set Homepage (back) to MetaCPAN.
  * debian/upstream/metadata: use HTTPS for URLs. Thanks to duck.
  * Bump debhelper compatibility level to 9.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <gregoa@debian.org>  Tue, 10 May 2016 19:45:00 +0200

libtest-simple-perl (1.001014-3) unstable; urgency=medium

  * Team upload.
  * Make the Replaces and Breaks entries for libtest-tester-perl
    and libtest-use-ok-perl versioned. (Closes: #790878)

 -- Niko Tyni <ntyni@debian.org>  Thu, 02 Jul 2015 18:59:14 +0300

libtest-simple-perl (1.001014-2) unstable; urgency=medium

  * Replace/Break/Provide libtest-tester-perl, libtest-use-ok-perl, now
  * Mention Test::Tester and Test::use::ok in long description

 -- Damyan Ivanov <dmn@debian.org>  Sat, 13 Jun 2015 19:41:16 +0000

libtest-simple-perl (1.001014-1) unstable; urgency=medium

  * Imported Upstream version 1.001014
    Closes: #788264 -- Uninstallable with perl 5.22
  * update debian/copyright
  * Patch POD encoding declaration of lib/ok.pm

 -- Damyan Ivanov <dmn@debian.org>  Sat, 13 Jun 2015 19:14:02 +0000

libtest-simple-perl (1.001008-1) unstable; urgency=medium

  * Import upstream version 1.001008
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <gregoa@debian.org>  Fri, 17 Oct 2014 22:17:08 +0200

libtest-simple-perl (1.001006-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Drop debian/tests/control, add Testsuite field to debian/control instead.

  [ Niko Tyni ]
  * autopkgtest: skip t/00compile.t, which needs too many source files

 -- Niko Tyni <ntyni@debian.org>  Fri, 19 Sep 2014 20:54:11 +0300

libtest-simple-perl (1.001006-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Imported upstream version 1.001006
  * Add autopkgtest control file.

 -- gregor herrmann <gregoa@debian.org>  Mon, 08 Sep 2014 20:24:17 +0200

libtest-simple-perl (1.001003-1) unstable; urgency=medium

  * New upstream release.
  * Strip trailing slash from metacpan URLs.
  * debian/copyright: update Upstream-Contact.
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Sun, 06 Apr 2014 18:28:07 +0200

libtest-simple-perl (1.001002-1) unstable; urgency=low

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

 -- gregor herrmann <gregoa@debian.org>  Sun, 24 Nov 2013 17:20:56 +0100

libtest-simple-perl (0.99-2) unstable; urgency=low

  * Update Homepage following upstream

 -- Damyan Ivanov <dmn@debian.org>  Fri, 18 Oct 2013 22:44:15 +0300

libtest-simple-perl (0.99-1) unstable; urgency=low

  * New upstream release
  * drop perl5.18.tests patch, no longer needed

 -- Damyan Ivanov <dmn@debian.org>  Fri, 18 Oct 2013 22:04:51 +0300

libtest-simple-perl (0.98-2) unstable; urgency=low

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

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

  [ gregor herrmann ]
  * Don't run author tests during package build.
  * Add patch to fix test failure with perl 5.18. Taken from perl git.
    (Closes: #711268)
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Update years of packaging copyright.
  * Bump debhelper compatibility level to 8.
  * Declare compliance with Debian Policy 3.9.4.

 -- gregor herrmann <gregoa@debian.org>  Mon, 12 Aug 2013 16:01:31 +0200

libtest-simple-perl (0.98-1) unstable; urgency=low

  * Team upload.
  * New upstream release.

 -- Ansgar Burchardt <ansgar@debian.org>  Fri, 25 Feb 2011 22:13:13 +0100

libtest-simple-perl (0.96-1) unstable; urgency=low

  [ Jonathan Yu ]
  * Note this package is in core in long description

  [ Ansgar Burchardt ]
  * New upstream release.
  * Use source format 3.0 (quilt).
  * debian/copyright: Formatting changes; refer to "Debian systems" instead of
    "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1.
  * Bump Standards-Version to 3.9.1.

  [ Salvatore Bonaccorso ]
  * Update my email address.

  [ gregor herrmann ]
  * Add a NEWS.Debian entry about feature changes.

 -- gregor herrmann <gregoa@debian.org>  Sun, 21 Nov 2010 16:00:35 +0100

libtest-simple-perl (0.94-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Make sure that subtest works with Test:: modules which call
      Test::Builder->new at the top of their code
  * Updated copyright with people from changelog
  * Small change to top line of description
  * Install the supplied examples

  [ Ryan Niebur ]
  * Update jawnsy's email address

 -- Jonathan Yu <jawnsy@cpan.org>  Thu, 03 Sep 2009 10:43:00 -0400

libtest-simple-perl (0.92-1) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * New upstream release (Closes: #542604)

  [ Damyan Ivanov ]
  * drop the version of the perl build-dependency (satisfied by oldstable)
  * Standards-Version: 3.8.3 (no changes needed)

 -- Damyan Ivanov <dmn@debian.org>  Thu, 20 Aug 2009 15:28:40 +0300

libtest-simple-perl (0.90-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + No longer need repacking/dfsg tag, upstream added copyright
      [Fixes bug test-more.googlecode.com issue #47]
    + Test changes
  * Added /me to Uploaders and Copyright
  * Updated Copyright dist years to 2001-2009 (from the Changes file)
  * Remove all the repacking stuff as it's no longer necessary

  [ gregor herrmann ]
  * debian/control: make short description a noun phrase.
  * debian/control: remove Provides/Conflicts/Replaces on
    libtest-builder-tester-perl, since this package was removed from the
    archive over 3 years and 2 releases ago and there are no reverse
    dependencies left.

 -- Jonathan Yu <frequency@cpan.org>  Fri, 03 Jul 2009 07:07:36 -0400

libtest-simple-perl (0.88+dfsg-1) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.
  
  [ Salvatore Bonaccorso ]
  * New upstream release
  * Remove Florian Ragwitz from Uploaders (Closes: #523233)
  * Add myself to Uploaders. 
  * Adjust copyright dates for debian/* packaging. 
  * debian/rules:
    - Minimize debian/rules and bump Build-Depends on needed debhelper 
      version (>= 7.0.50).
    - Add the get-orig-source target
  * Bump Standard-Versions to 3.8.2. 
  * debian/watch add repack.sh to remove Test::Builder::IO::Scalar which is
    a copy of IO::Scalar which ships with Test::Builder to support scalar 
    references as filehandles on Perl 5.6.
  * Add a README.source to explain why we have to repack the source tarball. 

 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Wed, 17 Jun 2009 22:16:59 +0200

libtest-simple-perl (0.86-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Damyan Ivanov ]
  * New upstream release
    + Closes: #506182 -- Doesn't comment out diag lines preceded by a blank
      line. Thanks to Matt Kraai for reporting.

 -- Damyan Ivanov <dmn@debian.org>  Wed, 19 Nov 2008 08:26:12 +0200

libtest-simple-perl (0.84-1) unstable; urgency=low

  * New upstream release.
  * Add /me to Uploaders.
  * debian/rules: use our "default" template instead of the extra-short
    version.
  * debian/rules: enable additional tests by setting AUTHOR_TESTING.
  * debian/copyright: switch to new format, separate copyright inforamtion for
    specific files.

 -- gregor herrmann <gregoa@debian.org>  Fri, 17 Oct 2008 23:53:50 +0200

libtest-simple-perl (0.80-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.
  * Add debian/watch.

  [ Damyan Ivanov ]
  * New upstream release
  * minimize debian/rules with debhelper 7; adjust dh compat level and
    build-dependency accordingly
  * add myself to Uploaders
  * Standards-Version 3.8.0 (no change needed)
  * add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I,
    enabling additional tests

 -- Damyan Ivanov <dmn@debian.org>  Mon, 23 Jun 2008 13:07:35 +0300

libtest-simple-perl (0.78-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream version, needed to fix several FTBFS bugs. (Closes: #457165)
  * debian/rules: Don't fail when ExtUtils::Install is smart enough to not
     create empty dirs in /usr. (Closes: #468012)
  * Minimal house-keeping in an old package:
    + Bump Standards-Version to 3.7.3 (no changes needed)
    + debian/copyright: Fix to reflect actual copyrights 

 -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 16 Mar 2008 12:20:56 +0100

libtest-simple-perl (0.62-1) unstable; urgency=low

  * Initial Release.

 -- Florian Ragwitz <rafl@debian.org>  Thu, 26 Jan 2006 21:36:03 +0100