[SCM] qtchooser packaging branch, master, updated. 0e6b281682bb1e11d56d172eb6f73f0db71f8cd0

Timo Jyrinki timo at alioth.debian.org
Mon Jan 7 08:56:01 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtchooser.git;a=commitdiff;h=0e6b281

The following commit has been merged in the master branch:
commit 0e6b281682bb1e11d56d172eb6f73f0db71f8cd0
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Mon Jan 7 08:54:32 2013 +0000

    Make it work by separating build and install.
---
 debian/rules |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7a59b3d..eed6293 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,11 @@
 %:
 	dh $@ 
 
+override_dh_auto_build:
+	make QTCHOOSER_GLOBAL_DIR=/usr/share
+
 override_dh_auto_install:
-	make install INSTALL_ROOT=$(CURDIR)/debian/qtchooser QTCHOOSER_GLOBAL_DIR=/usr/share
+	make install INSTALL_ROOT=$(CURDIR)/debian/qtchooser
 
 override_dh_auto_test:
 

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list