[SCM] Qt 4 Debian packaging branch, experimental-snapshots, updated. debian/4.5.3-2-15-g5c6de5f

Fathi Boudra fabo at alioth.debian.org
Fri Oct 9 14:39:43 UTC 2009


The following commit has been merged in the experimental-snapshots branch:
commit 5c6de5fc91ec14181b3ba8e750d441d47f593f4a
Author: Fathi Boudra <fabo at debian.org>
Date:   Fri Oct 9 16:40:09 2009 +0200

    Build with -no-separate-debug-info. Adjust debian/rules accordingly.
---
 debian/changelog |    3 +--
 debian/rules     |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 03e1e7e..c5c71ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,7 @@ qt4-x11 (4:4.6.0~~tp1+git1336+gc5c58c2-0fabo1) experimental-snapshots; urgency=l
     - Add libqt4-multimedia package.
   * Update installed files and related lintian files.
   * Rewrite debian/rules, converted to dh usage.
-  * Build with -no-separate-debug-info, it's the default value in Qt 4.6.
-    Adjust debian/rules accordingly by removing -separate-debug-info.
+  * Build with -no-separate-debug-info. Adjust debian/rules accordingly.
 
  -- Fathi Boudra <fabo at debian.org>  Sun, 04 Oct 2009 21:53:47 +0200
 
diff --git a/debian/rules b/debian/rules
index 68c82ef..27a1a25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,6 +100,7 @@ endif
 	            -no-rpath \
 	            -optimized-qmake \
 	            -dbus \
+	            -no-separate-debug-info \
 	            -gtkstyle \
 	            -system-nas-sound \
 	            -lfontconfig \

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list