[SCM] libmatroska/master: debian/rules: Multi-Arch support added

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Tue Feb 14 18:25:26 UTC 2012


The following commit has been merged in the master branch:
commit 7ef4951064e1a488680f4d06a98bbc76856c3603
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Tue Feb 14 19:24:54 2012 +0100

    debian/rules: Multi-Arch support added
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 4eb49d4..97d4981 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,13 @@
 #!/usr/bin/make -f
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
 	dh $@ --sourcedirectory=make/linux
 
 override_dh_auto_install:
-	dh_auto_install -- prefix=$(CURDIR)/debian/tmp/usr
+	dh_auto_install -- prefix=$(CURDIR)/debian/tmp/usr \
+		libdir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_test:
 	dh_auto_test --no-act

-- 
libmatroska packaging



More information about the pkg-multimedia-commits mailing list