[SCM] libebml/master: Pass libdir to make install to properly handle multiarch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Feb 14 11:09:32 UTC 2012


The following commit has been merged in the master branch:
commit 83e37506a77064f4ebce93ae599922e71a435efb
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Feb 14 12:07:42 2012 +0100

    Pass libdir to make install to properly handle multiarch.

diff --git a/debian/rules b/debian/rules
index 25b2c71..03cf7f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/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)

-- 
libebml packaging



More information about the pkg-multimedia-commits mailing list