[SCM] phat/master: bringing back rpath_issue fix

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Feb 18 00:14:39 UTC 2011


The following commit has been merged in the master branch:
commit 24f8850037e86e4127bd99693ffb748a3342c569
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Feb 18 01:14:07 2011 +0100

    bringing back rpath_issue fix

diff --git a/debian/rules b/debian/rules
index 95c5f01..4a76c4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,10 @@ LDFLAGS+=-Wl,--as-needed
 %:
 	dh $@
 
+override_dh_auto_install:
+	dh_auto_install
+	chrpath -d debian/tmp/usr/lib/lib*.so*
+	chrpath -d debian/tmp/usr/bin/phat*
+
 override_dh_installchangelogs:
 	dh_installchangelogs README

-- 
phat packaging



More information about the pkg-multimedia-commits mailing list