[SCM] Qt 4 packaging branch, master, updated. debian/4.7.3-8-30-g746d167

Fathi Boudra fabo at alioth.debian.org
Tue Dec 27 12:37:05 UTC 2011


The following commit has been merged in the master branch:
commit 6272fc096bbc473893891e04db52f60ef33dcf34
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Dec 27 14:32:35 2011 +0200

    Add -reduce-relocations configure option.
---
 debian/changelog |    4 +++-
 debian/rules     |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3396619..14261b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,7 +24,9 @@ qt4-x11 (4:4.7.4-1) UNRELEASED; urgency=low
     libqt4-dbus, because some things will use this at runtime. It makes
     libqt4-dbus genuinely multiarch-installable.
   * Update debian/control: mark Qt libraries as Multi-Arch.
-  * Update debian/rules: add DEB_HOST_MULTIARCH support for libdir/plugindir.
+  * Update debian/rules:
+    - add DEB_HOST_MULTIARCH support for libdir/plugindir.
+    - add -reduce-relocations configure option.
   * Update debian/*.install: update paths for multiarch.
   * Update debian/libqt4-declarative.install: rename libtcpserver.so to
     libqmldbg_tcp.so.
diff --git a/debian/rules b/debian/rules
index cdb3bf3..89e89a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,6 +138,7 @@ endif
 	            -no-rpath \
 	            -optimized-qmake \
 	            -dbus-linked \
+	            -reduce-relocations \
 	            -no-separate-debug-info \
 	            -verbose \
 	            -gtkstyle \

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list