------------------------------------------------------------ revno: 1208 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Wed 2008-08-06 11:54:24 +0200 message: OOO300_m1 modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-07-31 00:05:29 +0000 +++ b/changelog 2008-08-06 09:54:24 +0000 @@ -1,12 +1,12 @@ -openoffice.org (1:3.0.0~dev300m28-0.1pre) experimental; urgency=low +openoffice.org (1:3.0.0~ooo300m1-0.1pre) experimental; urgency=low - * OpenOffice.org development milestone 28 (DEV300_m28) + * OpenOffice.org 3.0 release branch milestone 1 (OOO300_m1) - deleting cell contents while spellchecking window is open does now not crash in calc anymore in some circumstances (but the text is not editable) (closes: #490549) - package-ooo: fix install to make help land properly in -help-xx. * ooo-build: - - update (r13444) + - update (r13480) * debian/rules: - Add SYSTEM_LUCENE conditional - Add SYSTEM_REDLAND conditional @@ -47,7 +47,7 @@ openoffice.org-headless.lintian-overrides: libvclplug_svp is now in -coreXY upstream. Follow. - -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 30 Jul 2008 22:25:45 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Wed, 06 Aug 2008 01:21:42 +0200 openoffice.org (1:3.0.0~beta2-1) experimental; urgency=low
=== modified file 'rules' --- a/rules 2008-08-05 19:52:40 +0000 +++ b/rules 2008-08-06 09:54:24 +0000 @@ -61,7 +61,7 @@ # work around tcsh bugs.debian.org/339034: tcsh: Unknown colorls variable `su' unexport LS_COLORS -MWS=DEV300 +MWS=OOO300 MILESTONE:=$(shell echo "$(UPSTREAM_VERSION)" | cut -d~ -f2 | sed -e s/$(shell echo $(MWS) | tr A-Z a-z)//) #MILESTONE=m3 TAG=$(shell echo $(MWS) | tr A-Z a-z)-$(MILESTONE) @@ -3259,17 +3259,11 @@ wget http://download.go-oo.org/$(MWS)/$(TAG)-ure.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-writer.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-swext.tar.bz2 && \ - tar xfvj $(TAG)-libs_extern.tar.bz2 && \ - rm -rf $(TAG)-libs_extern/external/jars && \ - tar cfvj $(TAG)-libs_extern.tar.bz2.dfsg $(TAG)-libs_extern && \ - ln -sf $(TAG)-libs_extern.tar.bz2.dfsg $(TAG)-libs_extern.tar.bz2 && \ - rm -rf $(TAG)-libs_extern && \ tar xfvj $(TAG)-libs_extern_sys.tar.bz2 && \ rm -rf $(TAG)-libs_extern_sys/xalan && \ for i in da_DK en_GB nl_NL ru_RU; do \ rm $(TAG)-libs_extern_sys/dictionaries/$$i/hyph_$${i}.dic; \ done && \ - rm $(TAG)-libs_extern_sys/bitstream_vera_fonts/download/liberation-fonts.zip && \ tar cfvj $(TAG)-libs_extern_sys.tar.bz2.dfsg $(TAG)-libs_extern_sys && \ ln -sf $(TAG)-libs_extern_sys.tar.bz2.dfsg $(TAG)-libs_extern_sys.tar.bz2 && \ rm -rf $(TAG)-libs_extern_sys && \