diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | 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@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 |