summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2017-08-07 12:49:07 -0400
committerMichal Čihař <nijel@debian.org>2017-08-07 12:49:07 -0400
commit7296bc5eab3281d98ce0a2a133af788e7f1c1685 (patch)
tree5c62a21005eea8044e2bc6214ee138bd7cbb0a02
parent1942e0940e4459a76d55004b28b4e2e37e1f51a6 (diff)
Update patch
Signed-off-by: Michal Čihař <nijel@debian.org>
-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;