[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 01/03: enable dependency checking if UNRELEASED



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

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

commit 6e9b1392457427503d24003c81dfdac528d283ad
Author: Rene Engelhard <rene@debian.org>
Date:   Tue Dec 22 22:33:45 2015 +0100

    enable dependency checking if UNRELEASED
---
 rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/rules b/rules
index 7f9007c..6b8b760 100755
--- a/rules
+++ b/rules
@@ -529,7 +529,6 @@ CONFIGURE_FLAGS= \
 		--disable-fetch-external \
 		--without-fonts \
 		--without-myspell-dicts \
-		--disable-dependency-tracking \
 		--enable-hardlink-deliver \
 		--with-branding=$(CURDIR)/debian/branding
 CONFIGURE_FLAGS_INDEP=
@@ -543,6 +542,10 @@ CONFIGURE_FLAGS += --enable-release-build
 RELEASE_BUILD := y
 endif
 
+ifeq "$(shell dpkg-parsechangelog | grep urgency | grep -q UNRELEASED && echo true)" "true"
+CONFIGURE_FLAGS += --disable-dependency-tracking
+endif
+
 export verbose=t
 
 CONFIGURE_FLAGS += --with-alloc=$(ALLOC)

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


Reply to: