[Pkg-libvirt-commits] [SCM] Virtinst Debian packaging branch, master, updated. debian/0.400.3-4-7-g3840c11

Laurent Léonard laurent at open-minds.org
Thu Jul 16 22:07:50 UTC 2009


The following commit has been merged in the master branch:
commit 3840c11dfcd9748aa44ee710e4a551c5ca9a43d3
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Fri Jul 17 00:00:13 2009 +0200

    Add Windows 7 to the osdict.
    
    Closes: #535781

diff --git a/debian/patches/0009-Add-Windows-7-to-the-osdict.patch b/debian/patches/0009-Add-Windows-7-to-the-osdict.patch
new file mode 100644
index 0000000..9ef84f2
--- /dev/null
+++ b/debian/patches/0009-Add-Windows-7-to-the-osdict.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Laurent=20L=C3=A9onard?= <laurent at open-minds.org>
+Date: Thu, 16 Jul 2009 23:54:04 +0200
+Subject: [PATCH] Add Windows 7 to the osdict.
+
+Closes: #535781
+---
+ virtinst/osdict.py |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/virtinst/osdict.py b/virtinst/osdict.py
+index 9347314..84ea9c8 100644
+--- a/virtinst/osdict.py
++++ b/virtinst/osdict.py
+@@ -179,6 +179,7 @@ OS_TYPES = {\
+         "win2k3": { "label": "Microsoft Windows 2003" },
+         "win2k8": { "label": "Microsoft Windows 2008" },
+         "vista": { "label": "Microsoft Windows Vista" },
++        "win7": { "label": "Microsoft Windows 7" }
+     },
+ },
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 524c3b4..fa4a712 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 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

-- 
Virtinst Debian packaging



More information about the Pkg-libvirt-commits mailing list