[libreoffice] 01/04: apparently make odk.clean fails with PACKAGE_SDK=n

Rene Engelhard rene at moszumanska.debian.org
Sun Sep 17 09:56:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit d926fa501bc3e2b8bbf82c010d3997b1ce4ae0bb
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 17 11:47:46 2017 +0200

    apparently make odk.clean fails with PACKAGE_SDK=n
---
 rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules b/rules
index a7711b4..9359339 100755
--- a/rules
+++ b/rules
@@ -1982,7 +1982,9 @@ build-indep: $(STAMP_DIR)/prepare $(STAMP_DIR)/build-arch $(STAMP_DIR)/build-ind
 $(STAMP_DIR)/build-indep:
 	dh_testdir
 
+ifeq "$(PACKAGE_SDK)" "y"
 	$(MAKE) odk.clean
+endif
 	$(MAKE) scp2.clean
 
 	rm -f config.status autogen.lastrun

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list