From 725a3e4f8545d676f2eadefe4a3a63722ed71ddb Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Sat, 21 May 2022 18:28:31 +0100 Subject: [PATCH] Force python3 usage, add libfakeroot-sysv to blacklist Origin: other Last-Update: 2018-09-24 Last-Update: 2018-09-24 Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch --- tools/check-unused-dependencies | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/check-unused-dependencies b/tools/check-unused-dependencies index 45ee5262..475bdaa8 100755 --- a/tools/check-unused-dependencies +++ b/tools/check-unused-dependencies @@ -53,7 +53,8 @@ def get_dependencies(program): 'libdl.so.', # Because we add -ldl to LIBS 'libgcc_s.so.', 'libm.so.', # Why does Libtool call ld with -lm? - 'libpthread.so.' # Because we add -lpthread to LIBS + 'libpthread.so.', # Because we add -lpthread to LIBS + 'libfakeroot-sysv.so' ])): continue -- 2.30.2