Hi all,
I am creating a Ubuntu package for my (wxPython) app, and it installs,
resolving all dependencies so that's great. However, it seems to drag
along a lot of openoffice dependencies which I do not understand. I
tried this on a clean ubuntu machine without anything installed yet,
and I am puzzled why it is doing all that open office configuration.
Can anybody explain? To be sure I only selected the wxpython-gtk2.8
package with synaptic and compared the output with my debian package,
the 4 packages that need to be installed in order to get wxPython
running are:
- python-wxgtk2.8
- libwxbase2.8.0
- python-wxversion
- libwxgtk2.8.0
But if you see the dump below, can anybody tell me why openoffice is
set up and (I am not sure, installed as well) ?
···
------
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs
shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Selecting previously deselected package libwxbase2.8-0.
(Reading database ... 88958 files and directories currently installed.)
Unpacking libwxbase2.8-0 (from .../libwxbase2.8-0_2.8.4.0-0ubuntu3_i386.deb) ...
Selecting previously deselected package libwxgtk2.8-0.
Unpacking libwxgtk2.8-0 (from .../libwxgtk2.8-0_2.8.4.0-0ubuntu3_i386.deb) ...
Selecting previously deselected package python-wxversion.
Unpacking python-wxversion (from
.../python-wxversion_2.8.4.0-0ubuntu3_all.deb) ...
Selecting previously deselected package python-wxgtk2.8.
Unpacking python-wxgtk2.8 (from
.../python-wxgtk2.8_2.8.4.0-0ubuntu3_i386.deb) ...
Setting up ttf-opensymbol (1:2.3.0-1ubuntu5.3) ...
Updating fontconfig cache...
Setting up libwxbase2.8-0 (2.8.4.0-0ubuntu3) ...
Setting up libwxgtk2.8-0 (2.8.4.0-0ubuntu3) ...
Setting up python-wxversion (2.8.4.0-0ubuntu3) ...
Setting up python-wxgtk2.8 (2.8.4.0-0ubuntu3) ...
Setting up openoffice.org-core (1:2.3.0-1ubuntu5.3) ... <--- *** HERE **
Setting up openoffice.org-style-human (1:2.3.0-1ubuntu5.3) ...
Setting up python-uno (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-writer (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-calc (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-draw (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-impress (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-math (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-gtk (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-gnome (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-common (1:2.3.0-1ubuntu5.3) ...
Updating OpenOffice.org's dictionary list... done.
No theme index file in '/usr/share/icons/locolor'.
If you really want to create an icon cache here, use --ignore-theme-index.
Setting up openoffice.org-java-common (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-base (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org (1:2.3.0-1ubuntu5.3) ...
Setting up openoffice.org-evolution (1:2.3.0-1ubuntu5.3) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Selecting previously deselected package cvl.
(Reading database ...
----
Regards,
- Jorgen