Fix FTBFS due to failed `*.egg-info` removal
Ref.: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026490
The *.egg-info
directory is not being properly removed during
dh_install
, which causes dh_missing
to complain. This MR fixes
the problem by adjusting find
's syntax to make sure we remove
everything.
Cc @tjaalton
Merge request reports
Activity
Filter activity
Please register or sign in to reply