Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
'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