From: Boyuan Yang <073plan@gmail.com> Date: Sat, 19 Aug 2017 17:15:06 +0000 (+0800) Subject: debian: deal with the error of dh_missing X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~164 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9be69fa7dbd231f76b5a3c71fd54047bf895931d;p=dtkcore.git debian: deal with the error of dh_missing --- diff --git a/debian/rules b/debian/rules index dd77570..e96babd 100755 --- a/debian/rules +++ b/debian/rules @@ -20,4 +20,6 @@ override_dh_makeshlibs: dh_makeshlibs -V override_dh_missing: + # remove known useless test file + rm -f debian/tmp/usr/tests/tests/tests dh_missing --fail-missing