Package: ksensors Version: 0.7.3-15 Severity: normal User: [EMAIL PROTECTED] Usertag: libqt3-compat-headers
Hi, We are currently attempting to remove the antiquated libqt3-compat-headers from the archive. Here is a patch to build ksensors without libqt3-compat-headers. Thank you, Barry deFreese
diff -u ksensors-0.7.3/debian/control ksensors-0.7.3/debian/control --- ksensors-0.7.3/debian/control +++ ksensors-0.7.3/debian/control @@ -2,7 +2,7 @@ Section: kde Priority: optional Maintainer: Aurelien Jarno <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.1.16), autotools-dev, automake1.7, autoconf, libtool, perl, libsensors-dev (>= 2.8.4-1), libqt3-mt-dev (>= 3:3.3.4-7), libqt3-compat-headers, kdelibs4-dev (>= 4:3.4.2-1), imagemagick +Build-Depends: debhelper (>> 4.1.16), autotools-dev, automake1.7, autoconf, libtool, perl, libsensors-dev (>= 2.8.4-1), libqt3-mt-dev (>= 3:3.3.4-7), kdelibs4-dev (>= 4:3.4.2-1), imagemagick Build-Conflicts: autoconf2.13 Standards-Version: 3.7.2 only in patch2: unchanged: --- ksensors-0.7.3.orig/src/lmsensors.h +++ ksensors-0.7.3/src/lmsensors.h @@ -19,7 +19,7 @@ #define LMSENSORS_H #include <qobject.h> -#include <qobjcoll.h> +#include <qobjectlist.h> #include <kconfig.h> #include <qstringlist.h> only in patch2: unchanged: --- ksensors-0.7.3.orig/src/lmsensorscfg.cpp +++ ksensors-0.7.3/src/lmsensorscfg.cpp @@ -29,7 +29,7 @@ #include <qgroupbox.h> #include <qradiobutton.h> #include <qpushbutton.h> -#include <qobjcoll.h> +#include <qobjectlist.h> #include <qtabwidget.h> #include <qcombobox.h> #include <qspinbox.h> only in patch2: unchanged: --- ksensors-0.7.3.orig/src/sensorslist.h +++ ksensors-0.7.3/src/sensorslist.h @@ -19,7 +19,7 @@ #define SENSORSLIST_H #include <qobject.h> -#include <qobjcoll.h> +#include <qobjectlist.h> #include <kconfig.h> #include <qstringlist.h>

