[libocas] 48/60: rules: Install to multi-arch locations

Christian Kastner chrisk-guest at moszumanska.debian.org
Mon Aug 25 03:34:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository libocas.

commit fd9e0696f9d43caae0e90f07b9cfb7b5fbdcd0a8
Author: Christian Kastner <debian at kvr.at>
Date:   Sun Jul 27 00:48:56 2014 +0200

    rules: Install to multi-arch locations
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 92c9db4..b2c56c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,13 @@ ifeq (amd64,$(DEB_HOST_ARCH))
 endif
 endif
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
 	dh $@ 
 
+override_dh_auto_install:
+	dh_auto_install -- libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/
+
 override_dh_strip:
 	dh_strip --dbg-package=libocas-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libocas.git



More information about the debian-science-commits mailing list