Description: Force python3 usage, add libfakeroot-sysv and libeatmydata to blacklist
Author: Jean Baptiste Favre <debian@jbfavre.org>
Origin: other
Last-Update: 2018-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tools/check-unused-dependencies
+++ b/tools/check-unused-dependencies
@@ -54,6 +54,8 @@ def get_dependencies(program):
                     'libgcc_s.so.',
                     'libm.so.',       # Why does Libtool call ld with -lm?
                     'libpthread.so.', # Because we add -lpthread to LIBS
+                    'libfakeroot-sysv.so',
+                    'libeatmydata.so'
                 ])):
             continue
 
