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

« back to all changes in this revision

Viewing changes to ooo-build/download.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney, Matthias Klose
  • Date: 2009-10-11 00:30:00 UTC
  • Revision ID: james.westby@ubuntu.com-20091011003000-svam20cst4sybztu
Tags: 1:3.1.1-4ubuntu1
* 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 (r1694). 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.
  - Update GSI files for ga, nb, nn, sl.
* Resynchronise with ooo-build-3-1-1 (872a05fa740b5ecb6c8c6d7e0bef62ea2e1e800c).

[ Matthias Klose ]
* Work around libgcc3_uno.so runtime failures on armel.
* Build on sparc (was disabled by Debian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
    'Sun_ODF_Template_Pack_*'    => 'ftp://ftp.devall.hu/kami/go-oo/',
118
118
 
119
119
# Lightproof extension
120
 
    'lightproof-*'                       => 'http://extensions.services.openoffice.org/files/2297/2/'
 
120
    'lightproof-*'                       => 'ftp://ftp.devall.hu/kami/go-oo/',
 
121
#    'lightproof-*'                      => 'http://extensions.services.openoffice.org/files/2297/2/',
121
122
 
 
123
# Numbertext extension
 
124
    'numbertext-*'                       => 'ftp://ftp.devall.hu/kami/go-oo/'
122
125
);
123
126
 
124
127
if ( '@UPSTREAM_NAME@' ne '' ) {
399
402
    push @files, ( '@LIGHTPROOF_EXTENSION@' );
400
403
}
401
404
 
 
405
if ('@NUMBERTEXT_EXTENSION@' ne '') {
 
406
    push @files, ( '@NUMBERTEXT_EXTENSION@' );
 
407
}
 
408
 
402
409
if ('@OXYGEN_IMAGES_TAR@' ne '') {
403
410
    push @files, ( '@OXYGEN_IMAGES_TAR@' );
404
411
}