[SCM] libkscreen packaging branch, master, updated. c0f29a8001687c3908bebe1d3923af3be84673e3

Maximiliano Curia maxy at moszumanska.debian.org
Thu Dec 5 21:18:29 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libkscreen.git;a=commitdiff;h=9dd30b6

The following commit has been merged in the master branch:
commit 9dd30b6d66fe9d4bd227fedc54ce97e8824fa57c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Dec 5 14:31:02 2013 +0100

    Install in multi arch paths
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index ea60dbc..47be612 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,15 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
 	dh $@ --dbg-package=libkscreen-dbg \
 	    --list-missing \
 	    --with kde
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DLIB_DESTINATION=/usr/lib/$(DEB_HOST_MULTIARCH)
+
 # Tests require kscreen
 .PHONY: override_dh_auto_test

-- 
libkscreen packaging



More information about the pkg-kde-commits mailing list