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

« back to all changes in this revision

Viewing changes to ooo-build/patches/src680/db4-jni-casting.diff

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2008-01-08 23:17:08 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080108231708-7f5yc4h021ikwgyz
Tags: 1:2.3.1-3ubuntu1
* 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 (r989). Remaining changes:
  - debian/broffice.org.postrm.in:
    . Change diversions to ubuntu bitmap filenames.
  - debian/broffice.org.preinst.in:
    . Change diversions to ubuntu bitmap filenames.
  - debian/control.2.in:
    . Add file for Ubuntu.
  - debian/control.in:
    . Change maintainer line.
    . Use imagemagick instead of graphicsmagick.
    . Change bzr repo location.
    . Use java-runtime-depends variable for java dependencies.
    . Make openoffice.org-core Depends on openoffice.org-hyphenation.
    . Add package openoffice.org-style-human.
    . Various other minor Ubuntu changes.
  - debian/control.l10n.in:
    . Add file for Ubuntu.
  - debian/control.lang.in:
    . Add L10N_COMMON to Depends.
  - debian/control.mozilla.in:
    . Add Xb-Npp-xxx tags according to "firefox distro add-on suport" spec.
  - debian/control.ubuntu.in:
    . Add file for Ubuntu.
  - debian/deppackage.postinst.in:
    . Add file for Ubuntu.
  - debian/module-po.map:
    . Add file for Ubuntu.
  - debian/ooo-build-ubuntu.diff:
    . Various Ubuntu specific changes to ooo-build.
  - debian/rules:
    . Add USE_LZMA_COMPRESS option.
    . Add USE_COMMON_DOCDIR option.
    . Add support to build on lpia.
    . Add support to build l10n as a separate source.
    . Add java-runtime-depends variable for java dependencies.
    . Add support to chmod +x programs in debian dir.
    . Add support to uuencode binary files in ubuntu dir.
    . Add support to Ubuntu specific bitmaps.
    . Use imagemagick instead of graphicsmagick.
    . Add support for openoffice.org-style-human package.
    . Add support for launchpad translations.
    . Various Ubuntu specific changes.
  - debian/scripts/convert2po:
    . Add file for Ubuntu.
  - debian/scripts/fix_image_rgb:
    . Use imagemagick instead of graphicsmagick.
  - debian/scripts/gsifilter.py:
    . Add file for Ubuntu.
  - debian/scripts/splitgsi:
    . Add file for Ubuntu.
  - debian/template.desktop.in:
    . Add NoDisplay=true.
  - ooo-build/configure.in:
    . Added support for Hardy.
  - ooo-build/distro-configs/UbuntuHardy.conf.in:
    . Added support for Hardy.
  - ooo-build/distro-configs/UbuntuHardy64.conf.in:
    . Added support for Hardy.
  - ooo-build/patches/src680/apply:
    . Added support for Hardy.
  - ooo-build/patches/src680/ubuntu-lpi.diff:
    . Updated patch.
  - ubuntu/*
    . Various Ubuntu specific changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- berkeleydb/db-4.2.52.patch.jni-casting-misuse       2005-05-23 14:12:18.000000000 -0400
2
 
+++ berkeleydb/db-4.2.52.patch  2005-05-23 14:56:09.000000000 -0400
3
 
@@ -383,6 +383,3541 @@
4
 
 ! SLOFILES= $(SLO)$/hsearch.obj
 
1
Index: db-4.2.52.patch
 
2
===================================================================
 
3
RCS file: /cvs/external/berkeleydb/db-4.2.52.patch,v
 
4
retrieving revision 1.22.6.1
 
5
diff -u -u -r1.22.6.1 db-4.2.52.patch
 
6
--- berkeleydb/db-4.2.52.patch  25 Oct 2007 14:01:17 -0000      1.22.6.1
 
7
+++ berkeleydb/db-4.2.52.patch  3 Nov 2007 12:41:36 -0000
 
8
@@ -2221,3 +2221,3536 @@
 
9
 !                      $(SLO)$/xa_map.obj
5
10
 ! 
6
11
 ! .INCLUDE :  target.mk
7
12
+*** misc/db-4.2.52.NC/libdb_java/db_java_wrap.c        2003-12-03 16:10:36.000000000 -0500
3537
3542
+      arg2 = jarg2; 
3538
3543
+      
3539
3544
+      if (jarg1 == 0) {
3540
 
+*** misc/db-4.2.52.NC/libdb_java/makefile.mk   2006-12-01 13:57:33.000000000 +0100
3541
 
+--- misc/build/db-4.2.52.NC/libdb_java/makefile.mk     2006-12-01 13:57:19.000000000 +0100
3542
 
 *** misc/db-4.2.52.NC/libdb_java/makefile.mk   2007-02-19 16:12:18.000000000 +0100
3543
 
 --- misc/build/db-4.2.52.NC/libdb_java/makefile.mk     2007-02-19 16:12:12.000000000 +0100
3544
 
 ***************