------------------------------------------------------------ revno: 1422 committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Wed 2009-03-04 21:51:05 +0100 message: update get-orig-source for new tarball names modified: rules
=== modified file 'rules' --- a/rules 2009-03-03 01:36:52 +0000 +++ b/rules 2009-03-04 20:51:05 +0000 @@ -3292,32 +3292,33 @@ wget http://download.go-oo.org/$(MWS)/$(TAG)-calc.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-components.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-extensions.tar.bz2 && \ + wget http://download.go-oo.org/$(MWS)/$(TAG)-extras.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-filters.tar.bz2 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-impress.tar.bz2 && \ - wget http://download.go-oo.org/$(MWS)/$(TAG)-l10n.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.tar.bz2 && \ - wget http://download.go-oo.org/$(MWS)/$(TAG)-libs_gui.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.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 && \ wget http://download.go-oo.org/$(MWS)/$(TAG)-sdk.tar.bz2 && \ 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 xfvj $(TAG)-libs_gui.tar.bz2 && \ - for i in `find $(TAG)-libs_gui/psprint_config/configuration/ppds ! -name "SGEN*" -name "*.PS"`; do \ + 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; \ done && \ - tar cfvj $(TAG)-libs_gui.tar.bz2.dfsg $(TAG)-libs_gui && \ - ln -sf $(TAG)-libs_gui.tar.bz2.dfsg $(TAG)-libs_gui.tar.bz2 && \ - rm -rf $(TAG)-libs_gui && \ + tar cfvj $(TAG)-libs-gui.tar.bz2.dfsg $(TAG)-libs-gui && \ + ln -sf $(TAG)-libs-gui.tar.bz2.dfsg $(TAG)-libs-gui.tar.bz2 && \ + rm -rf $(TAG)-libs-gui && \ tar xfvj $(TAG)-extensions.tar.bz2 && \ zip -d $(TAG)-extensions/jfreereport/download/liblayout.zip \ liblayout/resource/rfc1345.txt && \