File: changelog

package info (click to toggle)
libverilog-perl 3.482-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,728 kB
  • sloc: perl: 8,685; yacc: 3,387; cpp: 2,266; lex: 1,502; makefile: 8; fortran: 3
file content (540 lines) | stat: -rw-r--r-- 16,859 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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
libverilog-perl (3.482-2) unstable; urgency=medium

  * Build with --no-parallel.
    Hopefully fixes occasional build failures.
    (Closes: #1103006)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.7.2.

 -- gregor herrmann <gregoa@debian.org>  Sun, 20 Apr 2025 21:16:13 +0200

libverilog-perl (3.482-1) unstable; urgency=medium

  * Import upstream version 3.482.
  * Drop author-tests.patch, merged upstream.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <gregoa@debian.org>  Sat, 27 Jan 2024 02:43:03 +0100

libverilog-perl (3.480-2) unstable; urgency=medium

  * Add patch to change logic of t/03_spaces.t.
    Skip as author test before trying to read files.
    Thanks to Adrian Bunk for noticing the build failures.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Sep 2022 18:57:05 +0200

libverilog-perl (3.480-1) unstable; urgency=medium

  * Import upstream version 3.480.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Sep 2022 17:29:03 +0200

libverilog-perl (3.478-1) unstable; urgency=medium

  * Import upstream version 3.478.
  * Update copyright years
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <fsfs@debian.org>  Sun, 22 Aug 2021 18:30:58 +0800

libverilog-perl (3.474-1) unstable; urgency=medium

  * Import upstream version 3.474.

 -- gregor herrmann <gregoa@debian.org>  Sat, 31 Oct 2020 15:16:49 +0100

libverilog-perl (3.472-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 3.472.
  * Update years of packaging copyright.
  * Bump debhelper-compat to 13.
  * Update debian/upstream/metadata.
  * debian/control: untag bison and flex with <!nocheck>.

 -- gregor herrmann <gregoa@debian.org>  Mon, 19 Oct 2020 18:14:34 +0200

libverilog-perl (3.470-1) unstable; urgency=medium

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]

  * New upstream version 3.470
  * Update standards version to 4.4.1
  * Add Rules-Requires-Root=no

  [ gregor herrmann ]
  * Update years of upstream copyright.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Fri, 10 Jan 2020 03:40:21 +0100

libverilog-perl (3.468-2) unstable; urgency=medium

  * Upload to unstable

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Sat, 14 Sep 2019 03:24:17 +0200

libverilog-perl (3.468-1) experimental; urgency=medium

  * debian/*: replace ADTTMP with AUTOPKGTEST_TMP.
  * Import upstream version 3.468.
  * Drop patch whatis.diff, included in this release.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.0.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <gregoa@debian.org>  Fri, 13 Sep 2019 23:11:59 +0200

libverilog-perl (3.466-1) experimental; urgency=medium

  * Imported Upstream version 3.466
  * Bumped compat level to 12
  * Update copyright years
  * Mark package Multi-Arch: same
  * Add whatis.diff patch to add a missing whatis entry

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Sun, 12 May 2019 04:05:36 +0200

libverilog-perl (3.460-1) unstable; urgency=medium

  * Import upstream version 3.460.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <gregoa@debian.org>  Wed, 30 Jan 2019 17:22:36 +0100

libverilog-perl (3.456-1) unstable; urgency=medium

  * New upstream release.
  * Drop now unused lintian overrides.

 -- gregor herrmann <gregoa@debian.org>  Fri, 09 Nov 2018 20:47:40 +0100

libverilog-perl (3.454-1) unstable; urgency=medium

  * New upstream release.
  * Declare compliance with Debian Policy 4.2.1.
  * Use HTTPS from some URLs in debian/. Thanks to duck.

 -- gregor herrmann <gregoa@debian.org>  Wed, 17 Oct 2018 18:21:41 +0200

libverilog-perl (3.452-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * New upstream release.
  * Declare compliance with Debian Policy 4.1.4.

 -- gregor herrmann <gregoa@debian.org>  Sat, 21 Apr 2018 21:08:57 +0200

libverilog-perl (3.448-1) unstable; urgency=medium

  * New upstream release.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.1.3.

 -- gregor herrmann <gregoa@debian.org>  Sun, 07 Jan 2018 00:51:40 +0100

libverilog-perl (3.446-1) unstable; urgency=medium

  * New upstream release.
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Sat, 11 Nov 2017 22:08:48 +0100

libverilog-perl (3.444-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright years
  * Update standards version to 4.1.1

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Sun, 15 Oct 2017 18:59:10 +0200

libverilog-perl (3.430-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.430
  * Remove unused lintian override related to spelling error in binary

 -- Lucas Kanashiro <kanashiro@debian.org>  Sun, 30 Jul 2017 01:33:50 -0300

libverilog-perl (3.426-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 3.426
  * Refresh autopkgtest.patch
  * Update years of upstream copyright
  * Update Debian packaging copyright
  * Bump debhelper compatibility level to 10
  * Declare compliance with Debian Policy 4.0.0
  * Lintian overrides 'iff' spelling error

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 23 Jun 2017 19:02:00 -0300

libverilog-perl (3.422-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Nathan Handler from Uploaders. Thanks for your work!

  [ Lucas Kanashiro ]
  * Import upstream version 3.422

 -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 28 Nov 2016 16:31:29 -0200

libverilog-perl (3.420-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Lucas Kanashiro ]
  * Import upstream version 3.420
  * Declare compliance with Debian policy 3.9.8
  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

 -- Lucas Kanashiro <kanashiro@debian.org>  Sun, 31 Jul 2016 13:10:30 -0300

libverilog-perl (3.418-1) unstable; urgency=medium

  [ 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 ]
  * New upstream release.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 3.9.7.
  * Add lintian override for a false positive spelling-error-in-manpage
    tag.

 -- gregor herrmann <gregoa@debian.org>  Sun, 07 Feb 2016 16:49:29 +0100

libverilog-perl (3.416-1) unstable; urgency=medium

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright.

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 3.416
  * Bump years of packaging copyright

 -- Florian Schlichting <fsfs@debian.org>  Wed, 21 Oct 2015 20:58:02 +0200

libverilog-perl (3.412-1) unstable; urgency=medium

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * New upstream release.
  * Update copyright years.
  * Update my email address.

  [ gregor herrmann ]
  * Mark package as autopkgtest-able.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Wed, 29 Apr 2015 13:41:26 +0200

libverilog-perl (3.406-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * New upstream release.
  * Drop hardening.patch, applied upstream.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <gregoa@debian.org>  Fri, 10 Oct 2014 15:20:58 +0200

libverilog-perl (3.404-1) unstable; urgency=medium

  * Import Upstream version 3.404

 -- Florian Schlichting <fsfs@debian.org>  Thu, 12 Jun 2014 10:19:15 +0200

libverilog-perl (3.403-1) unstable; urgency=medium

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

  [ Florian Schlichting ]
  * Import Upstream version 3.403
  * Email change: Florian Schlichting -> fsfs@debian.org
  * Bump copyright years
  * Declare compliance with Debian Policy 3.9.5

 -- Florian Schlichting <fsfs@debian.org>  Sat, 15 Mar 2014 21:57:49 +0100

libverilog-perl (3.402-1) unstable; urgency=low

  * New upstream release.

 -- gregor herrmann <gregoa@debian.org>  Wed, 23 Oct 2013 20:28:30 +0200

libverilog-perl (3.401-1) unstable; urgency=low

  * New upstream release.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Tue, 28 May 2013 10:58:55 +0200

libverilog-perl (3.400-1) unstable; urgency=low

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

  [ gregor herrmann ]
  * New upstream release.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Sat, 02 Mar 2013 19:41:01 +0100

libverilog-perl (3.318-1) unstable; urgency=low

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * New upstream release.
  * debian/control:
    + Bumped Standards-Version to 3.9.4
    + Use canonical URIs in VCS-* fields

  [ gregor herrmann ]
  * hardening.patch: add CFLAGS and CPPFLAGS to OPTIMIZE in Makefile.PL.
  * Update years of packaging copyright.

  [ Nathan Handler ]
  * Email change: Nathan Handler -> nhandler@debian.org

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Thu, 03 Jan 2013 15:27:09 +0200

libverilog-perl (3.316-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: add info about third-party files.

 -- gregor herrmann <gregoa@debian.org>  Sat, 25 Aug 2012 21:34:04 +0200

libverilog-perl (3.315-1) unstable; urgency=low

  * Imported Upstream version 3.315.
  * Depend on debhelper >= 9.20120312 for full hardening support.

 -- Florian Schlichting <fschlich@zedat.fu-berlin.de>  Sat, 05 May 2012 23:53:05 +0200

libverilog-perl (3.314-1) unstable; urgency=low

  * Imported Upstream version 3.314.
  * Bumped year of upstream copyright.
  * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
  * Bumped debhelper compatibility to level 9 to pass CFLAGS to
    Makefile.PL/Build.PL.
  * Added myself to uploaders and copyright.

 -- Florian Schlichting <fschlich@zedat.fu-berlin.de>  Sun, 04 Mar 2012 22:14:07 +0100

libverilog-perl (3.313-1) unstable; urgency=low

  * New upstream release.

 -- gregor herrmann <gregoa@debian.org>  Wed, 14 Dec 2011 18:10:58 +0100

libverilog-perl (3.312-1) unstable; urgency=low

  * New upstream release.

 -- gregor herrmann <gregoa@debian.org>  Sat, 22 Oct 2011 18:05:09 +0200

libverilog-perl (3.311-1) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * New upstream release.
  * debian/copyright: Updated copyright format.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Wed, 19 Oct 2011 08:37:33 +0200

libverilog-perl (3.310-1) unstable; urgency=low

  * New upstream release.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 31 Jul 2011 07:25:16 +0200

libverilog-perl (3.307-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Moved packaging to Git
    + Bumped Standards-Version to 3.9.2, no changes needed

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sat, 25 Jun 2011 07:36:33 +0200

libverilog-perl (3.306-1) unstable; urgency=low

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * New upstream release

  [ gregor herrmann ]
  * debian/copyright: update years of copyright, and mention "Debian systems"
    in general.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 13 Mar 2011 10:49:05 +0200

libverilog-perl (3.305-1) unstable; urgency=low

  * New upstream release

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Thu, 09 Dec 2010 18:11:43 +0200

libverilog-perl (3.304-1) unstable; urgency=low

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * New upstream release
  * Bumped compat level to 8

 -- gregor herrmann <gregoa@debian.org>  Mon, 08 Nov 2010 19:37:14 +0100

libverilog-perl (3.303-1) unstable; urgency=low

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * New upstream release

 -- gregor herrmann <gregoa@debian.org>  Sat, 02 Oct 2010 17:53:50 +0200

libverilog-perl (3.302-1) unstable; urgency=low

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * New upstream release
  * Dropped digest-sha.diff patch, as it is applied upstream.

  [ gregor herrmann ]
  * Remove explicit (build) dependency on perl 5.10, included in stable, and
    oldstable is archived.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Thu, 26 Aug 2010 14:18:50 +0200

libverilog-perl (3.301-1) unstable; urgency=low

  * New upstream release.
  * debian/control: Bumped Standards-Version to 3.9.1 (no changes needed)
  * Added digest-sha.diff patch to use Digest::SHA instead of Digest::SHA1

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Thu, 05 Aug 2010 17:57:59 +0300

libverilog-perl (3.251-1) unstable; urgency=low

  * New upstream release.
  * Set Standards-Version to 3.9.0 (no changes).

 -- gregor herrmann <gregoa@debian.org>  Mon, 05 Jul 2010 20:05:54 +0200

libverilog-perl (3.250-1) unstable; urgency=low

  * New upstream release.

 -- gregor herrmann <gregoa@debian.org>  Wed, 23 Jun 2010 18:08:31 +0200

libverilog-perl (3.241-1) unstable; urgency=low

  * New upstream release

 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 01 May 2010 23:43:22 -0400

libverilog-perl (3.240-1) unstable; urgency=low

  * New upstream release.
  * Require perl 5.10 to get Pod::Usage 1.34.
  * Add /me to Uploaders.
  * Convert to source format 3.0 (quilt).

 -- gregor herrmann <gregoa@debian.org>  Tue, 30 Mar 2010 22:26:21 +0200

libverilog-perl (3.231-1) unstable; urgency=low

  * New upstream release
  * debian/control: Bump Standards-Version to 3.8.4, no changes needed.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Thu, 25 Feb 2010 11:54:13 +0200

libverilog-perl (3.230-1) unstable; urgency=low

  * New upstream release
  * Update copyright information to new DEP5 format
  * Rewrite control description
  * Update years of copyright

 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 23 Jan 2010 23:39:31 -0500

libverilog-perl (3.223-1) unstable; urgency=low

  * New upstream release

 -- Jonathan Yu <jawnsy@cpan.org>  Mon, 21 Dec 2009 10:50:04 -0500

libverilog-perl (3.222-1) unstable; urgency=low

  * New upstream release

 -- Jonathan Yu <jawnsy@cpan.org>  Wed, 25 Nov 2009 19:29:14 -0500

libverilog-perl (3.221-1) unstable; urgency=low

  * New upstream release

 -- Jonathan Yu <jawnsy@cpan.org>  Thu, 05 Nov 2009 06:06:14 -0500

libverilog-perl (3.220-1) unstable; urgency=low

  * New upstream release
  * Add myself to Uploaders and Copyright
  * Remove License-Alias: Perl, as the terms aren't
  * Use the $(TMP) variable in rules for easier maintenance

 -- Jonathan Yu <jawnsy@cpan.org>  Thu, 01 Oct 2009 14:41:35 -0400

libverilog-perl (3.213-1) unstable; urgency=low

  [ 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).

  [ Nathan Handler ]
  * New upstream release
  * debian/control:
    - Add myself to list of Uploaders
    - Bump Standards-Version to 3.8.3
  * debian/watch:
    - Remove comments

 -- Nathan Handler <nhandler@ubuntu.com>  Sat, 12 Sep 2009 01:34:31 +0000

libverilog-perl (3.212-1) unstable; urgency=low

  * Initial Release. (Closes: #537268)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Mon, 20 Jul 2009 17:47:47 +0300