Control: tags -1 + patch Hello.
Upgrading dependency to src:vte2.91 is as simple as dropping an obsolete patch (no longer useful with virt-manager 1.2.1) and then bumping the gir1.2-vte-2.9x dependency... Patch attached. Regards, Andreas Henriksson
diff --git a/debian/changelog b/debian/changelog index 74d9c36..f6c0412 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +virt-manager (1:1.2.1-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop Make-sure-we-use-a-binary-compatible-version-of-vte.patch + - obsolete, no need to force usage of obsolete src:vte3 + * Depend on gir1.2-vte-2.91 (instead of gir1.2-vte-2.90) + + -- Andreas Henriksson <[email protected]> Tue, 25 Aug 2015 21:41:17 +0200 + virt-manager (1:1.2.1-3) unstable; urgency=medium * [1cc4133] Depend on gir1.2-libosinfo-1.0 (Closes: #796723) 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?= <[email protected]> -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

