Package: qtdmm Version: 0.8.12-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 qtdmm without libqt3-compat-headers. Thank you, Barry deFreese
diff -u qtdmm-0.8.12/debian/control qtdmm-0.8.12/debian/control --- qtdmm-0.8.12/debian/control +++ qtdmm-0.8.12/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Steffen Moeller <[EMAIL PROTECTED]> Uploaders: Andreas Tille <[EMAIL PROTECTED]> -Build-Depends: qt3-dev-tools, libqt3-mt-dev, libqt3-compat-headers, debhelper (>4.0) +Build-Depends: qt3-dev-tools, libqt3-mt-dev, debhelper (>4.0) Standards-Version: 3.7.2 Homepage: http://www.mtoussaint.de/qtdmm.html only in patch2: unchanged: --- qtdmm-0.8.12.orig/src/qcleanuphandler.h +++ qtdmm-0.8.12/src/qcleanuphandler.h @@ -2,7 +2,7 @@ #define QCLEANUPHANDLER_H #ifndef QT_H -#include <qlist.h> +#include <qptrlist.h> #include <qguardedptr.h> #endif // QT_H only in patch2: unchanged: --- qtdmm-0.8.12.orig/src/dmmgraph.h +++ qtdmm-0.8.12/src/dmmgraph.h @@ -21,7 +21,6 @@ #ifndef DMMGRAPH_HH #define DMMGRAPH_HH -#include <qarray.h> #include <qdatetime.h> #include <qpointarray.h> #include <qwidget.h>

