diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-08 15:48:17 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-08 15:48:17 +0200 |
commit | efc85fd4b72588f336295cc8622e3ff53ab4f60f (patch) | |
tree | 61c9685d9ad4912685cf9c415a3a4c2e52d1f70f | |
parent | 910573ebef7a2309d83c13bc71d5de2cf6dc87fd (diff) | |
download | qt4-x11-efc85fd4b72588f336295cc8622e3ff53ab4f60f.tar.gz |
Update debian/rules: cleanup make target usage by removing sub-src anddebian/4.5.3-2
sub-tools call. Fix a FTBFS on buildds caused by make target ordering.
(Closes: #550127)
-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 |