rev 9561 - in branches/qt4-x11/debian: . patches
Fathi Boudra
fabo at alioth.debian.org
Tue Mar 4 08:45:11 UTC 2008
Author: fabo
Date: 2008-03-04 08:45:11 +0000 (Tue, 04 Mar 2008)
New Revision: 9561
Modified:
branches/qt4-x11/debian/patches/09_qmake_lflags_as-needed.diff
branches/qt4-x11/debian/rules
Log:
silent dh_shlibdeps against .debug files.
add a comment against LDFLAGS issue.
Modified: branches/qt4-x11/debian/patches/09_qmake_lflags_as-needed.diff
===================================================================
--- branches/qt4-x11/debian/patches/09_qmake_lflags_as-needed.diff 2008-03-04 07:18:29 UTC (rev 9560)
+++ branches/qt4-x11/debian/patches/09_qmake_lflags_as-needed.diff 2008-03-04 08:45:11 UTC (rev 9561)
@@ -1,3 +1,8 @@
+author: Fathi Boudra <fabo at debian.org>
+
+workaround as LDFLAGS isn't honored by configure script.
+Bug reported to Trolltech.
+
--- a/configure
+++ b/configure
@@ -497,6 +497,8 @@
Modified: branches/qt4-x11/debian/rules
===================================================================
--- branches/qt4-x11/debian/rules 2008-03-04 07:18:29 UTC (rev 9560)
+++ branches/qt4-x11/debian/rules 2008-03-04 08:45:11 UTC (rev 9561)
@@ -25,6 +25,8 @@
DEB_DH_STRIP_ARGS_libqt4-debug := --exclude=.debug
+DEB_DH_SHLIBDEPS_ARGS_ALL := --exclude=.debug
+
# Qt4.4.0-beta1 does not contain changes file
#DEB_INSTALL_CHANGELOGS_ALL := changes-$(QTVERSION)
More information about the pkg-kde-commits
mailing list