Skip to content
Commits on Source (2)
  • Colomban Wendling's avatar
    Build a dummy openoffice.org-core package · 02a0297c
    Colomban Wendling authored
    This is useful to allow installation of mythes-* packages providing
    thesaurus for various languages, as the ones in Jessie depend on
    libreoffice-core or openoffice.org-core.  As we want our libreoffice4.2
    to be parallel installable with Debian's libreoffice, but not force it,
    we should provide one or the other of the mythes-* dependencies.  It's
    safer to provide openoffice.org-core that is not in Jessie.
    02a0297c
  • Colomban Wendling's avatar
    fb855ea4
......@@ -14,7 +14,14 @@ fi
# Build dependencies:
sudo apt-get build-dep -y libreoffice
sudo apt-get install -y libkrb5-dev libgconf2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev graphviz git wget
sudo apt-get install -y libkrb5-dev libgconf2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev graphviz git wget equivs
# openoffice.org-core compatibility dummy package
echo "Building openoffice.org-core dummy package"
CONTROL=openoffice.org-core.control
sed "s/@VERSION@/$target/g" <"$CONTROL".in >"$CONTROL"
equivs-build "$CONTROL"
rm -f "$CONTROL"
# This could be made conditional based on lsb_release's output:
sudo apt-get install -y gcc-4.8 g++-4.8
......
Section: misc
Priority: optional
Standards-Version: 3.9.2
Package: openoffice.org-core
# We need a version >= 1:3.3 because Debian's libreoffice Breaks earlier versions
Version: 1:@VERSION@
Maintainer: Hypra's team <bugs@hypra.fr>
Depends: libreoffice4.2
Description: Dummy package to allow installing mythes packages with libreoffice4.2
This is a dummy package to get libreoffice4.2-core provide openoffice.org-core
which is a depndency of mythes-* packages.
.
This allows to install mythes-* packages with libreoffice4.2 without bringing
in Debian's libreoffice-core along.