[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#464655: kptc: Build depends on ancient libqt3-compat-headers



Package: kptc
Version: 0.2-5
Severity: normal
User: debian@pusling.com
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 kptc without libqt3-compat-headers.

Thank you,

Barry deFreese
diff -u kptc-0.2/debian/control kptc-0.2/debian/control
--- kptc-0.2/debian/control
+++ kptc-0.2/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
 Uploaders: Jaime Robles <jaime@debian.org>, Joop Stakenborg <pa3aba@debian.org>, Patrick Ouellette <pouelle@debian.org>, Hamish Moffatt <hamish@debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, kdelibs4-dev, libqt3-compat-headers, automake1.9, autoconf
+Build-Depends: debhelper (>= 5), autotools-dev, kdelibs4-dev, automake1.9, autoconf
 Standards-Version: 3.7.2
 
 Package: kptc
diff -u kptc-0.2/debian/changelog kptc-0.2/debian/changelog
--- kptc-0.2/debian/changelog
+++ kptc-0.2/debian/changelog
@@ -1,3 +1,9 @@
+kptc (0.2-6) unstable; urgency=low
+
+  * Build without qt3-compat-headers
+
+ -- Barry deFreese <bddebian@comcast.net>  Thu, 07 Feb 2008 23:18:59 -0500
+
 kptc (0.2-5) unstable; urgency=low
 
   * Fix the watch file, new URL. Closes: #450390.
only in patch2:
unchanged:
--- kptc-0.2.orig/kptc/configdialog.h
+++ kptc-0.2/kptc/configdialog.h
@@ -23,7 +23,7 @@
 #include <qlistbox.h>
 #include <qradiobutton.h>
 #include <qcombobox.h>
-#include <qmultilinedit.h>
+#include <qmultilineedit.h>
 #include <qcheckbox.h>
 
 
@@ -40,7 +40,7 @@
 #include <klocale.h>
 #include <kdebug.h>
 #include <qlayout.h>
-#include <qlist.h>
+#include <qptrlist.h>
 #include <qfiledialog.h>
 
 #include "configdata.h"
only in patch2:
unchanged:
--- kptc-0.2.orig/kptc/mytermout.h
+++ kptc-0.2/kptc/mytermout.h
@@ -28,7 +28,7 @@
 #include <qscrollbar.h>
 #include <qfont.h>
 #include <qwidget.h>
-#include <qlist.h>
+#include <qptrlist.h>
 #include <qpainter.h>
 
 #define MARKDIR_TOPDOWN 1
only in patch2:
unchanged:
--- kptc-0.2.orig/kptc/mylineedit.h
+++ kptc-0.2/kptc/mylineedit.h
@@ -20,7 +20,7 @@
 
 #include <qwidget.h>
 #include <qlineedit.h>
-#include <qlist.h>
+#include <qptrlist.h>
 
 /**text imput widget
 reimplementation of QLineEdit

Reply to: