------------------------------------------------------------ revno: 1423 committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Wed 2009-03-04 22:05:12 +0100 message: missed this modified: rules
=== modified file 'rules' --- a/rules 2009-03-04 20:51:05 +0000 +++ b/rules 2009-03-04 21:05:12 +0000 @@ -3297,7 +3297,7 @@ wget http://download.go-oo.org/$(MWS)/$(TAG)-impress.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-help.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-libs-core.tar.bz2 && \ - wget http://download.go-oo.org/$(MWS)/$(TAG)-libs-extern_sys.tar.bz2 && \ + wget http://download.go-oo.org/$(MWS)/$(TAG)-libs-extern-sys.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-libs-extern.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-libs-gui.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-postprocess.tar.bz2 && \ @@ -3305,13 +3305,13 @@ wget http://download.go-oo.org/$(MWS)/$(TAG)-testing.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-ure.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-writer.tar.bz2 && \ - tar xfvj $(TAG)-libs-extern_sys.tar.bz2 && \ + tar xfvj $(TAG)-libs-extern-sys.tar.bz2 && \ for i in da_DK en_GB nl_NL ru_RU; do \ - rm $(TAG)-libs-extern_sys/dictionaries/$$i/hyph_$${i}.dic; \ + rm $(TAG)-libs-extern-sys/dictionaries/$$i/hyph_$${i}.dic; \ done && \ - 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 && \ + 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 && \ tar xfvj $(TAG)-libs-gui.tar.bz2 && \ for i in `find $(TAG)-libs-gui/psprint_config/configuration/ppds ! -name "SGEN*" -name "*.PS"`; do \ rm $$i; \