[Pkg-libvirt-commits] [virt-manager] 01/01: Don't enable usb redirection into the guest by default

Guido Guenther agx at moszumanska.debian.org
Sun Oct 12 17:25:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch master
in repository virt-manager.

commit d81fd3c3af1abde1fa0e2bf3b79643f36836f45b
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Oct 12 15:16:15 2014 +0200

    Don't enable usb redirection into the guest by default
    
    Closes: #764894
---
 debian/10_virt-manager.gschema.override | 2 ++
 debian/rules                            | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/10_virt-manager.gschema.override b/debian/10_virt-manager.gschema.override
new file mode 100644
index 0000000..dc87dd5
--- /dev/null
+++ b/debian/10_virt-manager.gschema.override
@@ -0,0 +1,2 @@
+[org.virt-manager.virt-manager.console]
+auto-redirect=false
diff --git a/debian/rules b/debian/rules
index 5f5f96c..7ce09f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,8 @@
 override_dh_python2:
 	dh_python2 -O--buildsystem=python_distutils
 	dh_python2 -p virtinst usr/share/virt-manager
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_install debian/10_virt-manager.gschema.override \
+		   /usr/share/glib-2.0/schemas/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-manager.git



More information about the Pkg-libvirt-commits mailing list