*   Use Jim's sparc patches from IZ 
    23000, 204032[testintrosp.patch only] (cppu)
    23040 - solenv/inc/unxlngs.mk

*   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
     - moz zips (at least the non-linux architectures, preferably the linux
       zips too - see above)

*   Split source into several pieces.  At ~160MB of source and ~160MB 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.
    - icu
    - expat (libxmltok in Debian)
    - sablot
    - neon (0.23.x done, 0.24.x somehow doesn't work - API incompatible?)
    - jpeg
    - boost (headers)

*   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

