------------------------------------------------------------
revno: 2087
committer: Rene Engelhard <r...@debian.org>
branch nick: debian
timestamp: Mon 2010-11-08 22:30:43 +0100
message:
  fix BUSCAR fix to actually do something
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2010-11-07 11:18:13 +0000
+++ b/changelog 2010-11-08 21:30:43 +0000
@@ -16,7 +16,7 @@
   * debian/rules: fix some more spanish calc functions (FIND/SEARCH), thanks
     Manuel María Pérez Ayal
 
- -- Rene Engelhard <r...@debian.org>  Sun, 07 Nov 2010 12:16:51 +0100
+ -- Rene Engelhard <r...@debian.org>  Mon, 08 Nov 2010 22:30:16 +0100
 
 openoffice.org (1:3.2.1-7) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules     2010-11-07 11:18:13 +0000
+++ b/rules     2010-11-08 21:30:43 +0000
@@ -2013,8 +2013,8 @@
     ifeq (es,$(findstring es,$(LANGPACKISOS)))
        if [ -f $(OOO_BUILD_TREE)/src/GSI_es.sdf ]; then \
          perl -pi -e 
's/(.*SC_OPCODE_SUBSTITUTE.*)REEMPLAZAR(.*)/\1SUSTITUIR\2/' 
$(OOO_BUILD_TREE)/src/GSI_es.sdf; \
-         perl -pi -e 's/(.*SC_OPCODE_SUBSTITUTE.*)FIND(.*)/\1ENCONTRAR\2/' 
$(OOO_BUILD_TREE)/src/GSI_es.sdf; \
-         perl -pi -e 's/(.*SC_OPCODE_SUBSTITUTE.*)SEARCH(.*)/\1HALLAR\2/' 
$(OOO_BUILD_TREE)/src/GSI_es.sdf; \
+         perl -pi -e 's/(.*SC_OPCODE_FIND.*)BUSCAR(.*)/\1ENCONTRAR\2/' 
$(OOO_BUILD_TREE)/src/GSI_es.sdf; \
+         perl -pi -e 's/(.*SC_OPCODE_SEARCH.*)BUSCAR(.*)/\1HALLAR\2/' 
$(OOO_BUILD_TREE)/src/GSI_es.sdf; \
        fi
     endif
   endif

Reply via email to