[Pkg-libvirt-commits] [virt-manager] 01/02: Use gir1.2-vte-2.91

Guido Guenther agx at moszumanska.debian.org
Wed Aug 26 07:45:54 UTC 2015


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

agx pushed a commit to branch debian/sid
in repository virt-manager.

commit 7bad4784846349cb624dc39fb796fa19a065edde
Author: Andreas Henriksson <andreas at fatal.se>
Date:   Wed Aug 26 09:34:57 2015 +0200

    Use gir1.2-vte-2.91
    
    Closes: #788030
---
 debian/control                                     |  2 +-
 ...we-use-a-binary-compatible-version-of-vte.patch | 22 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 00381c6..7540ec7 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gir1.2-libvirt-glib-1.0,
  gir1.2-gtk-vnc-2.0,
  gir1.2-gtk-3.0 (>= 3.10),
- gir1.2-vte-2.90,
+ gir1.2-vte-2.91,
  gir1.2-libosinfo-1.0,
  virtinst (>= ${binary:Version}),
 # For gsettings-data-convert
diff --git a/debian/patches/Make-sure-we-use-a-binary-compatible-version-of-vte.patch b/debian/patches/Make-sure-we-use-a-binary-compatible-version-of-vte.patch
deleted file mode 100644
index f1aff73..0000000
--- a/debian/patches/Make-sure-we-use-a-binary-compatible-version-of-vte.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Wed, 25 Mar 2015 15:00:26 +0100
-Subject: Make sure we use a binary compatible version of vte
-
-Closes: #781127
----
- virtManager/serialcon.py | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/virtManager/serialcon.py b/virtManager/serialcon.py
-index 320811b..062d2ac 100644
---- a/virtManager/serialcon.py
-+++ b/virtManager/serialcon.py
-@@ -28,6 +28,8 @@ import logging
- from gi.repository import Gdk
- from gi.repository import GLib
- from gi.repository import Gtk
-+import gi
-+gi.require_version('Vte', '2.90')
- from gi.repository import Vte
- 
- import libvirt
diff --git a/debian/patches/series b/debian/patches/series
index 3c78618..6eec59d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 virtinst/fix-path-to-hvmloader.patch
 virtinst/Fix-patch-to-pygrub.patch
-Make-sure-we-use-a-binary-compatible-version-of-vte.patch
 Make-SpiceClientGtk-optional.patch

-- 
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