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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.0, updated. libreoffice_3.6.4-1-206-g83ba61b



The following commit has been merged in the debian-experimental-4.0 branch:
commit 83ba61b8b81f94a18dace2532bb625d218351ca6
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Jan 7 18:51:57 2013 +0100

    fix --enable-release-build conditional

diff --git a/rules b/rules
index 7be9791..24928c7 100755
--- a/rules
+++ b/rules
@@ -350,7 +350,7 @@ CONFIGURE_FLAGS= \
 		--without-myspell-dicts \
 		--disable-dependency-tracking
 
-ifeq "$(shell echo $(DEB_VERSION_UPSTREAM) | grep -E '(alpha|beta)'; echo $$?)" "0"
+ifeq "$(shell echo $(DEB_VERSION_UPSTREAM) | grep -E '(alpha|beta)'; echo $$?)" "1"
 CONFIGURE_FLAGS += --enable-release-build
 endif
 

-- 
LibreOffice packaging repository


Reply to: