From 19e7c486b58306380f63fc1508ba7f4e012ec180 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 10 Feb 2014 13:27:24 +0100 Subject: [PATCH] Fix rpath issue with library. --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.5