File: changelog

package info (click to toggle)
libsys-virt-perl 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 932 kB
  • sloc: perl: 2,035; sh: 12; makefile: 3
file content (629 lines) | stat: -rw-r--r-- 22,525 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
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
libsys-virt-perl (5.0.0-1) unstable; urgency=medium

  * Import upstream version 5.0.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 5.0.0~)
  * Bump Debhelper compat level to 11
  * Declare compliance with Debian policy 4.3.0
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 22 Jan 2019 16:50:01 +0100

libsys-virt-perl (4.10.0-1) unstable; urgency=medium

  * Import upstream version 4.8.0 and 4.10.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 4.10.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 14 Dec 2018 21:09:45 +0100

libsys-virt-perl (4.7.0-1) unstable; urgency=medium

  * Import upstream version 4.7.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 4.7.0~)
  * Drop fix-more-spelling-error-in-manpage.patch
  * Declare compliance with Debian policy 4.2.1
  * Don't disable parallel building anymore

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 10 Sep 2018 21:03:07 +0200

libsys-virt-perl (4.6.0-1) unstable; urgency=medium

  * Import upstream version 4.6.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 4.6.0~)
  * Add new copyright stanza for lib/Sys/Virt/NWFilterBinding.pm
  * Declare compliance with Debian policy 4.2.0
  * debian/copyright: Correct file location for Virt.xs
  * Refresh fix-more-spelling-error-in-manpage.patch patch.
    Add one more spelling fix.

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 07 Aug 2018 16:03:19 +0200

libsys-virt-perl (4.5.0-1) unstable; urgency=medium

  * Import upstream version 4.4.0 and 4.5.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 4.5.0~)
  * Add Build-Depends on libmodule-build-perl
  * Declare compliance with Debian policy 4.1.5
  * Refresh fix-more-spelling-error-in-manpage.patch patch

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 18 Jul 2018 21:01:55 +0200

libsys-virt-perl (4.2.0-1) unstable; urgency=medium

  * Import upstream version 4.2.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 4.2.0~)
  * Declare compliance with Debian policy 4.1.4

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 07 Apr 2018 08:44:44 +0200

libsys-virt-perl (4.1.0-1) unstable; urgency=medium

  * Update Vcs-* headers for switch to salsa.debian.org
  * Import upstream version 4.1.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 4.1.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 15 Mar 2018 16:02:14 +0100

libsys-virt-perl (4.0.0-1) unstable; urgency=medium

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

  [ Salvatore Bonaccorso ]
  * Import upstream version 4.0.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 4.0.0~)
  * Refresh fix-more-spelling-error-in-manpage.patch patch
  * Bump Debhelper compat level to 10
  * Update copyright years for debian/* packaging files
  * Disable parallel building (cf. #888281)

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 24 Jan 2018 16:33:20 +0100

libsys-virt-perl (3.9.1-1) unstable; urgency=medium

  * Import upstream version 3.9.1
  * Set Rules-Requires-Root to no

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 05 Dec 2017 14:30:13 +0100

libsys-virt-perl (3.9.0-1) unstable; urgency=medium

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

  [ Salvatore Bonaccorso ]
  * New upstream version 3.9.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 3.9.0~)
  * Refresh fix-more-spelling-error-in-manpage.patch patch (offsets)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 04 Dec 2017 07:06:43 +0100

libsys-virt-perl (3.8.0-1) unstable; urgency=medium

  * Import upstream version 3.8.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 3.8.0~)
  * Declare compliance with Debian policy 4.1.1

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 12 Oct 2017 21:32:41 +0200

libsys-virt-perl (3.7.0-1) unstable; urgency=medium

  * Import upstream version 3.7.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 3.7.0~)
  * Declare compliance with Debian policy 4.1.0

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 14 Sep 2017 21:17:43 +0200

libsys-virt-perl (3.5.0-1) unstable; urgency=medium

  * Import upstream version 3.5.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 3.5.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 07 Jul 2017 20:26:54 +0200

libsys-virt-perl (3.4.0-1) unstable; urgency=medium

  * Import upstream version 3.1.0, 3.2.0 and 3.4.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 3.4.0~)
  * Declare compliance with Debian policy 4.0.0
  * Refresh fix-more-spelling-error-in-manpage.patch patch

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 06 Jul 2017 19:29:09 +0200

libsys-virt-perl (3.0.0-1) unstable; urgency=medium

  * Import upstream version 3.0.0
  * Update copyright years for upstream ./Virt.xs file
  * Update copyright years for debian/* packaging files
  * Bump versioned Build-Depends on libvirt-dev to (>= 3.0.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 25 Jan 2017 13:45:44 +0100

libsys-virt-perl (2.5.0-1) unstable; urgency=medium

  * Import upstream version 2.5.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 2.5.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 23 Dec 2016 10:43:56 +0100

libsys-virt-perl (2.4.0-1) unstable; urgency=medium

  * Import upstream version 2.4.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 2.4.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 03 Nov 2016 17:29:22 +0100

libsys-virt-perl (2.3.0-1) unstable; urgency=medium

  * Import upstream version 2.3.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 2.3.0~)
  * Refresh fix-more-spelling-error-in-manpage.patch patch.
    Add more spelling fixes as reported by lintian.

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 08 Oct 2016 19:08:39 +0200

libsys-virt-perl (2.2.0-1) unstable; urgency=medium

  * Import upstream version 2.2.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 2.2.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 10 Sep 2016 08:13:34 +0200

libsys-virt-perl (2.1.0-1) unstable; urgency=medium

  * Import upstream version 2.1.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 2.1.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 08 Aug 2016 06:34:55 +0200

libsys-virt-perl (2.0.0-1) unstable; urgency=medium

  * Import upstream version 2.0.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 2.0.0~)
  * Drop one spelling error in manpage fixing patch (applied upstream)
  * Refresh fix-more-spelling-error-in-manpage.patch patch
  * Enable all hardening build flags

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 02 Jul 2016 07:24:50 +0200

libsys-virt-perl (1.3.5-1) unstable; urgency=medium

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

  [ Salvatore Bonaccorso ]
  * Import upstream version 1.3.5

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 06 Jun 2016 16:34:02 +0200

libsys-virt-perl (1.3.4-1) unstable; urgency=medium

  * Import upstream version 1.3.4
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.3.4~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 04 May 2016 12:51:14 +0200

libsys-virt-perl (1.3.3-1) unstable; urgency=medium

  * debian/control: Use HTTPS transport protocol for Vcs-Git URI
  * Import upstream version 1.3.2 and 1.3.3
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.3.3~)
  * Declare compliance with Debian policy 3.9.8
  * Fix spelling errors in various manpages

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 18 Apr 2016 17:55:41 +0200

libsys-virt-perl (1.3.1-1) unstable; urgency=low

  * Import upstream version 1.3.1
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.3.1~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 22 Jan 2016 19:47:51 +0100

libsys-virt-perl (1.3.0-2) unstable; urgency=low

  * Upload to unstable
  * Add fix-spelling-error-in-manpage.patch patch.
    Fix spelling errors in manpage found by lintian.
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 02 Jan 2016 13:16:47 +0100

libsys-virt-perl (1.3.0-1) experimental; urgency=low

  * Import upstream version 1.3.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.3.0~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 19 Dec 2015 19:03:34 +0100

libsys-virt-perl (1.2.21-1) unstable; urgency=low

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

  [ Salvatore Bonaccorso ]
  * Import upstream version 1.2.21
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.21~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 12 Nov 2015 06:29:12 +0100

libsys-virt-perl (1.2.19-1) unstable; urgency=low

  * Import upstream version 1.2.19
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.19~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 13 Sep 2015 19:31:37 +0200

libsys-virt-perl (1.2.18-1) unstable; urgency=low

  * Import upstream version 1.2.17 and 1.2.18
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.18~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 24 Aug 2015 07:22:23 +0200

libsys-virt-perl (1.2.16-1) unstable; urgency=low

  * Import upstream version 1.2.16
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.16~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 03 Jun 2015 17:43:31 +0200

libsys-virt-perl (1.2.15-1) unstable; urgency=low

  * Import upstream version 1.2.15
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.15~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 09 May 2015 06:55:26 +0200

libsys-virt-perl (1.2.14-1) unstable; urgency=low

  * Imported upstream version 1.2.12, 1.2.13 and 1.2.14
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.14~)
  * Update copyright for debian/* packaging files

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 27 Apr 2015 18:53:02 +0200

libsys-virt-perl (1.2.9-2) unstable; urgency=medium

  * Change Build-Depends from libvirt-bin to libvirt-daemon
    libvirt-bin is now a transitional package and only libvirt-daemon is
    used during build.
  * Drop Depends on libvirt-bin.
    The runtime dependency to neither libvirt-daemon-system or
    libvirt-clients is required to have the Perl module working. It only
    requires the dependency on the library, since libvirt supports also
    accessing remote daemons via the network.
    Thanks to Daniel Gröber <dxld@darkboxed.org> (Closes: #774185)

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 30 Dec 2014 08:11:19 +0100

libsys-virt-perl (1.2.9-1) unstable; urgency=medium

  * Imported upstream version 1.2.9
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.9~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 17 Oct 2014 07:06:32 +0200

libsys-virt-perl (1.2.8-1) unstable; urgency=medium

  * Update Vcs-Browser URL to cgit web frontend
  * Add debian/upstream/metadata file
  * Imported upstream version 1.2.8
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.8~)
  * Update copyright years for debian/* packaging
  * Declare compliance with Debian Policy 3.9.6
  * Add Testsuite: autopkgtest-pkg-perl field in debian/control
  * Add debian/tests/pkg-perl/test-files copying additionally Changes file

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 23 Sep 2014 20:10:49 +0200

libsys-virt-perl (1.2.6-1) unstable; urgency=medium

  * Imported Upstream version 1.2.5 and 1.2.6
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.6~)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 08 Aug 2014 07:16:32 +0200

libsys-virt-perl (1.2.4-1) unstable; urgency=medium

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

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 1.2.2, 1.2.3 and 1.2.4
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.4)

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 06 May 2014 21:51:26 +0200

libsys-virt-perl (1.2.1-1) unstable; urgency=medium

  * Imported Upstream version 1.2.1
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.1)
  * Update copyright years information for upstream files

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 21 Jan 2014 16:50:51 +0100

libsys-virt-perl (1.2.0-1) unstable; urgency=low

  * Imported Upstream version 1.2.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.2.0)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 20 Dec 2013 20:13:07 +0100

libsys-virt-perl (1.1.4-1) unstable; urgency=low

  * Imported Upstream version 1.1.3 and 1.1.4
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.1.4)
  * Bump Standards-Version to 3.9.5
  * Add Build-Depends on libvirt-bin
  * Add Depends on libvirt-bin.
    Add Depends on libvirt-bin as /usr/share/libvirt/cpu_map.xml is used.
  * Bump versioned Build-Depends on debhelper to (>= 9.20120312~)
    At least this version of debehlper is needed to get all hardening flags.
  * Wrap and sort fields in debian/control file

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 06 Nov 2013 17:19:29 +0100

libsys-virt-perl (1.1.2-1) unstable; urgency=low

  * Imported Upstream version 1.1.2
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.1.2)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 27 Sep 2013 22:45:16 +0200

libsys-virt-perl (1.1.1-1) unstable; urgency=low

  * Imported Upstream version 1.1.1
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.1.1)

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 07 Aug 2013 16:05:48 +0200

libsys-virt-perl (1.1.0-1) unstable; urgency=low

  * Imported Upstream version 1.1.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.1.0)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 29 Jul 2013 18:39:05 +0200

libsys-virt-perl (1.0.5-1) unstable; urgency=low

  * Upload to unstable
  * Imported Upstream version 1.0.5
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.0.5)
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 29 May 2013 18:17:30 +0200

libsys-virt-perl (1.0.3-1) experimental; urgency=low

  * Imported Upstream version 1.0.3
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.0.3)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 08 Mar 2013 21:27:29 +0100

libsys-virt-perl (1.0.2-1) experimental; urgency=low

  * Imported Upstream version 1.0.2
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.0.2)

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 27 Feb 2013 20:53:19 +0100

libsys-virt-perl (1.0.1-1) experimental; urgency=low

  * Imported Upstream version 1.0.1
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.0.1)

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 26 Feb 2013 16:42:08 +0100

libsys-virt-perl (1.0.0-1) experimental; urgency=low

  * Imported Upstream version 1.0.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 1.0.0)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 16 Nov 2012 19:00:38 +0100

libsys-virt-perl (0.10.2-1) experimental; urgency=low

  * Imported Upstream version 0.10.2
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.10.2)
  * Bump Standards-Version to 3.9.4

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 03 Oct 2012 11:09:32 +0200

libsys-virt-perl (0.10.0-1) experimental; urgency=low

  * Imported Upstream version 0.9.13 and 0.10.0
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.10.0)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 17 Sep 2012 22:17:17 +0200

libsys-virt-perl (0.9.12-2) unstable; urgency=low

  * Upload to unstable

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 15 Jun 2012 06:20:54 +0200

libsys-virt-perl (0.9.12-1) experimental; urgency=low

  * Imported Upstream version 0.9.12
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.9.12)

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 08 Jun 2012 07:50:53 +0200

libsys-virt-perl (0.9.11-1) unstable; urgency=low

  * Imported Upstream version 0.9.11
  * Upload package to unstable
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.9.11)

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 16 Apr 2012 16:08:41 +0200

libsys-virt-perl (0.9.10-1) experimental; urgency=low

  * Imported Upstream version 0.9.10
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.9.10)
  * Update debian/copyright file format.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
  * Bump Standards-Version to 3.9.3

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 12 Mar 2012 07:25:28 +0100

libsys-virt-perl (0.9.9-1) unstable; urgency=low

  * Imported Upstream version 0.9.9
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.9.9)
  * Add libcpan-changes-perl to Build-Depends
  * Drop fix-spelling-error-in-manpage.patch.
    Patch was applied upstream.
  * Bump Debhelper compat level to 9.
    Adjust Build-Depends on debhelper to (>= 9).

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 06 Feb 2012 22:13:39 +0100

libsys-virt-perl (0.9.8-1) unstable; urgency=low

  * Imported Upstream version 0.9.8
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.9.8)
  * Refresh fix-spelling-error-in-manpage.patch patch
  * Refresh debian/copyright file.
    Update copyright years for debian/* packaging

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 03 Jan 2012 18:25:45 +0100

libsys-virt-perl (0.9.7-2) unstable; urgency=low

  * Upload package to unstable

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 22 Nov 2011 11:06:19 +0100

libsys-virt-perl (0.9.7-1) experimental; urgency=low

  * Imported Upstream version 0.9.7 (Closes: #647705)
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.9.7).
  * Refresh fix-spelling-error-in-manpage.patch patch

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 11 Nov 2011 07:29:31 +0100

libsys-virt-perl (0.9.5-1) unstable; urgency=low

  * Imported Upstream version 0.9.5
  * Bump versioned Build-Depends on libvirt-dev to (>= 0.9.5).
  * Add fix-spelling-error-in-manpage.patch patch.
    Fixes spelling error in Sys::Virt::Domain manpage.

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 29 Sep 2011 08:01:45 +0200

libsys-virt-perl (0.9.4-1) unstable; urgency=low

  * Imported Upstream version 0.9.4
  * debian/control: Bump versioned Build-Depends on libvirt-dev to (>= 0.9.4).
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 29 Aug 2011 07:29:07 +0200

libsys-virt-perl (0.9.3-1) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * New upstream release
  * debian/control: Bump versioned Build-Depends on libvirt-dev to (>= 0.9.3).

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

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 29 Jul 2011 09:58:37 +0200

libsys-virt-perl (0.9.2-1) unstable; urgency=low

  * New upstream release
  * debian/control: Bump versioned Build-Depends on libvirt-dev to (>= 0.9.2).

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 11 Jul 2011 07:36:09 +0200

libsys-virt-perl (0.2.8-1) unstable; urgency=low

  * New upstream release
  * debian/control: Bump versioned Build-Depends on libvirt-dev to (>= 0.9.0).

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 30 Jun 2011 16:06:12 +0200

libsys-virt-perl (0.2.7-1) unstable; urgency=low

  * New upstream release
  * debian/control: Bump versioned Build-Depends on libvirt-dev to (>= 0.8.8).
  * debian/copyright: Update upstream copyright for added
    lib/Sys/Virt/Stream.pm.
  * Bump Standards-Version to 3.9.2 (no changes needed).

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 30 Jun 2011 12:12:51 +0200

libsys-virt-perl (0.2.6-1) unstable; urgency=low

  * New upstream release
  * Email change: Salvatore Bonaccorso -> carnil@debian.org
  * debian/control:
    - Bump versioned Build-Depends on libvirt-dev to (>= 0.8.7).
    - Make versioned Build-Depends on libtest-pod-perl and
      libtest-pod-coverage-perl unversioned.
  * debian/copyright:
    - 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.1.

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 17 Feb 2011 07:36:28 +0100

libsys-virt-perl (0.2.4-1) unstable; urgency=low

  * New upstream release
  * Drop fix_spelling-error-in-manpage.patch patch which is applied upstream.
  * Bump Build-Depends on libvirt-dev to (>= 0.8.1).
  * Referesh debian/copyright for upstream files.
  * Bump Standards-Version to 3.8.4.

 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Thu, 20 May 2010 10:52:04 +0200

libsys-virt-perl (0.2.3-1) unstable; urgency=low

  * New upstream release
  * debian/control: Bump versioned Build-Depends on libvirt-dev (>= 0.7.5)
    since this is the current minimum required version of libvirt.
  * Refresh debian/copyright:
    - Update copyright years for debian/* packaging.
    - Add Stanza for lib/Sys/Virt/Secret.pm.
    - Update to revision 135 of DEP5 format secification for machine readable
      copyright file.
  * Convert to '3.0 (quilt)' package source format.

 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Sun, 17 Jan 2010 07:57:17 +0100

libsys-virt-perl (0.2.2-1) unstable; urgency=low

  * New upstream release
    - Add all new APIs upto libvirt 0.7.0 APIs
    - Add missing APIs and bugfixes.
  * debian/control: Bump versioned Build-Depends on libvirt-dev (>= 0.7.0)
    since this is the current minimum required version of libvirt.

 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Sun, 04 Oct 2009 07:38:17 +0200

libsys-virt-perl (0.2.1-1) unstable; urgency=low

  * New upstream release
  * 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).
    - Bump Standards-Version to 3.8.3 (no changes needed).
    - Bump Build-Depends on libvirt-dev (>= 0.6.4)

 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Wed, 26 Aug 2009 10:54:02 +0200

libsys-virt-perl (0.2.0-1) unstable; urgency=low

  * Initial Release. (Closes: #384576)

 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Thu, 02 Jul 2009 19:45:52 +0200