------------------------------------------------------------
revno: 1971
committer: Rene Engelhard <[email protected]>
branch nick: experimental
timestamp: Sun 2010-05-09 18:41:20 +0200
message:
  fix/update get-orig-source to current state wrt hyphenation patterns
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2010-05-08 14:45:46 +0000
+++ b/changelog 2010-05-09 16:41:20 +0000
@@ -20,6 +20,7 @@
       unused intro.png again
     - update get-orig-source target for 3.0 (quilt)
     - use "non-split" tarballs from Oracle
+    - fix/update get-orig-source to current state wrt hyphenation patterns
   * debian/broffice.org.*: update diversions for new about.png 
 
  -- Rene Engelhard <[email protected]>  Sat, 08 May 2010 16:44:53 +0200

=== modified file 'rules'
--- a/rules     2010-05-08 23:29:01 +0000
+++ b/rules     2010-05-09 16:41:20 +0000
@@ -3866,7 +3866,7 @@
                rm -rf $(TAG) && \
                ln -sf OOo_$(UPSTREAM_VERSION)_src_core.tar.bz2.dfsg 
OOo_$(UPSTREAM_VERSION)_src_core.tar.bz2 && \
                tar xfvj OOo_$(UPSTREAM_VERSION)_src_system.tar.bz2 && \
-               for i in da_DK en_GB nl_NL ru_RU; do \
+               for i in da_DK ru_RU; do \
                        rm $(TAG)/dictionaries/$$i/hyph_$${i}.dic; \
                done && \
                tar cfvj OOo_$(UPSTREAM_VERSION)_src_system.tar.bz2.dfsg $(TAG) 
&& \

Reply via email to