Package: koffice-dev Version: 1:1.6.0-3 Severity: normal Tags: patch kdchart_export.h tries to include koffice_export.h from ../../lib/kofficecore which does not exist.
regards, Gilles. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages koffice-dev depends on: ii karbon 1:1.6.0-3 a vector graphics application for ii kchart 1:1.6.0-3 a chart drawing program for the KD ii kdelibs4-dev 4:3.5.5a.dfsg.1-2 development files for the KDE core ii kexi 1:1.6.0-3 integrated database environment fo ii kformula 1:1.6.0-3 a formula editor for the KDE Offic ii kivio 1:1.6.0-3 a flowcharting program for the KDE ii koffice-libs 1:1.6.0-3 common libraries and binaries for ii koshell 1:1.6.0-3 the KDE Office Suite workspace ii kplato 1:1.6.0-3 an integrated project management a ii kpresenter 1:1.6.0-3 a presentation program for the KDE ii krita 1:1.6.0-3 a pixel-based image manipulation p ii kspread 1:1.6.0-3 a spreadsheet for the KDE Office S ii kthesaurus 1:1.6.0-3 thesaurus for the KDE Office Suite ii kugar 1:1.6.0-3 a business report maker for the KD ii kword 1:1.6.0-3 a word processor for the KDE Offic koffice-dev recommends no packages. -- no debconf information
--- kdchart_export.h.orig 2006-11-02 23:11:25.000000000 +0100 +++ kdchart_export.h 2006-11-02 22:55:49.000000000 +0100 @@ -1,6 +1,6 @@ #ifndef KDCHART_EXPORT_H #define KDCHART_EXPORT_H -#include <../../lib/kofficecore/koffice_export.h> +#include <koffice_export.h> #endif