[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 96da7d211d056a4cae7bc01ef6b15e34274da50c
Author: Felix Geyer <debfx-pkg at fobos.de>
Date: Mon May 30 01:29:12 2011 +0200
Re-run qmake after adding custom QMAKE variables to conf.pri.
---
debian/rules | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 11ae606..4482d9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,12 +10,10 @@ 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
+ qmake-qt4
override_dh_clean:
$(overridden_command)
--
QCA2 OpenSSL plugin packaging
More information about the pkg-kde-commits
mailing list