[SCM] Calligra suite packaging branch, tip, updated. debian/2.4.2-3-6-g4bcced3

Adrien Grellier adrien-guest at alioth.debian.org
Mon Jul 2 17:07:57 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=745ade9

The following commit has been merged in the tip branch:
commit 745ade9ce81d1aac307afc327480afd60b9b9c9f
Author: Pino Toscano <pino at debian.org>
Date:   Thu May 24 13:10:49 2012 +0200

    pass -DIHAVEPATCHEDQT=ON to cmake
    
    to make it work with patched qt 4.8.1 (which we have)
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 15dd453..5637a24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 %:
 	dh $@ --parallel --with kde --with sodeps
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DIHAVEPATCHEDQT=ON
+
 override_dh_install:
 	dh_install --list-missing
 

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list