[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2/unstable r1955: fix es translation for SC_OPCODE_SUBSTITUTE, thanks Margarita Manterola



------------------------------------------------------------
revno: 1955
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Thu 2010-04-22 20:40:50 +0200
message:
  fix es translation for SC_OPCODE_SUBSTITUTE, thanks Margarita Manterola
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-04-21 18:17:06 +0000
+++ b/changelog	2010-04-22 18:40:50 +0000
@@ -14,13 +14,15 @@
     - run dpkg-checkbuilddeps in control: as we rely on build-deps being
       there in some rules (like the LDAP_LIB one)
     - fix build with new dpkg 1.15.7
+    - fix es translation for SC_OPCODE_SUBSTITUTE, thanks Margarita Manterola
+      (closes: #578767)
   * debian/scripts/vars.kfreebsd-*: add PLATFORMID
   * debian/shlibs.override.libc: force libc0.1 dependency to (>= 2.10.2-7)
   * merge from Ubuntu:
     - add ENABLE_SDBC_POSTGRESQL variable and disable the build of the
       arch-dep extensions when we don't package them anyways 
 
- -- Rene Engelhard <rene@debian.org>  Tue, 20 Apr 2010 02:40:13 +0200
+ -- Rene Engelhard <rene@debian.org>  Thu, 22 Apr 2010 20:26:06 +0200
 
 openoffice.org (1:3.2.0-8) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2010-04-21 18:30:37 +0000
+++ b/rules	2010-04-22 18:40:50 +0000
@@ -1941,6 +1941,11 @@
 	  perl -pi -e 's/\s\(.*på engelsk\)//' $(OOO_BUILD_TREE)/src/GSI_da.sdf; \
 	fi
     endif
+    ifeq (es,$(findstring es,$(LANGPACKISOS)))
+	if [ -f $(OOO_BUILD_TREE)/src/GSI_es.sdf ]; then \
+	  perl -pi -e 's/(.*SC_OPCODE_SUBSTITUTE.*)REEMPLAZAR(.*)/\1SUBSTITUAR\2/' $(OOO_BUILD_TREE)/src/GSI_es.sdf; \
+	fi
+    endif
   endif
 endif
 


Reply to: