[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:09 UTC 2011


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

    Fix typo in configure call.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0c5fec1..0576083 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 dh += --buildsystem=qmake
 
 override_dh_auto_configure:
-	./configure --verbose ---qtdir=/usr/share/qt4 --debug --no-separate-debug-info
+	./configure --verbose --qtdir=/usr/share/qt4 --debug --no-separate-debug-info
 	echo QMAKE_CFLAGS_DEBUG="$(CFLAGS)" >> conf.pri
 	echo QMAKE_CXXFLAGS_DEBUG="$(CXXFLAGS)" >> conf.pri
 	echo QMAKE_LDFLAGS_DEBUG="$(LDFLAGS)" >> conf.pri

-- 
QCA2 OpenSSL plugin packaging



More information about the pkg-kde-commits mailing list