Package: libreoffice-voikko Version: 3.3-1 Severity: important Tags: patch Hi,
LibreOffice 3.5 dropped the "we change basisX.Y with every minor version" madness and thus also dropped basis-link. Which leads to the following when trying to build voikko as it relies on that symlink: Can't open /usr/lib/libreoffice/basis-link/sdk/setsdkenv_unix.sh Filing this as important for now but this bug will become serious when LibreOffice 3.5.x gets uploaded to sid (and this *will* happen before the wheezy freeze) Trivial patch: diff -Nru libreoffice-voikko-3.3/debian/changelog libreoffice-voikko-3.3/debian/changelog --- libreoffice-voikko-3.3/debian/changelog 2012-02-08 12:57:13.000000000 +0100 +++ libreoffice-voikko-3.3/debian/changelog 2012-02-24 10:26:18.000000000 +0100 @@ -1,3 +1,10 @@ +libreoffice-voikko (3.3-1.1) experimental; urgency=low + + * Non-maintainer upload. + * stop using basis-link. it's gone + + -- Rene Engelhard <[email protected]> Fri, 24 Feb 2012 09:24:14 +0000 + libreoffice-voikko (3.3-1) unstable; urgency=low * New upstream release diff -Nru libreoffice-voikko-3.3/debian/control libreoffice-voikko-3.3/debian/control --- libreoffice-voikko-3.3/debian/control 2011-12-17 09:42:10.000000000 +0000 +++ libreoffice-voikko-3.3/debian/control 2012-02-24 09:34:43.000000000 +0000 @@ -3,6 +3,7 @@ Priority: optional Maintainer: Timo Jyrinki <[email protected]> Build-Depends: debhelper (>= 7.0.0), libreoffice-dev, libvoikko-dev (>= 2.1), zip, unzip +Build-Conflicts: libreoffice-common (<< 1:3.5.0~) Standards-Version: 3.9.2 Homepage: http://voikko.sourceforge.net/ diff -Nru libreoffice-voikko-3.3/debian/rules libreoffice-voikko-3.3/debian/rules --- libreoffice-voikko-3.3/debian/rules 2011-12-17 10:38:39.000000000 +0100 +++ libreoffice-voikko-3.3/debian/rules 2012-02-24 10:23:49.000000000 +0100 @@ -13,7 +13,7 @@ build-indep: build-stamp build-stamp: dh_testdir - sh -c ". /usr/lib/libreoffice/basis-link/sdk/setsdkenv_unix.sh && $(MAKE) VOIKKO_DEBUG=$(VOIKKO_DEBUG) oxt" + sh -c ". /usr/lib/libreoffice/sdk/setsdkenv_unix.sh && $(MAKE) VOIKKO_DEBUG=$(VOIKKO_DEBUG) oxt" touch build-stamp clean: I verified that it works after this patch. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libreoffice-voikko depends on: pn libc6 2.13-26 pn libgcc1 1:4.6.2-15 pn libreoffice-core 1:3.5.0-2 pn libstdc++6 4.6.2-15 pn libvoikko1 3.4.1-1 pn uno-libs3 3.5.0-2 pn voikko-fi <none> Versions of packages libreoffice-voikko recommends: ii libreoffice 1:3.5.0-2 ii libreoffice-calc 1:3.5.0-2 ii libreoffice-draw 1:3.5.0-2 ii libreoffice-impress 1:3.5.0-2 ii libreoffice-writer 1:3.5.0-2 libreoffice-voikko suggests no packages. Grüße/Regards, Rene -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

