[SCM] QCA2 library packaging branch, master, updated. debian/2.0.3-2-15-gc51447a

Felix Geyer debfx-guest at alioth.debian.org
Mon May 21 20:36:48 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/qca2.git;a=commitdiff;h=0b0549a

The following commit has been merged in the master branch:
commit 0b0549ad87d6eb621deadf4f5c7002e07342dfbf
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Sun May 20 11:34:54 2012 +0200

    Fix passing $LDFLAGS to the build system.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a9a967a..347749f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ qca2 (2.0.3-3) UNRELEASED; urgency=low
     - Bump debhelper compat level to v9.
     - Move qcatool2 into an own package.
     - Mark libqca2 and libqca2-dbg as Multi-Arch: same.
+  * Fix passing $LDFLAGS to the build system.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 23 Oct 2011 16:03:44 +0200
 
diff --git a/debian/rules b/debian/rules
index 938eac3..17bc6f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_configure:
 	  --debug --no-separate-debug-info
 	echo QMAKE_CFLAGS_DEBUG="$(CFLAGS) $(CPPFLAGS)" >> conf.pri
 	echo QMAKE_CXXFLAGS_DEBUG="$(CXXFLAGS) $(CPPFLAGS)" >> conf.pri
-	echo QMAKE_LDFLAGS_DEBUG="$(LDFLAGS)" >> conf.pri
+	echo QMAKE_LFLAGS_DEBUG="$(LDFLAGS)" >> conf.pri
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=libqca2-dbg

-- 
QCA2 library packaging



More information about the pkg-kde-commits mailing list