------------------------------------------------------------
revno: 2086
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Sun 2010-11-07 12:18:13 +0100
message:
  fix some more spanish calc functions (FIND/SEARCH)
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2010-11-03 21:44:53 +0000
+++ b/changelog 2010-11-07 11:18:13 +0000
@@ -13,8 +13,10 @@
   * debian/templates/soffice-template.desktop.in: ... here
   * debian/templates/debian-presentation*: add Debian presentation template,
     thanks Raphael Hertzog (closes: #602043)
+  * debian/rules: fix some more spanish calc functions (FIND/SEARCH), thanks
+    Manuel María Pérez Ayal
 
- -- Rene Engelhard <[email protected]>  Wed, 03 Nov 2010 21:18:52 +0100
+ -- Rene Engelhard <[email protected]>  Sun, 07 Nov 2010 12:16:51 +0100
 
 openoffice.org (1:3.2.1-7) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules     2010-11-03 20:41:12 +0000
+++ b/rules     2010-11-07 11:18:13 +0000
@@ -2013,6 +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; \
        fi
     endif
   endif

Reply via email to