debian/patches: Reorder to give upstream more priority

This commit is contained in:
Marco Trevisan (Treviño)
2020-11-25 19:56:49 +01:00
parent 0c9f7cf5ea
commit 2866d8a247
5 changed files with 8 additions and 8 deletions
@@ -12,10 +12,10 @@ ones; mode and group to all.
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c
index 5f17b6b..00bfa92 100644
index 183cfa5..ff8fd1c 100644
--- a/libfprint/fprint-list-udev-rules.c
+++ b/libfprint/fprint-list-udev-rules.c
@@ -66,9 +66,6 @@ print_driver (const FpDeviceClass *cls)
@@ -134,9 +134,6 @@ print_driver (const FpDeviceClass *cls)
if (entry->vid == bl_entry->vid && entry->pid == bl_entry->pid)
break;
@@ -25,7 +25,7 @@ index 5f17b6b..00bfa92 100644
key = g_strdup_printf ("%04x:%04x", entry->vid, entry->pid);
if (g_hash_table_lookup (printed, key) != NULL)
@@ -82,8 +79,10 @@ print_driver (const FpDeviceClass *cls)
@@ -150,8 +147,10 @@ print_driver (const FpDeviceClass *cls)
if (num_printed == 0)
g_print ("# %s\n", cls->full_name);