From: Simon Josefsson Date: Mon, 10 Feb 2014 12:27:24 +0000 (+0100) Subject: Fix rpath issue with library. X-Git-Tag: yubikey-personalization_1.15.0-2^0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e7c486b58306380f63fc1508ba7f4e012ec180;p=yubikey-personalization Fix rpath issue with library. --- diff --git a/debian/changelog b/debian/changelog index 45e1288..3f26bc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yubikey-personalization (1.15.0-2) unstable; urgency=low + + * Fix rpath issue with library. + + -- Simon Josefsson Mon, 10 Feb 2014 13:27:02 +0100 + yubikey-personalization (1.15.0-1) unstable; urgency=low * New upstream version. diff --git a/debian/rules b/debian/rules index 0c6d5eb..bbc4592 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,8 @@ dh $@ --parallel --with autoreconf --builddirectory=build override_dh_install: - chrpath -d $(CURDIR)/debian/tmp/usr/bin/ykpersonalize + chrpath -d $(CURDIR)/debian/tmp/usr/bin/* + chrpath -d $(CURDIR)/debian/tmp/usr/lib/*/libykpers-1.so.* find debian/tmp -name \*.la -delete dh_install --fail-missing