~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

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
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
virtinst (0.600.3-2ubuntu1) raring; urgency=low

  * Merge from debian unstable. Remaining changes:
    - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
      testsuite for 0001-fix-path-to-hvmloader.patch and
      0002-Fix-path-to-pygrub.patch.
    - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
      for all ISO/HTTP source, to not longer fail with cobbler/koan.
    - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the
      qemu-dm binary.
    - debian/{control,rules,pyversions}: Build using dh_python2, use
      debhelper v8 instead of cdbs; for some reason the package build an
      empty binary package when using dh_python2.
    - debian/control: added acl package to depends.
    - debian/control: added libvirt-bin to recommends

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 23 Nov 2012 14:26:26 -0500

virtinst (0.600.3-2) unstable; urgency=low

  * Patches cherry-picked from upstream:
    - [a8d9a44] LogicalPool: properly pass on autostart flag
    - [ae618e4] Don't overwrite target element for disks that have it
       already set
  * Patches submitted upstream:
    - [570b8dc] virt-install: avoid disk name collisions
    - [04e309a] Don't fail if no meter is used

 -- Guido Günther <agx@sigxcpu.org>  Thu, 11 Oct 2012 19:04:40 +0200

virtinst (0.600.3-1) unstable; urgency=low

  * [7591e34] Switch qemu recommendation to qemu-utils (Closes: #644196)
  * [efdd6c0] Switch virt-viewer recommendation to suggestion (Closes: #667937)
  * [77d9b51] Switch qemu-utils recommendation to dependency
  * [5ff2544] Imported Upstream version 0.600.3

 -- Laurent Léonard <laurent@open-minds.org>  Sun, 26 Aug 2012 18:13:38 +0200

virtinst (0.600.2-1ubuntu1) quantal; urgency=low

  * Merge from debian unstable. Remaining changes:
    - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
      testsuite for 0001-fix-path-to-hvmloader.patch and
      0002-Fix-path-to-pygrub.patch.
    - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
      for all ISO/HTTP source, to not longer fail with cobbler/koan.
    - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the
      qemu-dm binary.
    - debian/{control,rules,pyversions}: Build using dh_python2, use
      debhelper v8 instead of cdbs; for some reason the package build an
      empty binary package when using dh_python2.
    - debian/control: added acl package to depends.
    - debian/control: added libvirt-bin to recommends
  * Dropped patches:
    - debian/patches/9005_ubuntu_releases.patch: Upstream

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 24 Jul 2012 08:52:01 -0400

virtinst (0.600.2-1) unstable; urgency=low

  * [6e16ae7] Imported Upstream version 0.600.2
  * [27d03b8] Drop patch
    - 0004-Fix-location-of-Debian-daily-builds.patch - fixed upstream
  * [e040ecd] Bump Standards-Version to 3.9.3

 -- Laurent Léonard <laurent@open-minds.org>  Sat, 14 Jul 2012 18:47:52 +0200

virtinst (0.600.1-2ubuntu1) quantal; urgency=low

  * Merge from debian unstable. Remaining changes:
    - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
      testsuite for 0001-fix-path-to-hvmloader.patch and
      0002-Fix-path-to-pygrub.patch.
    - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
      for all ISO/HTTP source, to not longer fail with cobbler/koan.
    - debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the
      qemu-dm binary.
    - debian/{control,rules,pyversions}: Build using dh_python2, use
      debhelper v8 instead of cdbs; for some reason the package build an
      empty binary package when using dh_python2.
    - debian/control: added acl package to depends.
    - debian/control: added libvirt-bin to recommends
  * debian/patches/9005_ubuntu_releases.patch: Add new Ubuntu releases and
    properly tag LTS releases. (LP: #942534)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 24 May 2012 15:56:08 -0400

virtinst (0.600.1-2) unstable; urgency=low

  * [5e59401] Fix location of Debian daily builds.
    Thanks to Gaudenz Steinlin (Closes: #668627)

 -- Guido Günther <agx@sigxcpu.org>  Mon, 16 Apr 2012 14:24:13 +0200

virtinst (0.600.1-1ubuntu3) precise; urgency=low

  * Update 9005_ubuntu_precise.patch to tag 12.04 and 10.04 as LTS releases
    (LP: #942534)

 -- Serge Hallyn <serge.hallyn@ubuntu.com>  Tue, 03 Apr 2012 08:58:30 -0500

virtinst (0.600.1-1ubuntu2) precise; urgency=low

  * debian/patches/0004-Fix-path-to-qemu-dm.patch: fix the path to the
    qemu-dm binary. (LP: #936048)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 24 Feb 2012 15:51:30 -0500

virtinst (0.600.1-1ubuntu1) precise; urgency=low

  * Merge from debian unstable. Remaining changes:
    - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
      testsuite for 0001-fix-path-to-hvmloader.patch and
      0002-Fix-path-to-pygrub.patch.
    - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
      for all ISO/HTTP source, to not longer fail with cobbler/koan.
    - debian/patches/9005_ubuntu_precise.patch: Add Ubuntu precise as a
      supported distro.
    - debian/{control,rules,pyversions}: Build using dh_python2, use
      debhelper v8 instead of cdbs; for some reason the package build an
      empty binary package when using dh_python2.
    - debian/control: added acl package to depends.
    - debian/control: added libvirt-bin to recommends

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sat, 11 Feb 2012 11:47:53 -0500

virtinst (0.600.1-1) unstable; urgency=low

  * [1048fe3] Imported Upstream version 0.600.1
  * [5c8f622] Drop patches
    - 0004-VirtualDeviceAddress-Only-clear-XML-if-not-building-.patch - fixed
      upstream
    - 0005-Add-Debian-Wheezy-to-the-OS_TYPES.patch - fixed upstream

 -- Laurent Léonard <laurent@open-minds.org>  Thu, 02 Feb 2012 12:22:25 +0100

virtinst (0.600.0-2) unstable; urgency=low

  * [18951a9] VirtualDeviceAddress: Only clear XML if not building from
    scratch. Cherry-picked from upstream. (Closes: #652879)
  * [d62f9c6] Add Debian Wheezy to OS_TYPES

 -- Guido Günther <agx@sigxcpu.org>  Sat, 31 Dec 2011 17:14:29 +0100

virtinst (0.600.0-1ubuntu4) precise; urgency=low

  * debian/patches/9005_ubuntu_precise.patch: Add Ubuntu precise as a
    supported distro. (LP: #918538) 

 -- Andres Rodriguez <andreserl@ubuntu.com>  Thu, 19 Jan 2012 10:52:45 -0500

virtinst (0.600.0-1ubuntu3) precise; urgency=low

  * debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
    for all ISO/HTTP source, to not longer fail with cobbler/koan (LP: #884765)

 -- Andres Rodriguez <andreserl@ubuntu.com>  Wed, 18 Jan 2012 16:18:30 -0500

virtinst (0.600.0-1ubuntu2) precise; urgency=low

  * Build using dh_python2
  * Use debhelper v8 instead of cdbs; for some reason the package build an
    empty binary package when using dh_python2.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 17 Dec 2011 21:00:25 +0100

virtinst (0.600.0-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. Remaining changes:
    - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
      testsuite for 0001-fix-path-to-hvmloader.patch and
      0002-Fix-path-to-pygrub.patch.
  * Removed patches:
    - 9002_Lucid.patch: upstream
    - 9004_ubuntu_correct_tree.patch: upstream

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 08 Aug 2011 13:43:26 -0400

virtinst (0.600.0-1) unstable; urgency=low

  [ Guido Günther ]
  * [e25be0e] Ask for debug output in bugreports
  * [36c5d7c] Bump standards version to 3.9.2.

  [ Laurent Léonard ]
  * [c55c417] Imported Upstream version 0.600.0
  * [cb83165] Update patch 0001-fix-path-to-hvmloader.patch

 -- Laurent Léonard <laurent@open-minds.org>  Sat, 30 Jul 2011 20:34:32 +0200

virtinst (0.500.6-1ubuntu2) oneiric; urgency=low

  * debian/patches/9004_ubuntu_correct_tree.patch: Update to correctly detect
    HTTP sources for different types of ISO's and archs (Including mini ISO).

 -- Andres Rodriguez <andreserl@ubuntu.com>  Mon, 27 Jun 2011 15:09:10 -0400

virtinst (0.500.6-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. Remaining changes:
    - debian/patches/9002_Lucid.patch: use 10.04, not 10.4 as version for
      Ubuntu 10.04 LTS "Lucid Lynx"
    - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
      testsuite for 0001-fix-path-to-hvmloader.patch and
      0002-Fix-path-to-pygrub.patch.
    - debian/patches/9004_ubuntu_correct_tree.patch: Correctly detect an
      UbuntuDistro from an HTTP source.
    - debian/control: added acl package to depends.
    - debian/control: demote virt-viewer to Suggests, as it's in universe.
    - debian/control: remove qemu transition package from Recommends and
      add qemu-kvm to Suggests for the qemu-img binary as it's not required
      to simply manage a remote server with virt-manager.
    - Recommends libvirt-bin
  * Removed patches:
    - debian/patches/9001_Ubuntu.patch: upstream

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 18 May 2011 13:43:29 -0400

virtinst (0.500.6-1) unstable; urgency=low

  * [abc0bed] Imported Upstream version 0.500.6
  * [9d1703d] Drop patch
    - 0004-Features-Fix-XML-parsing-using-dictionary-syntax.patch - fixed
      upstream

 -- Laurent Léonard <laurent@open-minds.org>  Fri, 25 Mar 2011 09:30:58 +0100

virtinst (0.500.5-3) unstable; urgency=low

  * [710912b] New patch 0004-Features-Fix-XML-parsing-using-dictionary-syntax.
    patch (Closes: 616674)

 -- Laurent Léonard <laurent@open-minds.org>  Mon, 07 Mar 2011 14:59:25 +0100

virtinst (0.500.5-2) unstable; urgency=low

  * Upload to unstable (Closes: #614520)

 -- Guido Günther <agx@sigxcpu.org>  Tue, 22 Feb 2011 09:54:58 +0100

virtinst (0.500.5-1ubuntu4) natty; urgency=low

  * debian/patches/9004_ubuntu_correct_tree.patch: Updated to consider that
    HTTP source can be both, a mounted ISO (or cobbler imported ISO) or a
    netbook HTTP source. (LP: #751979)

 -- Andres Rodriguez <andreserl@ubuntu.com>  Fri, 08 Apr 2011 14:14:51 -0400

virtinst (0.500.5-1ubuntu3) natty; urgency=low

  * Correctly detect an UbuntuDistro from an HTTP source. (LP: #751979)

 -- Andres Rodriguez <andreserl@ubuntu.com>  Tue, 05 Apr 2011 18:18:09 -0400

virtinst (0.500.5-1ubuntu2) natty; urgency=low

  * debian/patches/9002_Lucid.patch:
    - use 10.04, not 10.4 as version for Ubuntu 10.04 LTS "Lucid Lynx"
      (LP: #744991)

 -- Torsten Spindler (Canonical) <torsten@canonical.com>  Tue, 29 Mar 2011 16:13:55 +0200

virtinst (0.500.5-1ubuntu1) natty; urgency=low

  * Merge from debian experimental. Remaining changes:
    - debian/patches/9001_Ubuntu.patch:
       + Updated to add maverick and natty to OS list and enable virtio
         for them.
    - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
      testsuite for 0001-fix-path-to-hvmloader.patch and
      0002-Fix-path-to-pygrub.patch. (refreshed)
    - debian/control: added acl package to depends.
    - Demote virt-viewer to Suggests, as it's in universe.
    - Recommends libvirt-bin
  * Removed patches:
    - debian/patches/9002-libvirt_disk_format.patch: Upstream.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 01 Feb 2011 15:40:11 -0500

virtinst (0.500.5-1) experimental; urgency=low

  * [63324d8] Imported Upstream version 0.500.5
  * [e4d1f6d] Update patch 0001-fix-path-to-hvmloader.patch

 -- Laurent Léonard <laurent@open-minds.org>  Sat, 29 Jan 2011 21:41:21 +0100

virtinst (0.500.4-1) experimental; urgency=low

  [ Guido Günther ]
  * Use changelog merge helper

  [ Laurent Léonard ]
  * Imported Upstream version 0.500.4
  * Drop patch
  * Bump Standards-Version to 3.9.1

 -- Laurent Léonard <laurent@open-minds.org>  Wed, 25 Aug 2010 18:07:50 +0200

virtinst (0.500.3-2ubuntu1.1) maverick-proposed; urgency=low

  * debian/patches/9002-libvirt_disk_format.patch: update to allow setting
    the driver type with --disk format= (LP: #655392)
  * debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch

 -- Jamie Strandboge <jamie@ubuntu.com>  Tue, 12 Oct 2010 13:19:55 -0500

virtinst (0.500.3-2ubuntu1) maverick; urgency=low

  * Merge from debian unstable. (LP: #603681)  Remaining changes:
    - debian/patches/9001_Ubuntu.patch:
       + Added lucid and maverick to OS list and enable virtio for it.
    - debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable
      as the keyboard config in Ubuntu is still in /etc/default/console-setup
      and this was causing virt-manager to always default to a en-us
      keyboard. (LP: #524318)
    - debian/control: added acl package to depends. (LP: #533048)
    - Demote virt-viewer to Suggests, as it's in universe.
    - Recommends libvirt-bin (LP: #215084)

 -- Jean-Louis Dupond <jean-louis@dupond.be>  Thu, 08 Jul 2010 18:54:03 +0100

virtinst (0.500.3-2) unstable; urgency=low

  * virt-install: Fix CDROM attach for windows installs
  * Bump Standards-Version to 3.9.0.

 -- Laurent Léonard <laurent@open-minds.org>  Thu, 08 Jul 2010 12:08:15 +0200

virtinst (0.500.3-1ubuntu1) maverick; urgency=low

  * Merge from debian unstable. (LP: #590068)  Remaining changes:
    - debian/patches/9001_Ubuntu.patch:
       + Added lucid and maverick to OS list and enable virtio for it.
    - debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable
      as the keyboard config in Ubuntu is still in /etc/default/console-setup
      and this was causing virt-manager to always default to a en-us
      keyboard. (LP: #524318)
    - debian/control: added acl package to depends. (LP: #533048)
    - Demote virt-viewer to Suggests, as it's in universe.
    - Recommends libvirt-bin (LP: #215084)
  * debian/patches/9002-add-ca-keymap.patch: dropped, its now in upstream

 -- Jean-Louis Dupond <jean-louis@dupond.be>  Wed, 05 May 2010 03:32:42 +0100

virtinst (0.500.3-1) unstable; urgency=low

  * [6e8ccf1] Imported Upstream version 0.500.3
  * [140e8ed] Drop patches.
  * [801ac3f] Switch to new source format 3.0 (quilt).

 -- Laurent Léonard <laurent@open-minds.org>  Thu, 25 Mar 2010 18:13:28 +0100

virtinst (0.500.2-2) unstable; urgency=low

  * [004c933] Hopefully fix unicode locale use once and for all!
    (Closes: #565941) - thanks to Cole Robinson

 -- Laurent Léonard <laurent@open-minds.org>  Thu, 18 Mar 2010 09:16:56 +0100

virtinst (0.500.2-1) unstable; urgency=low

  * [e4b968a] Imported Upstream version 0.500.2
  * [9e17e30] Redo patches.
  * [dda09ec] Bump Standards-Version to 3.8.4.
  * [b2dd1ef] Change python-all-dev dependency to python-all.

 -- Laurent Léonard <laurent@open-minds.org>  Wed, 10 Feb 2010 12:26:02 +0100

virtinst (0.500.1-2ubuntu6) lucid; urgency=low

  * debian/patches/9003-qemu-no-keymap.patch: remove useless patch.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 29 Mar 2010 18:41:59 -0400

virtinst (0.500.1-2ubuntu5) lucid; urgency=low

  * debian/control: added acl package to depends. (LP: #533048)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Sun, 07 Mar 2010 01:05:47 -0500

virtinst (0.500.1-2ubuntu4) lucid; urgency=low

  * debian/patches/9001_Ubuntu.patch: updated to not use USB_TABLET as
    vmmouse is preferred now.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 05 Mar 2010 12:48:06 -0500

virtinst (0.500.1-2ubuntu3) lucid; urgency=low

  * debian/patches/9003-qemu-no-keymap.patch: Don't set a default keyboard
    for QEMU VMs as recent QEMU should be able to use raw keycodes.
  * debian/patches/9002-add-ca-keymap.patch: Updated with upstream bug
    reference.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 04 Mar 2010 13:54:25 -0500

virtinst (0.500.1-2ubuntu2) lucid; urgency=low

  * debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable
    as the keyboard config in Ubuntu is still in /etc/default/console-setup
    and this was causing virt-manager to always default to a en-us
    keyboard. (LP: #524318)
  * debian/patches/9002-add-ca-keymap.patch: Add French Canadian keymap to
    virtinst/keytable.py.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 04 Mar 2010 10:03:41 -0500

virtinst (0.500.1-2ubuntu1) lucid; urgency=low

  * Merge from debian testing.  Remaining changes (LP: #509800):
    - debian/patches/9001_Ubuntu.patch:
      + Added lucid and enable virtio for it.
    - Demote virt-viewer to Suggests, as it's in universe.
  * Rename python-virtinst to virtinst and add transitional package
  * Do not use python-central anymore
  * Recommends libvirt-bin (LP: #215084)

 -- Laurent Bigonville <bigon@ubuntu.com>  Tue, 19 Jan 2010 21:19:47 +0100

virtinst (0.500.1-2) unstable; urgency=low

  [ Laurent Léonard ]
  * [701d192] Fix path to keyboard configuration.
  * [f11662f] Allow DM upload and add myself as uploader.
  * [cf14c53] Clean debian/watch.

 -- Guido Günther <agx@sigxcpu.org>  Sat, 02 Jan 2010 14:11:02 +0100

virtinst (0.500.1-1) unstable; urgency=low

  [ Laurent Léonard ]
  * [86218c1] Imported Upstream version 0.500.1
  * [370e65b] Drop patches. 
      * 0003-Don-t-use-virtio-for-cdrom-floppy- devices.patch - fixed
        upstream. 
      * 0004-Add-error-handling-to- VirtualDisk._clone_local.patch - applied
        upstream.
  * [21cd5ab] Remove debian/pycompat from debian/rules clean target.  Since
    CDBS 0.4.6 doesn't create debian/pycompat when debian/pyversions is set.

 -- Guido Günther <agx@sigxcpu.org>  Mon, 07 Dec 2009 10:04:22 +0100

virtinst (0.500.0-3) unstable; urgency=low

  * [7b2d9d5] Add error handling to VirtualDisk._clone_local (Closes: #555748)

 -- Guido Günther <agx@sigxcpu.org>  Sat, 21 Nov 2009 14:35:41 +0100

virtinst (0.500.0-2) unstable; urgency=low

  [ Laurent Léonard ]
  * [2060102] Bump Debhelper version to 7.
  * [effbb27] Bump Standards-Version to 3.8.3.
  * [babcc4b] Clean debian/rules.
  * [6bb175f] Remove debian/pycompat. According to python-support
    recommendations. Also remove it in debian/rules clean target (see
    #424898).

  [ Guido Günther ]
  * [ff8cee7] Don't use virtio for cdrom/floppy devices Patch pulled
    from upstream HG. (Closes: #553171) - thanks to Harald Dunkel

 -- Guido Günther <agx@sigxcpu.org>  Wed, 04 Nov 2009 11:29:42 +0100

virtinst (0.500.0-1) unstable; urgency=low

  * [75709b9] bump standards version
  * [d275b5a] Imported Upstream version 0.500.0
  * [be8497e] drop patches applied upstream:
        0003-allow-to-pass-nic-model.patch
        0004-parse-etc-default-console-setup-for-keymap-informati.patch
        0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch
        0006-add-Ubuntu-Karmic-to-osdict.patch
        0007-fix-bridge-names-not-ending-with-digit.patch
        0008-Turn-on-ACPI-APIC-for-Windows-except-for-Xen-3.1.0.patch
        0009-Add-Windows-7-to-the-osdict.patch

 -- Guido Günther <agx@sigxcpu.org>  Wed, 29 Jul 2009 17:10:48 +0200

virtinst (0.400.3-5) unstable; urgency=low

  [ Guido Günther ]
  * [d1f073b] add Ubuntu Karmic to osdict (Closes: #532531) - thanks to
    Christophe Sauthier
  * [a008f8b] fix bridge names not ending with digit. Pulled from upstream.
    (Closes: #533539) - thanks to Cole Robinso for the fix and Andreas
    Unterkircher for testing

  [ Laurent Léonard ]
  * [16b8a6c] Turn on ACPI/APIC for Windows, except for Xen < 3.1.0.
    Pulled from upstream. (Closes: #533201) - thanks to Cole Robinson
  * [3840c11] Add Windows 7 to the osdict. (Closes: #535781)

 -- Guido Günther <agx@sigxcpu.org>  Fri, 17 Jul 2009 10:24:16 +0200

virtinst (0.400.3-4ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: (LP: #383184, LP: #348364)
    + 9001_Ubuntu.patch:
      - Removed Intrepid and Jaunty have been integrated upstream.
    - Rename binary package to python-virtinst.
    - Use python-central instead of python-support.
    - Demote virt-viewer to Suggests, as it's in universe.
  * debian/patches/9001_Ubuntu.patch:
      - Added karmic and enable virtio for it.

 -- Christophe Sauthier <christophe.sauthier@objectif-libre.com>  Wed, 03 Jun 2009 15:27:41 +0200

virtinst (0.400.3-4) unstable; urgency=low

  * [b882065] use QEMU's USB Tablet with Squeeze guests evdev picks this
    up as mouse which gives more exact mouse handling without the need
    to grab/ungrab the mouse anymore.
  * [da4d0c2] bump standards version

 -- Guido Günther <agx@sigxcpu.org>  Fri, 29 May 2009 16:02:32 +0200

virtinst (0.400.3-3) unstable; urgency=low

  * [a548e37] Update patches:
       * drop 0001-Don-t-require-256MB-on-Debian-installations.patch,
         Upstream changed that to 64MB
       * new patch 0003-allow-to-pass-nic-model.patch: allow to pass the nic
         model on the command line
       * new patch 0004-parse-etc-default-console-setup-
         for-keymap-informat.patch parses /etc/default/console-setup for
         keymap data (Closes: #528454)

 -- Guido Günther <agx@sigxcpu.org>  Sun, 17 May 2009 13:51:57 +0200

virtinst (0.400.3-2) unstable; urgency=low

  * [88581dc] remove redo-patches target handled via external script
  * [584686d] os_variant is no more (Closes: #521089)

 -- Guido Günther <agx@sigxcpu.org>  Wed, 25 Mar 2009 15:53:51 +0100

virtinst (0.400.3-1) unstable; urgency=low

  * [6792db8] Imported Upstream version 0.400.3
  * [3c4c7be] drop 0004-manpage-typo.patch - applied upstream
  * [f95ac5c] rediff remaining patches against new upstream version

 -- Guido Günther <agx@sigxcpu.org>  Sun, 22 Mar 2009 20:13:27 +0100

virtinst (0.400.1-2ubuntu2) jaunty; urgency=low

  * Fix syntax error in osdict.py. (LP: #330983)

 -- Soren Hansen <soren@ubuntu.com>  Wed, 18 Feb 2009 13:21:01 +0100

virtinst (0.400.1-2ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    + 9001_Ubuntu.patch:
      - Add Intrepid and Jaunty and enable virtio for them.
    - Rename binary package to python-virtinst.
    - Use python-central instead of python-support.
    - Demote virt-viewer to Suggests, as it's in universe.

 -- Soren Hansen <soren@ubuntu.com>  Wed, 18 Feb 2009 09:05:40 +0100

virtinst (0.400.1-2) unstable; urgency=low

  * upload to unstable
  * [4f2f394] s/bux/bus/ manpage type

 -- Guido Günther <agx@sigxcpu.org>  Sun, 15 Feb 2009 20:14:53 +0100

virtinst (0.400.1-1) experimental; urgency=low

  * [d46750d] Imported Upstream version 0.400.1 (Closes: #513288)
  * [d18654d] drop patches 
        * fixed upstream: 
              0004-virt-convert-Fix-crash-caused-by-accessing-now-priv.patch
              0005-Explicitly-set-FullVirtGuest-arch-to-equal-host-arch.patch
        * applied upstream:
              0006-scratchdir-for-uid-0.patch 
              0007-create-scratchdir-if-it-doesn-t-exist.patch
              0008-use-virtio-for-Lenny-guests.patch
              0009-Add-support-for-Debian-Xen-paravirt-installs.patch
              0010-look-for-keymap-in-xorg.conf-too.patch
  * [dc1ae07] rebase debian specific patches

 -- Guido Günther <agx@sigxcpu.org>  Thu, 29 Jan 2009 16:45:08 +0100

virtinst (0.400.0-7) unstable; urgency=low

  * [4b7369d] fix Vcs- URLs - thanks to Ian Campbell
  * [4b691af] Look for the current keymap in xorg.conf

 -- Guido Günther <agx@sigxcpu.org>  Mon, 01 Dec 2008 19:28:43 +0100

virtinst (0.400.0-6ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    + 9001_Ubuntu.patch:
      - Add Intrepid and Jaunty and enable virtio for them.
    - Rename binary package to python-virtinst.
    - Use python-central instead of python-support.
    - Demote virt-viewer to Suggests, as it's in universe.

 -- Soren Hansen <soren@ubuntu.com>  Mon, 24 Nov 2008 08:38:42 +0100

virtinst (0.400.0-6) unstable; urgency=low

  * upload to unstable
  * [bf4db09] add a versioned dependency

 -- Guido Günther <agx@sigxcpu.org>  Wed, 19 Nov 2008 09:19:29 +0100

virtinst (0.400.0-5) experimental; urgency=low

  * [c6eb3fa] fix maintainer
  * [b63225f] add support for xen paravirt installs

 -- Guido Günther <agx@sigxcpu.org>  Thu, 30 Oct 2008 15:52:13 +0100

virtinst (0.400.0-4) experimental; urgency=low

  * [58763f3] fix indentaion for 0006-scratchdir-for-uid-0.patch
  * [98fedd9] mention virt-convert

 -- Guido Günther <agx@sigxcpu.org>  Wed, 22 Oct 2008 10:20:27 +0200

virtinst (0.400.0-3) experimental; urgency=low

  * [a2d6dd4] virt-convert uses qemu-img so recommend qemu
  * [e765545] use virtio for Lenny Guests (0008-use-virtio-for-Lenny-
    guests.patch)

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 26 Sep 2008 09:30:26 +0200

virtinst (0.400.0-2) experimental; urgency=low

  * [b2c62d9] new patches 0006-scratchdir-for-uid-0.patch 
                          0007-create-scratchdir-if-it-doesn-t-exist.patch 
              fix scratchdir handling for the ImageFetcher

 -- Guido Guenther <agx@sigxcpu.org>  Mon, 22 Sep 2008 12:53:48 +0200

virtinst (0.400.0-1) experimental; urgency=low

  * [4b12aad] Imported Upstream version 0.400.0 (Closes: #495013)
  * [62796af] drop 0001-forward-to-hg-as-of-6462dfd3e606.patch
  * [70b73a8] drop 0005-fix-mac-address-on-virt-clone.patch - applied
    upstream
  * [ea789ac] drop 0006-catch-ParserExceptions.patch - applied upstream
  * [7526107] adjust other patches to new upstream version
  * [a80781e] new patch 0004-virt-convert-Fix-crash-caused-by-....patch
    from upstream HG
  * [090250c] new patch 0005-Explicitly-set-FullVirtGuest-arch-....patch
    from upstream HG
  * [cef6ddb] adjust copyright

 -- Guido Guenther <agx@sigxcpu.org>  Thu, 18 Sep 2008 15:06:19 +0200

virtinst (0.300.3-6ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Rename binary package to python-virtinst.
    - Versioned dependency on libvirt (to make sure we can handle the virtio
      stuff).
    - 9001_virtio_virt-install.patch: Add support for virtio and enable
      virtio-net for hardy, intrepid, and jaunty guests. (LP #254097)
    - Use python-central instead of python-support.
    - Demote virt-viewer to Suggests, as it's in universe.

 -- Soren Hansen <soren@ubuntu.com>  Wed, 05 Nov 2008 14:01:30 +0100

virtinst (0.300.3-6) unstable; urgency=low

  * [3b4523e] Don't bail out on missing scratchdir (0007-xen-
    scratchdir.patch) (Closes: #503007)

 -- Guido Günther <agx@sigxcpu.org>  Wed, 22 Oct 2008 17:48:02 +0200

virtinst (0.300.3-5ubuntu3) intrepid; urgency=low

  * Drop virt-viewer Recommends: to Suggests:. It is in universe, does not
    have a MIR, and depends on the ancient and unmaintained xen-3.1.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 17 Oct 2008 17:20:19 +0200

virtinst (0.300.3-5ubuntu2) intrepid; urgency=low

  * Re-add Hardy to the list of installable OS'es.

 -- Soren Hansen <soren@ubuntu.com>  Wed, 24 Sep 2008 16:04:53 +0200

virtinst (0.300.3-5ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Rename binary to python-virtinst
    - Version dependency on libvirt (to make sure we can handle the virtio
      stuff).
    - 9001_virtio_virt-install.patch: Add support for virtio and enable
      virtio-net for hardy guests. (LP: #254097)
    - Use python-central instead of python-support

 -- Soren Hansen <soren@ubuntu.com>  Sat, 23 Aug 2008 12:57:30 +0200

virtinst (0.300.3-5) unstable; urgency=low

  * [14c4b3c] catch ParserExceptions (Closes: #493758)
  * [e0629a2] fix mac address on virt-clone (adressess parts of #495013)
  * [af27170] Don't require thre arguments to get_memory() (Closes:
    #493782)
  * [0b43823] improve package description
  * [039bf5c] bump standars version
  * [8c91abf] add README.source

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 15 Aug 2008 14:52:27 +0200

virtinst (0.300.3-4ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Rename binary to python-virtinst
    - Fix up package description a bit
    - Version dependency on libvirt (to make sure we can handle the virtio
      stuff).
    - 9001_virtio_virt-install.patch: Add support for virtio and enable
      virtio-net for hardy guests.
  * Switch back to python-central; We went to python-support when we merged
    with Debian, but the transition left some stale .pyc files around, and
    this is by far the easiest way to clean that up.

 -- Soren Hansen <soren@ubuntu.com>  Mon, 21 Jul 2008 11:41:37 +0200

virtinst (0.300.3-4) unstable; urgency=low

  [ Marco Sinhoreli ]
  * [39c7244] Fix path to pygrub

 -- Guido Guenther <agx@sigxcpu.org>  Thu, 26 Jun 2008 18:10:26 +0200

virtinst (0.300.3-3) unstable; urgency=low

  * [c82fe9f] fix path to hvmloader (Closes: #487682)

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 24 Jun 2008 16:09:16 +0200

virtinst (0.300.3-2ubuntu2) intrepid; urgency=low

  * Forwardport from hardy-updates:
    - Fix virtio_blk and virtio_net check in case the OS type doesn't have
      the appropriate attributes set. (LP #221746)

 -- Soren Hansen <soren@ubuntu.com>  Tue, 06 May 2008 08:40:39 +0200

virtinst (0.300.3-2ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - DebianMaintainerField
    - Rename binary to python-virtinst
    - Fix up package description a bit
    - Version dependency on libvirt (to make sure we can handle the virtio
      stuff).
    - 11_virtio_virt-install.patch: Add support for virtio and enable
      virtio-net for hardy guests.

 -- Soren Hansen <soren@ubuntu.com>  Fri, 02 May 2008 10:35:09 +0200

virtinst (0.300.3-2) unstable; urgency=low

  * forward to hg as of 6462dfd3e606 - fixes kvm virtual machine creation with
    virt-manager

 -- Guido Guenther <agx@sigxcpu.org>  Mon, 14 Apr 2008 17:44:53 +0200

virtinst (0.300.3-1) experimental; urgency=low

  * upload to experimental
  * new upstream version
  * drop non-root.diff - applied upstream
  * drop debian.diff - applied upstream

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 14 Mar 2008 20:09:19 +0100

virtinst (0.300.2-3) unstable; urgency=low

  * non-root.diff: don't fail installations as non-root user

 -- Guido Guenther <agx@sigxcpu.org>  Sun, 03 Feb 2008 16:51:14 +0100

virtinst (0.300.2-2) unstable; urgency=low

  * build-depend on the python packages for the testsuite (Closes: #462514)

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 25 Jan 2008 14:29:30 +0100

virtinst (0.300.2-1) unstable; urgency=low

  * New Upstream Version
  * drop patches applied/fixed upstream:
        * recommend-virt-viewer.diff
        * virt-clone_sparse.diff
        * man-virt-clone.diff
  * keep documentation part of debian.diff

 -- Guido Guenther <agx@sigxcpu.org>  Wed, 16 Jan 2008 10:47:26 +0100

virtinst (0.300.2-0ubuntu5) hardy; urgency=low

  * Disable virtio-blk by default for Ubuntu Hardy. See kvm's changelog
    for details.

 -- Soren Hansen <soren@ubuntu.com>  Tue, 22 Apr 2008 19:16:13 +0200

virtinst (0.300.2-0ubuntu4) hardy; urgency=low

  * debian/patches/11_virtio_virt-install.patch: use virtio by default for
    Ubuntu Hardy. Based on work by Soren Hansen. 
  * debian/control: Depend on python-libvirt >= 0.4.0-2ubuntu8

 -- Jamie Strandboge <jamie@ubuntu.com>  Thu, 17 Apr 2008 21:11:42 -0400

virtinst (0.300.2-0ubuntu3) hardy; urgency=low

  * debian/patches/10_virt-clone-devices.patch: fix logic error in
    virt-clone (LP: #201603).

 -- Kees Cook <kees@ubuntu.com>  Sun, 23 Mar 2008 22:22:23 -0700

virtinst (0.300.2-0ubuntu2) hardy; urgency=low

  * Added "Ubuntu Hardy" to the list of distributions. (LP: #182054)

 -- Soren Hansen <soren@ubuntu.com>  Sat, 12 Jan 2008 23:42:04 +0100

virtinst (0.300.2-0ubuntu1) hardy; urgency=low

  * New upstream release

 -- Soren Hansen <soren@ubuntu.com>  Fri, 11 Jan 2008 09:44:42 +0100

virtinst (0.300.1+hg20071213-0ubuntu1) hardy; urgency=low

  * New upstream snapshot.

 -- Soren Hansen <soren@ubuntu.com>  Mon, 17 Dec 2007 14:57:59 +0100

virtinst (0.300.1+hg20071120-0ubuntu1) hardy; urgency=low

  * Initial release, based on work by Richard W.M. Jones <rjones@redhat.com>.

 -- Soren Hansen <soren@ubuntu.com>  Tue, 20 Nov 2007 13:40:28 +0100

virtinst (0.300.1-5) unstable; urgency=low

  * recommend virt-viewer instead of presenting the user with a python
    exception

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 18 Dec 2007 09:56:08 +0100

virtinst (0.300.1-4) unstable; urgency=low

  * document debian os-variants (Closes: #455861) - Thanks to Trent W.
    Buck for the patch
  * Don't require 256MB on Debian installations (Closes: #455860)
  * fix typo in homepage field
  * bump standards version
  * install examples

 -- Guido Guenther <agx@sigxcpu.org>  Sat, 15 Dec 2007 18:56:08 +0100

virtinst (0.300.1-3) unstable; urgency=low

  * debian.diff: add Debian as supported fully virtualized guest
  * recommend virt-viewer, needed for vnc console access
  * remove superflous debian/dirs

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 11 Dec 2007 12:13:32 +0100

virtinst (0.300.1-2) unstable; urgency=low

  * virt-clone_sparse.diff: don't fail on sparse files
  * add watchfile
  * move to team maintenance

 -- Guido Guenther <agx@sigxcpu.org>  Tue, 11 Dec 2007 11:27:34 +0100

virtinst (0.300.1-1) experimental; urgency=low

  * Initial release (Closes: #452513)

 -- Guido Guenther <agx@sigxcpu.org>  Fri, 23 Nov 2007 00:30:45 +0100