[Pkg-libvirt-commits] [SCM] Virtinst Debian packaging branch, master, updated. debian/0.600.0-2

Guido Günther agx at sigxcpu.org
Sat Dec 31 16:53:30 UTC 2011


The following commit has been merged in the master branch:
commit d62f9c63b25451d1db0ccaeec09b843c7f1a69ca
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Dec 31 17:13:21 2011 +0100

    Add Debian Wheezy to OS_TYPES

diff --git a/debian/patches/0005-Add-Debian-Wheezy-to-the-OS_TYPES.patch b/debian/patches/0005-Add-Debian-Wheezy-to-the-OS_TYPES.patch
new file mode 100644
index 0000000..7aa033f
--- /dev/null
+++ b/debian/patches/0005-Add-Debian-Wheezy-to-the-OS_TYPES.patch
@@ -0,0 +1,31 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 11 Aug 2011 20:56:07 +0200
+Subject: Add Debian Wheezy to the OS_TYPES
+
+---
+ virtinst/osdict.py |   12 +++++++++++-
+ 1 files changed, 11 insertions(+), 1 deletions(-)
+
+diff --git a/virtinst/osdict.py b/virtinst/osdict.py
+index e59f7a4..7fe1082 100644
+--- a/virtinst/osdict.py
++++ b/virtinst/osdict.py
+@@ -433,7 +433,17 @@ OS_TYPES = {
+             INPUT: USB_TABLET,
+         }
+     },
+-
++    "debianwheezy": {
++        "label": "Debian Wheezy",
++        "distro": "debian",
++        "sortby": "debian7",
++        "supported": True,
++        "devices" : {
++                   DISK : VIRTIO_DISK,
++                   NET  : VIRTIO_NET,
++                   INPUT: USB_TABLET,
++        }
++    },
+     "ubuntuhardy": {
+         "label": "Ubuntu 8.04 LTS (Hardy Heron)",
+         "distro": "ubuntu",
diff --git a/debian/patches/series b/debian/patches/series
index b0ceb7f..438cf8b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Fix-path-to-pygrub.patch
 0003-Fix-path-to-keyboard-configuration.patch
 0004-VirtualDeviceAddress-Only-clear-XML-if-not-building-.patch
+0005-Add-Debian-Wheezy-to-the-OS_TYPES.patch

-- 
Virtinst Debian packaging



More information about the Pkg-libvirt-commits mailing list