~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/patches/dev300/crosswin32-goodies-mingw.diff

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2009-08-13 16:30:00 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20090813163000-ck1d5pxexe0jg8p4
Tags: 1:3.1.1~rc1-1ubuntu1
* Copy of the openoffice.org source.
  - debian/changelog: Change source name.
  - debian/control.in: Change source name.
  - debian/control: Regenerate control file.

* Resynchronise with Debian (r1631). Remaining changes:
  - Add Launchpad integration support.
  - Add Launchpad translations support.
  - Add package openoffice.org-style-human.
  - Add some Ubuntu-specific bitmaps. Adjust broffice diversions for these.
  - Add support for compressing debs with lzma.
  - Add support for shared /usr/share/doc directories.
  - Add support to build l10n as a separate source.
  - Add support to build on lpia.
  - Add support to turn off building on sparc.
  - Add Xb-Npp-xxx tags according to "firefox distro add-on suport" spec.
  - Use imagemagick instead of graphicsmagick.
  - openoffice.org-help switch to internal copy of lucene.
  - Disable gnome-vfs support since it is buggy.
  - Switch desktop files from %U to %F for gvfs fuse.
* Resynchronise with ooo-build-3-1-1 (7b03695ba14f142cfde58b4592af50cd60e3e787).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- goodies/source/inv/makefile.mk.~1.21.~      2008-07-22 19:45:33.000000000 +0200
 
2
+++ goodies/source/inv/makefile.mk      2009-02-15 21:35:25.000000000 +0100
 
3
@@ -114,7 +114,7 @@ $(BIN)$/applicat.rdb : makefile.mk $(SOL
 
4
        rm -f $@
 
5
        $(GNUCOPY) $(SOLARBINDIR)$/types.rdb $@
 
6
        cd $(BIN) && \
 
7
-               regcomp -register -r applicat.rdb \
 
8
+               $(REGCOMP) -register -r applicat.rdb \
 
9
                        -c i18npool.uno$(DLLPOST)
 
10
 
 
11
 # --- Def-File ---