[SCM] Qt 4 Debian packaging. branch, experimental-snapshots, updated. debian/4.5.3-1-6-gdccebd6

Fathi Boudra fabo at alioth.debian.org
Thu Oct 8 08:15:59 UTC 2009


The following commit has been merged in the experimental-snapshots branch:
commit dccebd628ef73b1b11f001c6bbd168115753aaa5
Author: Fathi Boudra <fabo at debian.org>
Date:   Thu Oct 8 10:13:53 2009 +0200

    Use '+' hack for parallel builds (see debhelper bug #532805)
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1a81323..73d321d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ else
 endif
 
 %:
-	dh --with quilt $@
+	+dh --with quilt $@
 
 override_dh_auto_configure:
 	# Test broken hppa kernel with glibc >= 2.5

-- 
Qt 4 Debian packaging.



More information about the pkg-kde-commits mailing list