[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.5.3-1-1-gefc85fd

Fathi Boudra fabo at alioth.debian.org
Thu Oct 8 13:47:42 UTC 2009


The following commit has been merged in the master branch:
commit efc85fd4b72588f336295cc8622e3ff53ab4f60f
Author: Fathi Boudra <fabo at debian.org>
Date:   Thu Oct 8 15:48:17 2009 +0200

    Update debian/rules: cleanup make target usage by removing sub-src and
    sub-tools call. Fix a FTBFS on buildds caused by make target ordering.
    (Closes: #550127)
---
 debian/changelog |    8 ++++++++
 debian/rules     |    2 --
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3580379..480b5f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+qt4-x11 (4:4.5.3-2) unstable; urgency=low
+
+  * Update debian/rules: cleanup make target usage by removing sub-src and
+    sub-tools call. Fix a FTBFS on buildds caused by make target ordering.
+    (Closes: #550127)
+
+ -- Fathi Boudra <fabo at debian.org>  Thu, 08 Oct 2009 15:31:52 +0200
+
 qt4-x11 (4:4.5.3-1) unstable; urgency=low
 
   * New upstream release:
diff --git a/debian/rules b/debian/rules
index 94b858d..b03c88b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,6 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_MAKE_INVOKE := $(MAKE)
-DEB_MAKE_BUILD_TARGET := sub-src
 DEB_MAKE_INSTALL_TARGET := INSTALL_ROOT=$(DEB_DESTDIR) install
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
@@ -68,7 +67,6 @@ endif
 common-build-arch::  debian/stamp-makefile-build-tools
 
 debian/stamp-makefile-build-tools: debian/stamp-makefile-build
-	$(MAKE) sub-tools
 	# Build documentations
 	$(MAKE) docs
 	# Build translations

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list