~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/patches/9005_ubuntu_releases.patch

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-07-24 08:52:01 UTC
  • mfrom: (1.6.8 sid)
  • Revision ID: package-import@ubuntu.com-20120724085201-q3h0cbabg4t46gfm
Tags: 0.600.2-1ubuntu1
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Add Ubuntu Precise support
2
 
 This patch adds ubuntu precise as a supported distro.
3
 
Author: Andres Rodriguez <andreserl@ubuntu.com>
4
 
Bug-Ubuntu: https://bugs.launchpad.net/bugs/918538
5
 
Forwarded: no
6
 
Index: virtinst-0.600.1/virtinst/osdict.py
7
 
===================================================================
8
 
--- virtinst-0.600.1.orig/virtinst/osdict.py    2012-05-24 16:11:18.940651571 -0400
9
 
+++ virtinst-0.600.1/virtinst/osdict.py 2012-05-24 16:11:26.212651757 -0400
10
 
@@ -508,7 +508,7 @@
11
 
         },
12
 
     },
13
 
     "ubuntulucid": {
14
 
-        "label": "Ubuntu 10.04 (Lucid Lynx)",
15
 
+        "label": "Ubuntu 10.04 LTS (Lucid Lynx)",
16
 
         "distro": "ubuntu",
17
 
         "supported": True,
18
 
         "devices" : {
19
 
@@ -543,7 +543,24 @@
20
 
             NET  : VIRTIO_NET,
21
 
         },
22
 
     },
23
 
-
24
 
+    "ubuntuprecise": {
25
 
+        "label": "Ubuntu 12.04 LTS (Precise Pangolin)",
26
 
+        "distro": "ubuntu",
27
 
+        "supported": True,
28
 
+        "devices" : {
29
 
+            DISK : VIRTIO_DISK,
30
 
+            NET  : VIRTIO_NET,
31
 
+        },
32
 
+    },
33
 
+    "ubuntuquantal": {
34
 
+        "label": "Ubuntu 12.10 (Quantal Quetzal)",
35
 
+        "distro": "ubuntu",
36
 
+        "supported": True,
37
 
+        "devices" : {
38
 
+            DISK : VIRTIO_DISK,
39
 
+            NET  : VIRTIO_NET,
40
 
+        },
41
 
+    },
42
 
     "generic24": {
43
 
         "label": "Generic 2.4.x kernel"
44
 
     },
45
 
Index: virtinst-0.600.1/man/en/virt-install.1
46
 
===================================================================
47
 
--- virtinst-0.600.1.orig/man/en/virt-install.1 2012-05-24 16:11:18.972651572 -0400
48
 
+++ virtinst-0.600.1/man/en/virt-install.1      2012-05-24 16:11:53.084652445 -0400
49
 
@@ -451,13 +451,17 @@
50
 
 .IX Item "opensuse12           : openSuse 12"
51
 
 .IP "opensuse11           : openSuse 11" 2
52
 
 .IX Item "opensuse11           : openSuse 11"
53
 
+.IP "ubuntuquantal        : Ubuntu 12.10 (Quantal Quetzal)" 2
54
 
+.IX Item "ubuntuquantal        : Ubuntu 12.10 (Quantal Quetzal)"
55
 
+.IP "ubuntuprecise        : Ubuntu 12.04 \s-1LTS\s0 (Precise Pangolin)" 2
56
 
+.IX Item "ubuntuprecise        : Ubuntu 12.04 (Precise Pangolin)"
57
 
 .IP "ubuntuoneiric        : Ubuntu 11.10 (Oneiric Ocelot)" 2
58
 
 .IX Item "ubuntuoneiric        : Ubuntu 11.10 (Oneiric Ocelot)"
59
 
 .IP "ubuntunatty          : Ubuntu 11.04 (Natty Narwhal)" 2
60
 
 .IX Item "ubuntunatty          : Ubuntu 11.04 (Natty Narwhal)"
61
 
 .IP "ubuntumaverick       : Ubuntu 10.10 (Maverick Meerkat)" 2
62
 
 .IX Item "ubuntumaverick       : Ubuntu 10.10 (Maverick Meerkat)"
63
 
-.IP "ubuntulucid          : Ubuntu 10.04 (Lucid Lynx)" 2
64
 
+.IP "ubuntulucid          : Ubuntu 10.04 \s-1LTS\s0 (Lucid Lynx)" 2
65
 
 .IX Item "ubuntulucid          : Ubuntu 10.04 (Lucid Lynx)"
66
 
 .IP "ubuntuhardy          : Ubuntu 8.04 \s-1LTS\s0 (Hardy Heron)" 2
67
 
 .IX Item "ubuntuhardy          : Ubuntu 8.04 LTS (Hardy Heron)"
68
 
Index: virtinst-0.600.1/man/en/virt-install.pod
69
 
===================================================================
70
 
--- virtinst-0.600.1.orig/man/en/virt-install.pod       2012-05-24 16:11:18.956651572 -0400
71
 
+++ virtinst-0.600.1/man/en/virt-install.pod    2012-05-24 16:11:26.212651757 -0400
72
 
@@ -377,13 +377,17 @@
73
 
 
74
 
 =item opensuse11           : openSuse 11
75
 
 
76
 
+=item ubuntuquantal        : Ubuntu 12.10 (Quantal Quetzal)
77
 
+
78
 
+=item ubuntuprecise        : Ubuntu 12.04 LTS (Precise Pangolin)
79
 
+
80
 
 =item ubuntuoneiric        : Ubuntu 11.10 (Oneiric Ocelot)
81
 
 
82
 
 =item ubuntunatty          : Ubuntu 11.04 (Natty Narwhal)
83
 
 
84
 
 =item ubuntumaverick       : Ubuntu 10.10 (Maverick Meerkat)
85
 
 
86
 
-=item ubuntulucid          : Ubuntu 10.04 (Lucid Lynx)
87
 
+=item ubuntulucid          : Ubuntu 10.04 LTS (Lucid Lynx)
88
 
 
89
 
 =item ubuntuhardy          : Ubuntu 8.04 LTS (Hardy Heron)
90