don't limit the 0 → 1 replacement in release to deb

since there are rpm-frontends that do their own version comparison that
is different from rpm itself.

Change-Id: Iddf38c14e7f48eec5d043de57e3404fcd9da24f7
This commit is contained in:
Christian Lohmaier
2014-06-02 11:49:05 +02:00
parent 8007579865
commit 3d67e273cf

View File

@@ -81,7 +81,7 @@ $(foreach pkgformat,$(5),\
-l $(subst $(WHITESPACE),$(COMMA),$(strip $(2))) \ -l $(subst $(WHITESPACE),$(COMMA),$(strip $(2))) \
-p LibreOffice$(if $(ENABLE_RELEASE_BUILD),,_Dev)$(3) \ -p LibreOffice$(if $(ENABLE_RELEASE_BUILD),,_Dev)$(3) \
-u $(instsetoo_OUT) \ -u $(instsetoo_OUT) \
-buildid $(if $(filter deb0,$(pkgformat)$(LIBO_VERSION_PATCH)),1,$(LIBO_VERSION_PATCH)) \ -buildid $(if $(filter deb0 rpm0,$(pkgformat)$(LIBO_VERSION_PATCH)),1,$(LIBO_VERSION_PATCH)) \
$(if $(filter WNT,$(OS)), \ $(if $(filter WNT,$(OS)), \
-msitemplate $(dir $@)msi_templates \ -msitemplate $(dir $@)msi_templates \
-msilanguage $(dir $@)win_ulffiles \ -msilanguage $(dir $@)win_ulffiles \