[SCM] Qt 4 Debian packaging branch, experimental-snapshots, updated. debian/4.6.2-5-4-g829cf88

Fathi Boudra fabo at alioth.debian.org
Fri May 21 13:53:38 UTC 2010


The following commit has been merged in the experimental-snapshots branch:
commit 829cf88a575f26dbb2041060b43b1f6fa0b02dec
Author: Fathi Boudra <fabo at debian.org>
Date:   Fri May 21 16:50:41 2010 +0300

    add -importdir configure option.
---
 debian/changelog |    2 ++
 debian/rules     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 103c3e0..906652c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ qt4-x11 (4:4.7.0~beta1-1) UNRELEASED; urgency=low
     - 98_alpha_ftbfs_wtf_platform_support.diff - stolen upstream
   * Refresh Debian patches:
     - 30_webkit_unaligned_access.diff - partially merged upstream
+  * Update debian/rules:
+    - add -importdir configure option.
 
  -- Fathi Boudra <fabo at debian.org>  Fri, 21 May 2010 10:31:22 +0300
 
diff --git a/debian/rules b/debian/rules
index e04e4fb..bb1b128 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,6 +83,7 @@ endif
 	            -headerdir "/usr/include/qt4" \
 	            -datadir "/usr/share/qt4" \
 	            -plugindir "/usr/lib/qt4/plugins" \
+	            -importdir "/usr/lib/qt4/imports" \
 	            -translationdir "/usr/share/qt4/translations" \
 	            -sysconfdir "/etc/xdg" \
 	            -demosdir "/usr/lib/qt4/demos" \

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list