From 34d7f6d7ef8d7a910e4dbc931fc1c60debe53ae5 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 26 Aug 2011 08:38:11 +0200 Subject: [PATCH] Fix up dh_install call, --builddirectory is not a valid parameter. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 64f07f5..276d263 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ yubikey-personalization (1.6.1-1) unstable; urgency=low * Multiarchify, bumping debhelper compat level and adjusting paths in install files. * Use find rather than plain rm to nuke .la files. + * Fix up dh_install call, --builddirectory is not a valid parameter. -- Tollef Fog Heen Fri, 26 Aug 2011 08:13:24 +0200 diff --git a/debian/rules b/debian/rules index 0fb43d1..363ad65 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ override_dh_install: chrpath -d $(CURDIR)/debian/tmp/usr/bin/ykpersonalize find debian/tmp -name \*.la -delete - dh_install --builddirectory=build --fail-missing + dh_install --fail-missing -- 2.39.5