[SCM] mixxx/master: Remove RPATH

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Jan 26 00:10:13 UTC 2016


The following commit has been merged in the master branch:
commit a982cef9aab331b316247431cdd0d3b903693151
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Jan 26 00:46:42 2016 +0100

    Remove RPATH

diff --git a/debian/control b/debian/control
index d8789f5..b0b7e92 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,8 @@ Build-Depends:
  qtscript5-dev,
  qttools5-dev-tools,
  scons,
- vamp-plugin-sdk
+ vamp-plugin-sdk,
+ chrpath
 Standards-Version: 3.9.6
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/mixxx.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/mixxx.git
diff --git a/debian/rules b/debian/rules
index 9f4b04e..19d22ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,8 @@ override_dh_auto_install:
 		-exec rm -f {} \;
 	find $(CURDIR)/debian/tmp -name '*.js' -exec chmod -x {} \;
 	find $(CURDIR)/debian/tmp/usr/share/mixxx/ -type f -exec chmod -x {} \;
+	chrpath -d debian/tmp/usr/bin/mixxx \
+		debian/tmp/usr/lib/mixxx/plugins/vamp/libmixxxminimal.so
 
 override_dh_gencontrol:
 	dh_gencontrol -- $(SUBSTVARS)

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list