[libreoffice] 02/02: only run mh_make with ENABLE_JAVA=y, as we otherwise might not have it (as it's not in the Build-Depends:)

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 12 18:58:27 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 21c24a287a1ee47eda24ace0fc1798e5e9f416e2
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 12 20:58:14 2017 +0200

    only run mh_make with ENABLE_JAVA=y, as we otherwise might not have it (as it's not in the Build-Depends:)
---
 rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules b/rules
index a7e3c26..a7711b4 100755
--- a/rules
+++ b/rules
@@ -1631,7 +1631,9 @@ clean-debdir:
 
 	rm -rf $(CURDIR)/debian/locales
 
+ifeq "$(ENABLE_JAVA)" "y"
 	mh_clean
+endif
 	dh_clean
 
 clean:

-- 
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