From ec6cb619d8ef16bb67cc2d07a711198870106ea2 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 26 Aug 2011 08:35:11 +0200 Subject: [PATCH] Use find rather than plain rm to nuke .la files. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5