From 7296bc5eab3281d98ce0a2a133af788e7f1c1685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 7 Aug 2017 12:49:07 -0400 Subject: Update patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- debian/patches/revert-versioning.patch | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/patches/revert-versioning.patch b/debian/patches/revert-versioning.patch index be90cc7..f6e6004 100644 --- a/debian/patches/revert-versioning.patch +++ b/debian/patches/revert-versioning.patch @@ -10,14 +10,14 @@ This patch should be temporary until resolved upstream: https://github.com/hughsie/libgusb/issues/9 --- a/gusb/libgusb.ver +++ b/gusb/libgusb.ver -@@ -37,28 +37,4 @@ +@@ -37,34 +37,10 @@ LIBGUSB_0.2.5 { global: g_usb_device_get_custom_index; - g_usb_context_get_main_context; - g_usb_context_set_main_context; } LIBGUSB_0.2.4; -- + -LIBGUSB_0.2.8 { - global: - g_usb_device_get_interface; @@ -39,3 +39,10 @@ https://github.com/hughsie/libgusb/issues/9 - global: - g_usb_context_wait_for_replug; -} LIBGUSB_0.2.8; +- + LIBGUSB_0.2.11 { + global: + g_usb_context_set_flags; + g_usb_context_get_flags; +-} LIBGUSB_0.2.9; ++} LIBGUSB_0.2.5; -- cgit v1.2.3