From: Tollef Fog Heen Date: Fri, 26 Aug 2011 06:35:11 +0000 (+0200) Subject: Use find rather than plain rm to nuke .la files. X-Git-Tag: yubikey-personalisation_1.6.1-1~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec6cb619d8ef16bb67cc2d07a711198870106ea2;p=yubikey-personalization.old Use find rather than plain rm to nuke .la files. --- diff --git a/debian/changelog b/debian/changelog index b71c6e6..64f07f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ yubikey-personalization (1.6.1-1) unstable; urgency=low * Update symbols file for new symbols upstream. * Multiarchify, bumping debhelper compat level and adjusting paths in install files. + * Use find rather than plain rm to nuke .la files. -- Tollef Fog Heen Fri, 26 Aug 2011 08:13:24 +0200 diff --git a/debian/rules b/debian/rules index 6f1b022..0fb43d1 100755 --- a/debian/rules +++ b/debian/rules @@ -7,5 +7,5 @@ override_dh_install: chrpath -d $(CURDIR)/debian/tmp/usr/bin/ykpersonalize - rm -rf debian/tmp/usr/lib/*.la + find debian/tmp -name \*.la -delete dh_install --builddirectory=build --fail-missing