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

Bug#464804: marked as done (qsstv: Build depends on ancient libqt3-compat-headers)



Your message dated Sun, 10 Feb 2008 19:17:12 +0000
with message-id <E1JOHfs-0007Xj-QV@ries.debian.org>
and subject line Bug#464804: fixed in qsstv 5.3c-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qsstv
Version: 5.3c-7
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 qsstv without libqt3-compat-headers.

Thank you,

Barry deFreese
diff -u qsstv-5.3c/debian/control qsstv-5.3c/debian/control
--- qsstv-5.3c/debian/control
+++ qsstv-5.3c/debian/control
@@ -4,7 +4,7 @@
 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>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>=4), libqt3-mt-dev, libjpeg62-dev, gettext, libqt3-compat-headers, qt3-dev-tools
+Build-Depends: debhelper (>=4), libqt3-mt-dev, libjpeg62-dev, gettext, qt3-dev-tools
 
 Package: qsstv
 Architecture: any
only in patch2:
unchanged:
--- qsstv-5.3c.orig/qsstv/paint.h
+++ qsstv-5.3c/qsstv/paint.h
@@ -22,7 +22,7 @@
 #include <qcheckbox.h>
 #include <qspinbox.h>
 #include <qpushbutton.h>
-#include <qmultilinedit.h>
+#include <qmultilineedit.h>
 #include <qcombobox.h>
 #include <qtoolbutton.h>
 #include "pstyle.h"
only in patch2:
unchanged:
--- qsstv-5.3c.orig/qsstv/imageframe.cpp
+++ qsstv-5.3c/qsstv/imageframe.cpp
@@ -18,8 +18,8 @@
 
 #include "qsstvglobal.h"
 #include "imageframe.h"
-#include <qapp.h>
-#include <qfiledlg.h>
+#include <qapplication.h>
+#include <qfiledialog.h>
 #include <qmessagebox.h>
 #include <qbuttongroup.h>
 #include <qpushbutton.h>
only in patch2:
unchanged:
--- qsstv-5.3c.orig/qsstv/configfile.h
+++ qsstv-5.3c/qsstv/configfile.h
@@ -16,7 +16,7 @@
  ***************************************************************************/
 #ifndef CONFIGFILE_H
 #define CONFIGFILE_H
-#include <qlist.h>
+#include <qptrlist.h>
 #include <qstring.h>
 #include <qdir.h>
 #include <qfileinfo.h>
only in patch2:
unchanged:
--- qsstv-5.3c.orig/qsstv/thumbframe.cpp
+++ qsstv-5.3c/qsstv/thumbframe.cpp
@@ -1,7 +1,7 @@
 #include "thumbframe.h"
 #include "qsstvglobal.h"
-#include <qapp.h>
-#include <qmsgbox.h>
+#include <qapplication.h>
+#include <qmessagebox.h>
 #include <qpainter.h>
 #include "dirdialog.h"
 #include "imageframe.h"
only in patch2:
unchanged:
--- qsstv-5.3c.orig/qsstv/recorder.h
+++ qsstv-5.3c/qsstv/recorder.h
@@ -20,7 +20,7 @@
 #include <qfile.h>
 #include <qdialog.h>
 #include <qlineedit.h>
-#include <qpushbt.h>
+#include <qpushbutton.h>
 #include "recform.h"
 
 
only in patch2:
unchanged:
--- qsstv-5.3c.orig/qsstv/recorder.cpp
+++ qsstv-5.3c/qsstv/recorder.cpp
@@ -1,7 +1,7 @@
 #include "qsstvglobal.h"
 #include "recorder.h"
 #include <qapplication.h>
-#include <qfiledlg.h>
+#include <qfiledialog.h>
 #include <qmessagebox.h>
 #include "filefunc.h"
 #include "dspfunc.h"

--- End Message ---
--- Begin Message ---
Source: qsstv
Source-Version: 5.3c-8

We believe that the bug you reported is fixed in the latest version of
qsstv, which is due to be installed in the Debian FTP archive:

qsstv_5.3c-8.diff.gz
  to pool/main/q/qsstv/qsstv_5.3c-8.diff.gz
qsstv_5.3c-8.dsc
  to pool/main/q/qsstv/qsstv_5.3c-8.dsc
qsstv_5.3c-8_i386.deb
  to pool/main/q/qsstv/qsstv_5.3c-8_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 464804@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <pa3aba@debian.org> (supplier of updated qsstv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 10 Feb 2008 19:52:54 +0100
Source: qsstv
Binary: qsstv
Architecture: source i386
Version: 5.3c-8
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Joop Stakenborg <pa3aba@debian.org>
Description: 
 qsstv      - Qt-based slow-scan TV and fax
Closes: 464804
Changes: 
 qsstv (5.3c-8) unstable; urgency=low
 .
   * Remove build depends on ancient libqt3-compat-headers.
     Closes: #464804. This also required several changes to source code,
     especially #include statements.
   * Menu transition.
   * Update config.guess, config.sub.
   * Lintian fixes.
Files: 
 e94022fbaeab3c523ff82cd884282898 783 hamradio optional qsstv_5.3c-8.dsc
 0540005b4a9ad1d12519917a59cc37ad 44631 hamradio optional qsstv_5.3c-8.diff.gz
 7397d4d4ff4bbb8a3007238eff9d1598 630966 hamradio optional qsstv_5.3c-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHr0na/CqtjGLxpX8RAtniAKCZtfsqh6yV4qcWxLFzf7rTs0hUnACg3MGU
QWLI6Cem3S83U4T9oa9FKCg=
=FSDV
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: