[SCM] signon-plugin-oauth2 packaging branch, master, updated. f440c5d14f11c77969eba8c05c9ff2aadb47cdba

Diane Trout diane at moszumanska.debian.org
Fri Sep 4 05:18:56 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/signon-plugin-oauth2.git;a=commitdiff;h=2d34673

The following commit has been merged in the master branch:
commit 2d34673cf7b9ae30cc33f5e681fcadab61301c01
Author: Diane Trout <diane at ghic.org>
Date:   Thu Sep 3 22:17:59 2015 -0700

    customize rules to clean up fully and install into mutliarch directory
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 9c88797..369978e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --buildsystem qmake
+
+override_dh_auto_configure:
+	qmake PREFIX=/usr LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
+
+override_dh_auto_clean:
+	if [ -f Makefile ] ; then make distclean; fi
+	find . -name '*.so' -exec rm {} \;

-- 
signon-plugin-oauth2 packaging



More information about the pkg-kde-commits mailing list