[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.6.0-1-81-gaa71bc2

Fathi Boudra fabo at alioth.debian.org
Tue Feb 16 08:10:10 UTC 2010


The following commit has been merged in the master branch:
commit aa71bc2ad62b9bf8e6ce725d55d578a0c89fdbfe
Author: Fathi Boudra <fabo at kde.org>
Date:   Tue Feb 16 09:09:29 2010 +0100

    Call dh_auto_build instead of $(MAKE) for parallel build.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0340486..84fe29a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,7 +117,7 @@ endif
 	            $(extra_configure_opts)
 
 override_dh_auto_build:
-	$(MAKE)
+	dh_auto_build
 	# Build documentations
 	$(MAKE) docs
 	# Build translations

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list