File: changelog

package info (click to toggle)
libsql-abstract-perl 1.87-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 584 kB
  • sloc: perl: 2,110; makefile: 8
file content (419 lines) | stat: -rw-r--r-- 13,399 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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
libsql-abstract-perl (1.87-1) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> yadd@debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

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

  [ gregor herrmann ]
  * Import upstream version 1.87.
  * Update Build-Depends-Indep and Recommends.
    Add libtest-deep-perl and libest-simple-perl, as SQL::Abstract::Test needs
    Test::Builder::Module and Test::Deep.
  * Update years of upstream and packaging copyright.
  * debian/watch: use our default scheme.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <gregoa@debian.org>  Wed, 03 Jun 2020 18:06:23 +0200

libsql-abstract-perl (1.86-1) unstable; urgency=medium

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

  [ Xavier Guimard ]
  * Import upstream version 1.86
  * Declare compliance with policy 4.1.5

 -- Xavier Guimard <x.guimard@free.fr>  Fri, 13 Jul 2018 06:39:49 +0200

libsql-abstract-perl (1.85-1) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Xavier Guimard ]
  * New upstream release
  * Remove spelling errors patch now included in upstream

  [ gregor herrmann ]
  * Bump debhelper compatibility level to 10.

 -- Xavier Guimard <x.guimard@free.fr>  Mon, 12 Feb 2018 12:10:14 +0100

libsql-abstract-perl (1.84-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: change GitHub/CPAN URL(s) to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

  [ Xavier Guimard ]
  * New upstream version
  * Add libsub-quote-perl in dependencies
  * Declare compliance with Debian Policy 4.1.1
  * Remove minimal version for libtest-exception-perl
  * Update debhelper version in dependencies
  * Remove Module::Install entry in debian/copyright
  * Add spelling errors patch (reported)
  * Bump debian/compat to 9
  * Update debian/copyright years

  [ gregor herrmann ]
  * Update debian/upstream/metadata.
  * debian/rules: drop unneeded override_dh_auto_test.

 -- Xavier Guimard <x.guimard@free.fr>  Wed, 25 Oct 2017 22:42:39 +0200

libsql-abstract-perl (1.81-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Import upstream version 1.81-1.
  * Update {Upstream-,}Contact in debian/{copyright,upstream/metadata}.
  * Add section for examples/sqla-format in debian/copyright.
  * Drop libmro-compat-perl from Depends and Build-Depends-Indep.
    Module is never loaded if perl > 5.10.
    Thanks, Peter Rabbitson.

 -- gregor herrmann <gregoa@debian.org>  Sat, 25 Oct 2014 18:31:52 +0200

libsql-abstract-perl (1.80-1) unstable; urgency=medium

  * Imported upstream version 1.80
  * Drop spelling.patch, merged upstream.

 -- gregor herrmann <gregoa@debian.org>  Mon, 06 Oct 2014 17:41:02 +0200

libsql-abstract-perl (1.79-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Imported upstream version 1.79
  * Add (build) dependency on libmro-compat-perl.
  * Add a patch to fix a spelling mistake.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <gregoa@debian.org>  Fri, 26 Sep 2014 00:40:09 +0200

libsql-abstract-perl (1.78-1) unstable; urgency=medium

  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Strip trailing slash from metacpan URLs.

  * New upstream release.
  * script/format-sql is gone. Drop our manpage and the d/rules fragments.
  * debian/rules: fix more hashbangs in example scripts.
  * Update (build) dependencies.

 -- gregor herrmann <gregoa@debian.org>  Sat, 07 Jun 2014 14:48:02 +0200

libsql-abstract-perl (1.77-1) unstable; urgency=medium

  * New upstream release.

 -- gregor herrmann <gregoa@debian.org>  Fri, 17 Jan 2014 13:24:52 +0100

libsql-abstract-perl (1.75-1) unstable; urgency=medium

  * New upstream release.
  * Drop dependencies and environment variable for removed POD tests.
  * Update years of packaging copyright.
  * Drop Breaks on libdbix-class-perl, even oldstable has a newer version.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <gregoa@debian.org>  Fri, 10 Jan 2014 22:47:05 +0100

libsql-abstract-perl (1.74-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

  [ Xavier Guimard ]
  * Imported Upstream version 1.74
  * Add libtest-deep-perl in build dependencies
  * Bump Standards-Version to 3.9.4
  * Change upstream contact to Peter Rabbitson

 -- Xavier Guimard <x.guimard@free.fr>  Sat, 15 Jun 2013 09:30:58 +0200

libsql-abstract-perl (1.73-1) unstable; urgency=low

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

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

  [ Xavier Guimard ]
  * New upstream release
  * Add myself to uploaders and copyright
  * Bump Standards-Version to 3.9.3
  * Update copyright (format 1.0 and years)
  * Remove unused build-dependency libtest-deep-perl
  * Update dependencies versions

 -- Xavier Guimard <x.guimard@free.fr>  Sun, 22 Jul 2012 19:30:57 +0200

libsql-abstract-perl (1.72-1) unstable; urgency=low

  [ Nicholas Bamber ]
  * Added myself to Uploaders
  * New upstream release
  * Upped standards version to 3.9.1
  * Added missing dependencies
  * Simplified short description
  * Refreshed copyright
  * Added pod file for format-sql and rules to manify and install it
  * Corrected spelling mistake in long description

  [ Ansgar Burchardt ]
  * Update my email address.

  [ Antony Gelberg ]
  * New upstream release

  [ gregor herrmann ]
  * Install example scripts.
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Thu, 10 Feb 2011 23:33:44 +0100

libsql-abstract-perl (1.67-2) unstable; urgency=low

  * Breaks: libdbix-class-perl (<< 0.08122). See #584391.

 -- Ansgar Burchardt <ansgar@43-1.org>  Wed, 09 Jun 2010 01:58:28 +0900

libsql-abstract-perl (1.67-1) unstable; urgency=low

  * New upstream release.

 -- Ansgar Burchardt <ansgar@43-1.org>  Tue, 01 Jun 2010 21:32:02 +0900

libsql-abstract-perl (1.66-1) unstable; urgency=low

  * New upstream release.

 -- Ansgar Burchardt <ansgar@43-1.org>  Wed, 28 Apr 2010 08:58:07 +0900

libsql-abstract-perl (1.65-1) unstable; urgency=low

  * New upstream release

 -- Jonathan Yu <jawnsy@cpan.org>  Sun, 11 Apr 2010 17:09:31 -0400

libsql-abstract-perl (1.63-1) unstable; urgency=low

  * New upstream release.
  * Use source format 3.0 (quilt).

 -- Ansgar Burchardt <ansgar@43-1.org>  Thu, 25 Mar 2010 17:00:39 +0900

libsql-abstract-perl (1.62-1) unstable; urgency=low

  * New upstream release
  * Update build dependencies per upstream

 -- Jonathan Yu <jawnsy@cpan.org>  Wed, 17 Mar 2010 14:26:12 -0400

libsql-abstract-perl (1.61-1) unstable; urgency=low

  * New upstream release
  * Standards-Version 3.8.4 (no changes)
  * Update to DEP5 copyright format
  * Update copyright years

 -- Jonathan Yu <jawnsy@cpan.org>  Sun, 07 Feb 2010 17:17:42 -0500

libsql-abstract-perl (1.60-1) unstable; urgency=low

  * New upstream release
    + Fix an error in the SQL-Test tokenizer
    + Allow -in/-between to accept literal SQL

 -- Jonathan Yu <jawnsy@cpan.org>  Tue, 22 Sep 2009 07:53:39 -0400

libsql-abstract-perl (1.58-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Adds -bool and -not_bool operators
  * Standards-Version 3.8.3 (no changes)
  * Update copyright information including M::I clause
  * Rewrite control description
  * Add myself to Uploaders and Copyright
  * Bump dependency back down to 7.0.50; the package does use M::I
    but does not use AutoInstall, so doesn't need those changes
  * Add Test-Pod(-Coverage) to B-D-I

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

 -- Jonathan Yu <jawnsy@cpan.org>  Fri, 04 Sep 2009 08:21:09 -0400

libsql-abstract-perl (1.56-1) unstable; urgency=low

  * New upstream release.
  * Bump debhelper build-dep to 7.2.13 since this package uses
    Module::Install.
  * Use tiny debian/rules.

 -- Ansgar Burchardt <ansgar@43-1.org>  Sun, 31 May 2009 12:24:08 +0200

libsql-abstract-perl (1.55-1) unstable; urgency=low

  * New upstream release.
  * Build-depend on libclone-perl (>= 0.31).
  * Add myself to Uploaders.

 -- Ansgar Burchardt <ansgar@43-1.org>  Sun, 17 May 2009 12:06:01 +0200

libsql-abstract-perl (1.54-1) unstable; urgency=low

  [ Krzysztof Krzyżaniak (eloy) ]
  * New upstream release

  [ gregor herrmann ]
  * debian/control: remove Bart Martens from Uploaders on his request
    (closes: #526555).

 -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org>  Fri, 08 May 2009 11:05:59 +0200

libsql-abstract-perl (1.53-1) unstable; urgency=low

  * New upstream release

 -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org>  Fri, 01 May 2009 20:53:54 +0200

libsql-abstract-perl (1.52-1) unstable; urgency=low

  * New upstream release

 -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org>  Thu, 30 Apr 2009 11:42:51 +0200

libsql-abstract-perl (1.51-2) unstable; urgency=low

  * Add missing build dependencies on libtest-deep-perl,
    libtest-exception-perl, libtest-warn-perl; thanks to Daniel Schepler for
    the bug report (closes: #525487).
  * debian/watch: use dist-based URL.
  * Add /me to Uploaders.
  * debian/copyright: update formatting, add additional copyright holder.
  * debian/control: slightly improve short and long description.

 -- gregor herrmann <gregoa@debian.org>  Sat, 25 Apr 2009 00:05:46 +0200

libsql-abstract-perl (1.51-1) unstable; urgency=low

  * New upstream release (closes: #522945)
  * Move to Debian Perl repository with permission from Bart Martens, change
    headers in debian/control
  * Convert to debhelper7
  * debian/control: Standards-Version updated to 3.8.1 (no changes)
  * debian/copyright: converted to new format
  * drop patches/01_label_undef.diff -- fixed in upstream
  * debian/rules: use example from debhelper7
  * drop cdbs from dependencies, it's not needed now

 -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org>  Tue, 14 Apr 2009 12:56:40 +0200

libsql-abstract-perl (1.24-1) unstable; urgency=low

  * New upstream release.  Closes: #490625.
  * debian/watch: Updated to search via www.cpan.org/modules/by-module.
  * debian/patches/01_label_undef.diff: Edited to fit new upstream release.

 -- Bart Martens <bartm@debian.org>  Sat, 19 Jul 2008 10:58:34 +0200

libsql-abstract-perl (1.23-1) unstable; urgency=low

  * New upstream release.
  * debian/control: Standards-Version, Homepage.
  * debian/copyright: Updated the years in the copyright notice.
  * debian/patches/01_label_undef.diff: Edited to fit new upstream release.
  * debian/watch: Updated to also find find .tgz files.

 -- Bart Martens <bartm@debian.org>  Tue, 08 Jul 2008 08:00:44 +0200

libsql-abstract-perl (1.21-3) unstable; urgency=low

  * debian/patches/01_label_undef.diff: Added.  Closes: #399313.

 -- Bart Martens <bartm@knars.be>  Tue, 24 Apr 2007 19:55:31 +0200

libsql-abstract-perl (1.21-2) unstable; urgency=low

  * New maintainer, as agreed with Stephen.
  * debian/*: Use cdbs.
  * debian/watch: Updated to version 3.

 -- Bart Martens <bartm@knars.be>  Sat, 18 Nov 2006 14:29:10 +0100

libsql-abstract-perl (1.21-1) unstable; urgency=low

  * New upstream release

 -- Stephen Quinney <sjq@debian.org>  Sun, 16 Apr 2006 17:48:28 +0100

libsql-abstract-perl (1.20-1) unstable; urgency=low

  * New upstream release

 -- Stephen Quinney <sjq@debian.org>  Sat,  3 Sep 2005 08:19:18 +0100

libsql-abstract-perl (1.19-1) unstable; urgency=low

  * New upstream release

 -- Stephen Quinney <sjq@debian.org>  Sat, 11 Jun 2005 11:41:12 +0100

libsql-abstract-perl (1.18-1) unstable; urgency=low

  * New upstream release - various new features.

 -- Stephen Quinney <sjq@debian.org>  Sat, 12 Mar 2005 10:25:56 +0000

libsql-abstract-perl (1.17-1) unstable; urgency=low

  * New upstream release - some changes to make it work better with
    databases such as Oracle.
  * Updated to policy version 3.6.1.1
  * Tidied and updated debian/rules

 -- Stephen Quinney <sjq@debian.org>  Thu, 26 Aug 2004 08:53:44 +0100

libsql-abstract-perl (1.15-1) unstable; urgency=low

  * New upstream release

 -- Stephen Quinney <sjq@debian.org>  Tue, 16 Dec 2003 11:05:52 +0000

libsql-abstract-perl (1.13-1) unstable; urgency=low

  * Initial Release, closes: #202702.

 -- Stephen Quinney <sjq@debian.org>  Fri, 25 Jul 2003 10:24:37 +0100