------------------------------------------------------------ revno: 2193 committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Sat 2010-11-13 22:18:49 +0100 message: no need to remove nl_NL anymore, fix en_GB (now resides in en/) removal modified: rules
=== modified file 'rules' --- a/rules 2010-11-12 20:52:13 +0000 +++ b/rules 2010-11-13 21:18:49 +0000 @@ -3969,8 +3969,9 @@ mv archive ../archive-$(OOO_BUILD_TREE) && \ cd ../archive-$(OOO_BUILD_TREE) && \ tar xfvj ooo-build-$(OOO_BUILD_TARBALL_VERSION)-libs-extern-sys.tar.bz2 && \ - for i in da_DK en_GB nl_NL ru_RU; do \ - rm ooo-build-$(OOO_BUILD_TARBALL_VERSION)-libs-extern-sys/dictionaries/$$i/hyph_$${i}.dic; \ + for i in da_DK en_GB ru_RU; do \ + if [ "$$i" = "en_GB" ]; then j=en; else j=$$i; fi; \ + rm ooo-build-$(OOO_BUILD_TARBALL_VERSION)-libs-extern-sys/dictionaries/$$j/hyph_$${i}.dic; \ done && \ tar cfvj ooo-build-$(OOO_BUILD_TARBALL_VERSION)-libs-extern-sys.tar.bz2.dfsg ooo-build-$(OOO_BUILD_TARBALL_VERSION)-libs-extern-sys && \ ln -sf ooo-build-$(OOO_BUILD_TARBALL_VERSION)-libs-extern-sys.tar.bz2.dfsg ooo-build-$(OOO_BUILD_TARBALL_VERSION)-libs-extern-sys.tar.bz2 && \