[SCM] QCA2 OpenSSL plugin packaging branch, master, updated. debian/0.1-20070904-3-18-g53fea5d

Felix Geyer debfx-guest at alioth.debian.org
Sun May 29 23:47:10 UTC 2011


The following commit has been merged in the master branch:
commit 082f9a6f8909ea05c6df506e6187218534d8c33e
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Mon May 30 01:16:00 2011 +0200

    Add custom QMAKE flags at the top of conf.pri.
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0576083..c4cf6ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ dh += --buildsystem=qmake
 
 override_dh_auto_configure:
 	./configure --verbose --qtdir=/usr/share/qt4 --debug --no-separate-debug-info
+	mv conf.pri conf.pri.tmp
 	echo QMAKE_CFLAGS_DEBUG="$(CFLAGS)" >> conf.pri
 	echo QMAKE_CXXFLAGS_DEBUG="$(CXXFLAGS)" >> conf.pri
 	echo QMAKE_LDFLAGS_DEBUG="$(LDFLAGS)" >> conf.pri
+	cat conf.pri.tmp >> conf.pri
+	rm conf.pri.tmp

-- 
QCA2 OpenSSL plugin packaging



More information about the pkg-kde-commits mailing list