[SCM] idjc/master: Install backend in private directory

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Sep 5 23:22:02 UTC 2013


The following commit has been merged in the master branch:
commit 420adfbfab5b58cdbbc1239ebd2fd9f03636a8f9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Sep 6 01:06:11 2013 +0200

    Install backend in private directory

diff --git a/debian/rules b/debian/rules
index 0a48e4d..ca32388 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export REPACK_SH=$(CURDIR)/debian/repack.sh
 	dh $@ --parallel --with python2,autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-rpath --disable-static --libexecdir=/usr/bin
+	dh_auto_configure -- --disable-rpath --disable-static --libexecdir=/usr/bin --libdir=/usr/lib/idjc
 
 override_dh_auto_build:
 ifneq (,$(findstring doopt,$(DEB_BUILD_OPTIONS)))

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list