debian/patches: Use gbp pq topics for debian-specific patches

This commit is contained in:
Marco Trevisan (Treviño)
2020-12-02 04:59:22 +01:00
parent e696d77514
commit 457f8c818c
2 changed files with 15 additions and 7 deletions
@@ -1,14 +1,23 @@
Description: Tweak the udev rules creator for Debian usage
List all devices; automatic power/control only for the non-blacklisted
ones; mode and group to all.
From: Didier Raboud <odyx@debian.org>
Date: Wed, 2 Dec 2020 04:57:32 +0100
Subject: Tweak the udev rules creator for Debian usage
List all devices; automatic power/control only for the non-blacklisted
ones; mode and group to all.
Author: Didier Raboud <odyx@debian.org>
Author: Sebastien Bacher <seb128@ubuntu.com>
Origin: vendor
Last-Update: 2020-01-10
---
libfprint/fprint-list-udev-rules.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/libfprint/fprint-list-udev-rules.c b/libfprint/fprint-list-udev-rules.c
index d6c884c..3b6f572 100644
--- a/libfprint/fprint-list-udev-rules.c
+++ b/libfprint/fprint-list-udev-rules.c
@@ -66,9 +66,6 @@ print_driver (const FpDeviceClass *cls)
@@ -133,9 +133,6 @@ print_driver (const FpDeviceClass *cls)
if (entry->vid == bl_entry->vid && entry->pid == bl_entry->pid)
break;
@@ -18,7 +27,7 @@ Last-Update: 2020-01-10
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)
@@ -149,8 +146,10 @@ print_driver (const FpDeviceClass *cls)
if (num_printed == 0)
g_print ("# %s\n", cls->full_name);
+1 -2
View File
@@ -1,2 +1 @@
# Debian specifics
udev-rules-creation-add-Debian-specifics.patch
debian/Tweak-the-udev-rules-creator-for-Debian-usage.patch