*   Use Jim's sparc patches from IZ 18052 (backtrace), 22932 (calc runtime),
    23000, 24059, 204032[testintrosp.patch only] (cppu)
    23040 - solenv/inc/unxlngs.mk
    23226 (install with Java interactive setup)
    23902 (bridges)

*   Work on patches to build these in separate packages:

    - moz zips (try to generate our own separate packages, because these are 8Mb
     compressed.  Rene has been working on this.)

*   Script the .orig.tar.gz creation
     - helpcontent (see above)
     - moz zips (at least the non-linux architectures, preferably the linux
       zips too - see above)

*   Split source into several pieces.  At 130MB of source and 90MB of .debs,
    OOo is the biggest single package in Debian and updates will cost a lot in
    network bandwidth, however small the changes are.  We need to split the
    source into separate independent units, and the easiest method will be to
    split along lines similar to how OOo is split into projects.

*   Remove libraries from the package which are already available in Debian.
    - python
    - icu
    - expat
    - sablot
    - neon
    - jpeg
    - boost (headers)
    - Go back to using debian stlport

*   Replace LZW compression algorithm.  Save to Web in writer will not work if
    there are graphics in the document, because writer converts all bitmaps to
    GIFs using the patented LZW compression algorithm which we have disabled.
    See http://www.openoffice.org/issues/show_bug.cgi?id=4950

*   Support parallel builds.  Several patches have gone into the development
    branch but not all problems are solved.  Debian bug #152718.  There are
    several bugs upstream.
    http://www.openoffice.org/issues/show_bug.cgi?id=9443

