Hi Guido & others,

Guido Günther wrote (08 Oct 2014 17:53:18 GMT) :
> Please NMU, just to be sure we get this change in.

Thanks for the prompt answer and for welcoming contributions :)
I've just NMU'd 1:1.0.1-2.1.

I'm attaching the output of git format-patch, to make it easy for you
to integrate my changes into the Vcs-Git (blindly assuming I have no
write access to that repo, since it's not in collab-maint).

BTW, the upstream and pristine-tar branches in the Vcs-Git seem to
be outdated. Could anyone please push them? Thanks in advance!

Cheers,
-- 
intrigeri

>From ff359a1171be5f8fdaf5171c891d716b3bb252c0 Mon Sep 17 00:00:00 2001
From: intrigeri <[email protected]>
Date: Wed, 8 Oct 2014 17:04:48 +0000
Subject: [PATCH 1/2] fix-removable-drive-support.patch: new patch,
 cherry-picked from upstream.

---
 debian/patches/fix-removable-drive-support.patch | 20 ++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 21 insertions(+)
 create mode 100644 debian/patches/fix-removable-drive-support.patch

diff --git a/debian/patches/fix-removable-drive-support.patch b/debian/patches/fix-removable-drive-support.patch
new file mode 100644
index 0000000..6f08a2d
--- /dev/null
+++ b/debian/patches/fix-removable-drive-support.patch
@@ -0,0 +1,20 @@
+Author: Giuseppe Scrivano <[email protected]>
+Date:   Tue Jun 24 13:59:12 2014 +0200
+Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1112629
+Bug-Debian: https://bugs.debian.org/764508
+Origin: upstream, https://git.fedorahosted.org/cgit/virt-manager.git/commit/?id=eb5b2613110dfaa23626a16704d18df0dbba5086
+Description: details.py: fix typo s|removeable|removable|
+
+diff --git a/virtManager/details.py b/virtManager/details.py
+index dd43259..d3826e5 100644
+--- a/virtManager/details.py
++++ b/virtManager/details.py
+@@ -2166,7 +2166,7 @@ class vmmDetails(vmmGObjectUI):
+             kwargs["shareable"] = self.widget("disk-shareable").get_active()
+ 
+         if self.edited(EDIT_DISK_REMOVABLE):
+-            kwargs["removeable"] = bool(
++            kwargs["removable"] = bool(
+                 self.widget("disk-removable").get_active())
+ 
+         if self.edited(EDIT_DISK_CACHE):
diff --git a/debian/patches/series b/debian/patches/series
index b028b2a..4ff2c04 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 virtinst/fix-path-to-hvmloader.patch
 virtinst/Fix-patch-to-pygrub.patch
 Move-GConf-values-to-GSettings.patch
+fix-removable-drive-support.patch
-- 
2.1.1

>From 74c9bd17b5ac6756243a7b9b8b61451c40fec0af Mon Sep 17 00:00:00 2001
From: intrigeri <[email protected]>
Date: Wed, 8 Oct 2014 17:05:16 +0000
Subject: [PATCH 2/2] virt-manager (1:1.0.1-2.1)

Git-Dch: Ignore
---
 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a53773a..262b74d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+virt-manager (1:1.0.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload, with permission from maintainer.
+  * fix-removable-drive-support.patch: new patch, cherry-picked from upstream
+    (Closes: #764508).
+
+ -- intrigeri <[email protected]>  Thu, 09 Oct 2014 10:20:56 +0200
+
 virt-manager (1:1.0.1-2) unstable; urgency=medium
 
   * Upload to unstable
-- 
2.1.1

Reply via email to