summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/revert-versioning.patch11
1 files 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;