Package: kaptain Version: 1:0.71-1.5 Severity: normal User: [EMAIL PROTECTED] Usertag: libqt3-compat-headers
Hi, We are currently attempting to remove the antiquated libqt3-compat-headers from the archive. Attached is an NMU to fix the issue. Thank you, Barry deFreese
diff -u kaptain-0.71/debian/changelog kaptain-0.71/debian/changelog --- kaptain-0.71/debian/changelog +++ kaptain-0.71/debian/changelog @@ -1,3 +1,10 @@ +kaptain (1:0.71-1.6) unstable; urgency=low + + * Non-maintainer upload. + * Build without libqt3-compat-headers. + + -- Barry deFreese <[EMAIL PROTECTED]> Wed, 06 Feb 2008 15:28:02 -0500 + kaptain (1:0.71-1.5) unstable; urgency=low * Non-maintainer upload. diff -u kaptain-0.71/debian/control kaptain-0.71/debian/control --- kaptain-0.71/debian/control +++ kaptain-0.71/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Bradley Bell <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libqt3-mt-dev, libqt3-compat-headers, flex, bison, libjpeg62-dev, libx11-dev, libxext-dev, libxinerama-dev, libxpm-dev, x-dev, zlib1g-dev (>= 1:1.1.4), xutils +Build-Depends: debhelper (>> 3.0.0), libqt3-mt-dev, flex, bison, libjpeg62-dev, libx11-dev, libxext-dev, libxinerama-dev, libxpm-dev, x-dev, zlib1g-dev (>= 1:1.1.4), xutils Standards-Version: 3.5.8 Package: kaptain only in patch2: unchanged: --- kaptain-0.71.orig/kaptain/kaptain.h +++ kaptain-0.71/kaptain/kaptain.h @@ -8,7 +8,7 @@ #include <qlineedit.h> #include <qtabwidget.h> #include <qlayout.h> -#include <qlist.h> +#include <qptrlist.h> #include <qcombobox.h> #include <qlistbox.h> #include <qpushbutton.h>