Package: kflog Version: 2.1.1-3.1 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 kflog without libqt3-compat-headers. Thank you, Barry deFreese
diff -u kflog-2.1.1/debian/control kflog-2.1.1/debian/control --- kflog-2.1.1/debian/control +++ kflog-2.1.1/debian/control @@ -2,7 +2,7 @@ Section: kde Priority: optional Maintainer: Stefan Gybas <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.1.0), libqt3-compat-headers, kdelibs4-dev (>= 4:3.1) +Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.1.0), kdelibs4-dev (>= 4:3.1) Standards-Version: 3.6.1 Package: kflog only in patch2: unchanged: --- kflog-2.1.1.orig/kflog/kfrgmn/garminfr.cpp +++ kflog-2.1.1/kflog/kfrgmn/garminfr.cpp @@ -21,7 +21,7 @@ #include <unistd.h> #include <klocale.h> -#include <qarray.h> +#include <qpointarray.h> #include <qfile.h> #include <qptrlist.h> #include <qstring.h>

