------------------------------------------------------------ revno: 1836 committer: Rene Engelhard <r...@debian.org> branch nick: unstable timestamp: Wed 2010-03-03 23:53:50 +0100 message: change build version to omit openoffice.org-core but mention ooo-build release instead removed: patches/ modified: changelog rules
=== modified file 'changelog' --- a/changelog 2010-03-03 11:56:46 +0000 +++ b/changelog 2010-03-03 22:53:50 +0000 @@ -5,8 +5,10 @@ - build-depend on ant1.7 on gij-using archs (see #571532) - conditionalize armel build; reenable on lenny-backport - that still should work + - change build version to omit openoffice.org-core but mention ooo-build + release instead - -- Rene Engelhard <r...@debian.org> Wed, 03 Mar 2010 12:52:53 +0100 + -- Rene Engelhard <r...@debian.org> Wed, 03 Mar 2010 13:49:25 +0100 openoffice.org (1:3.2.0-2) unstable; urgency=low
=== removed directory 'patches' === modified file 'rules' --- a/rules 2010-03-03 11:56:46 +0000 +++ b/rules 2010-03-03 22:53:50 +0000 @@ -69,7 +69,7 @@ TAG=$(MWS)_$(MILESTONE) OOO_BUILD_BRANCH=ooo-build-3-2 OOO_BUILD_VERSION=3.2.0.7 -OOO_BUILD_TAG=OOO_BUILD_3_2_0_7 +OOO_BUILD_TAG=OOO_BUILD_$(shell echo $(OOO_BUILD_VERSION) | sed -e 's/\./_/g') OOO_BUILD_TREE=ooo-build-$(shell echo $(OOO_BUILD_VERSION) | sed -e 's/\./-/g') SOURCE_TREE=$(OOO_BUILD_TREE)/build/$(TAG) STAMP_DIR=debian/stampdir @@ -279,7 +279,7 @@ --with-installed-ooo-dirname=$(OODIRNAME) \ --mandir=/usr/share/man \ --with-docdir=/usr/share/doc/openoffice.org \ - --with-build-version="openoffice.org$(VER)-core $(BINARY_VERSION), `LC_ALL=C date`" \ + --with-build-version="ooo-build $(OOO_BUILD_VERSION), Debian $(BINARY_VERSION), `LC_ALL=C date`" \ --disable-strip \ --enable-lockdown \ --with-drink=coffee \