Your message dated Wed, 06 Feb 2008 09:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464247: fixed in camstream 0.27+dfsg-2
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: camstream
Version: 0.27+dfsg-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 camstream without libqt3-compat-headers.
Thank you,
Barry deFreese
diff -urN camstream-0.27+dfsg.orig/audiodevs/include/AudioCollector.h camstream-0.27+dfsg/audiodevs/include/AudioCollector.h
--- camstream-0.27+dfsg.orig/audiodevs/include/AudioCollector.h 2004-10-28 18:23:57.000000000 -0400
+++ camstream-0.27+dfsg/audiodevs/include/AudioCollector.h 2008-02-05 22:36:53.000000000 -0500
@@ -27,7 +27,7 @@
#endif
#include <qmap.h>
-#include <qlist.h>
+#include <qptrlist.h>
#include "AudioDevice.h"
diff -urN camstream-0.27+dfsg.orig/audiodevs/include/RingBuffer.h camstream-0.27+dfsg/audiodevs/include/RingBuffer.h
--- camstream-0.27+dfsg.orig/audiodevs/include/RingBuffer.h 2004-10-28 18:23:57.000000000 -0400
+++ camstream-0.27+dfsg/audiodevs/include/RingBuffer.h 2008-02-05 22:36:53.000000000 -0500
@@ -26,7 +26,7 @@
#include "config.h"
#endif
-#include <qlist.h>
+#include <qptrlist.h>
#include <qobject.h>
#include <qthread.h>
diff -urN camstream-0.27+dfsg.orig/audiodevs/linux/AudioMixerControlLinux.h camstream-0.27+dfsg/audiodevs/linux/AudioMixerControlLinux.h
--- camstream-0.27+dfsg.orig/audiodevs/linux/AudioMixerControlLinux.h 2005-05-19 20:46:34.000000000 -0400
+++ camstream-0.27+dfsg/audiodevs/linux/AudioMixerControlLinux.h 2008-02-05 22:36:53.000000000 -0500
@@ -38,7 +38,7 @@
#include <qscrollview.h>
#include <qslider.h>
#include <qsocket.h>
-#include <qvector.h>
+#include <qptrvector.h>
#include <qwidget.h>
#if (QT_VERSION >= 0x030000)
diff -urN camstream-0.27+dfsg.orig/camstream/CamStreamMainWindow.h camstream-0.27+dfsg/camstream/CamStreamMainWindow.h
--- camstream-0.27+dfsg.orig/camstream/CamStreamMainWindow.h 2006-02-15 18:16:30.000000000 -0500
+++ camstream-0.27+dfsg/camstream/CamStreamMainWindow.h 2008-02-05 22:36:53.000000000 -0500
@@ -5,7 +5,7 @@
#include "config.h"
#endif
-#include <qlist.h>
+#include <qptrlist.h>
#include <qmainwindow.h>
#include <qworkspace.h>
diff -urN camstream-0.27+dfsg.orig/camstream/codec/CodecFrame.h camstream-0.27+dfsg/camstream/codec/CodecFrame.h
--- camstream-0.27+dfsg.orig/camstream/codec/CodecFrame.h 2001-04-05 23:29:11.000000000 -0400
+++ camstream-0.27+dfsg/camstream/codec/CodecFrame.h 2008-02-05 22:36:53.000000000 -0500
@@ -2,7 +2,7 @@
#define CODECFRAME_HPP
#include <qdict.h>
-#include <qlist.h>
+#include <qptrlist.h>
#include <qpainter.h>
#include "PanelSelector.h"
diff -urN camstream-0.27+dfsg.orig/camstream/ftpput.h camstream-0.27+dfsg/camstream/ftpput.h
--- camstream-0.27+dfsg.orig/camstream/ftpput.h 2003-02-04 20:50:22.000000000 -0500
+++ camstream-0.27+dfsg/camstream/ftpput.h 2008-02-05 22:36:53.000000000 -0500
@@ -6,7 +6,7 @@
#endif
#include <qapplication.h>
-#include <qlist.h>
+#include <qptrlist.h>
#include <qvariant.h>
#include "lib/FTPClient.h"
diff -urN camstream-0.27+dfsg.orig/camstream/gui/AudioSettingsDlg.h camstream-0.27+dfsg/camstream/gui/AudioSettingsDlg.h
--- camstream-0.27+dfsg.orig/camstream/gui/AudioSettingsDlg.h 2005-07-03 19:13:53.000000000 -0400
+++ camstream-0.27+dfsg/camstream/gui/AudioSettingsDlg.h 2008-02-05 22:36:53.000000000 -0500
@@ -5,7 +5,7 @@
#include "config.h"
#endif
-#include <qvector.h>
+#include <qptrvector.h>
#include "AudioDevice.h"
diff -urN camstream-0.27+dfsg.orig/ccvt/show.cc camstream-0.27+dfsg/ccvt/show.cc
--- camstream-0.27+dfsg.orig/ccvt/show.cc 2001-12-02 19:34:19.000000000 -0500
+++ camstream-0.27+dfsg/ccvt/show.cc 2008-02-05 22:37:25.000000000 -0500
@@ -2,7 +2,7 @@
#include <sys/times.h>
#include <qaccel.h>
-#include <qapp.h>
+#include <qapplication.h>
#include <qimage.h>
#include <qnamespace.h>
#include <qpainter.h>
diff -urN camstream-0.27+dfsg.orig/misc/AudioDisplayVolume.h camstream-0.27+dfsg/misc/AudioDisplayVolume.h
--- camstream-0.27+dfsg.orig/misc/AudioDisplayVolume.h 2005-07-03 19:13:54.000000000 -0400
+++ camstream-0.27+dfsg/misc/AudioDisplayVolume.h 2008-02-05 22:36:53.000000000 -0500
@@ -5,9 +5,9 @@
#include "config.h"
#endif
-#include <qarray.h>
+#include <qpointarray.h>
#include <qthread.h>
-#include <qvector.h>
+#include <qptrvector.h>
#include <qwidget.h>
#include "AudioDevice.h"
diff -urN camstream-0.27+dfsg.orig/tracer/TraceManager.h camstream-0.27+dfsg/tracer/TraceManager.h
--- camstream-0.27+dfsg.orig/tracer/TraceManager.h 2006-02-15 18:16:30.000000000 -0500
+++ camstream-0.27+dfsg/tracer/TraceManager.h 2008-02-05 22:36:53.000000000 -0500
@@ -3,7 +3,7 @@
#include <qdict.h>
#include <qdom.h>
-#include <qlist.h>
+#include <qptrlist.h>
#include <qlistview.h>
#include <qstring.h>
diff -urN camstream-0.27+dfsg.orig/videodevs/common/ChannelEditorDlg.h camstream-0.27+dfsg/videodevs/common/ChannelEditorDlg.h
--- camstream-0.27+dfsg.orig/videodevs/common/ChannelEditorDlg.h 2006-01-14 21:47:26.000000000 -0500
+++ camstream-0.27+dfsg/videodevs/common/ChannelEditorDlg.h 2008-02-05 22:36:53.000000000 -0500
@@ -2,10 +2,10 @@
#define CHANNELEDITORDLG_H
#include <qdom.h>
-#include <qlist.h>
+#include <qptrlist.h>
#include <qlistview.h>
#include <qstring.h>
-#include <qvector.h>
+#include <qptrvector.h>
#include "ChannelEditor.h"
#include "TVChannel.h"
diff -urN camstream-0.27+dfsg.orig/videodevs/include/TVChannel.h camstream-0.27+dfsg/videodevs/include/TVChannel.h
--- camstream-0.27+dfsg.orig/videodevs/include/TVChannel.h 2006-02-04 20:59:07.000000000 -0500
+++ camstream-0.27+dfsg/videodevs/include/TVChannel.h 2008-02-05 22:36:53.000000000 -0500
@@ -3,7 +3,7 @@
#include <qobject.h>
#include <qstring.h>
-#include <qvector.h>
+#include <qptrvector.h>
class TVChannel: public QObject
{
diff -urN camstream-0.27+dfsg.orig/videodevs/include/VideoCollector.h camstream-0.27+dfsg/videodevs/include/VideoCollector.h
--- camstream-0.27+dfsg.orig/videodevs/include/VideoCollector.h 2004-04-06 20:46:05.000000000 -0400
+++ camstream-0.27+dfsg/videodevs/include/VideoCollector.h 2008-02-05 22:36:53.000000000 -0500
@@ -6,7 +6,7 @@
#endif
#include <qmap.h>
-#include <qlist.h>
+#include <qptrlist.h>
#ifdef _OS_WIN32_
#include <windows.h>
diff -urN camstream-0.27+dfsg.orig/videodevs/include/VideoDevice.h camstream-0.27+dfsg/videodevs/include/VideoDevice.h
--- camstream-0.27+dfsg.orig/videodevs/include/VideoDevice.h 2006-02-16 19:01:29.000000000 -0500
+++ camstream-0.27+dfsg/videodevs/include/VideoDevice.h 2008-02-05 22:36:53.000000000 -0500
@@ -33,16 +33,16 @@
#include <qmutex.h>
#endif
-#include <qarray.h>
+#include <qpointarray.h>
#include <qcolor.h>
#include <qdom.h>
#include <qimage.h>
-#include <qlist.h>
+#include <qptrlist.h>
#include <qobject.h>
#include <qsocketnotifier.h>
#include <qtimer.h>
#include <qthread.h>
-#include <qvector.h>
+#include <qptrvector.h>
#include "VideoFrame.h"
diff -urN camstream-0.27+dfsg.orig/videodevs/linux/old-vdev.h camstream-0.27+dfsg/videodevs/linux/old-vdev.h
--- camstream-0.27+dfsg.orig/videodevs/linux/old-vdev.h 2002-12-03 17:29:08.000000000 -0500
+++ camstream-0.27+dfsg/videodevs/linux/old-vdev.h 2008-02-05 22:36:53.000000000 -0500
@@ -8,13 +8,13 @@
#include <sys/types.h>
#include <linux/videodev.h>
-#include <qarray.h>
+#include <qpointarray.h>
#include <qcolor.h>
#include <qimage.h>
#include <qobject.h>
#include <qsocketnotifier.h>
#include <qtimer.h>
-#include <qvector.h>
+#include <qptrvector.h>
#include "VideoDeviceInput.h"
#include "VideoAudioInput.h"
diff -urN camstream-0.27+dfsg.orig/videodevs/linux/VideoAudioInput.h camstream-0.27+dfsg/videodevs/linux/VideoAudioInput.h
--- camstream-0.27+dfsg.orig/videodevs/linux/VideoAudioInput.h 2002-07-12 20:40:56.000000000 -0400
+++ camstream-0.27+dfsg/videodevs/linux/VideoAudioInput.h 2008-02-05 22:36:53.000000000 -0500
@@ -6,7 +6,7 @@
#endif
#include <qobject.h>
-#include <qvector.h>
+#include <qptrvector.h>
class CVideoDeviceLinux;
diff -urN camstream-0.27+dfsg.orig/videodevs/linux/VideoDeviceInput.h camstream-0.27+dfsg/videodevs/linux/VideoDeviceInput.h
--- camstream-0.27+dfsg.orig/videodevs/linux/VideoDeviceInput.h 2005-09-28 17:03:40.000000000 -0400
+++ camstream-0.27+dfsg/videodevs/linux/VideoDeviceInput.h 2008-02-05 22:36:53.000000000 -0500
@@ -6,7 +6,7 @@
#endif
#include <qobject.h>
-#include <qvector.h>
+#include <qptrvector.h>
#include <linux/videodev.h>
diff -urN camstream-0.27+dfsg.orig/videodevs/linux/VideoSettingsDlg.h camstream-0.27+dfsg/videodevs/linux/VideoSettingsDlg.h
--- camstream-0.27+dfsg.orig/videodevs/linux/VideoSettingsDlg.h 2006-01-14 21:47:26.000000000 -0500
+++ camstream-0.27+dfsg/videodevs/linux/VideoSettingsDlg.h 2008-02-05 22:36:53.000000000 -0500
@@ -1,7 +1,7 @@
#ifndef VIDEOSETTINGSDLG_H
#define VIDEOSETTINGSDLG_H
-#include <qarray.h>
+#include <qpointarray.h>
#include <qdom.h>
#include <qsize.h>
#include <qtimer.h>
--- End Message ---
--- Begin Message ---
Source: camstream
Source-Version: 0.27+dfsg-2
We believe that the bug you reported is fixed in the latest version of
camstream, which is due to be installed in the Debian FTP archive:
camstream-doc_0.27+dfsg-2_all.deb
to pool/main/c/camstream/camstream-doc_0.27+dfsg-2_all.deb
camstream_0.27+dfsg-2.diff.gz
to pool/main/c/camstream/camstream_0.27+dfsg-2.diff.gz
camstream_0.27+dfsg-2.dsc
to pool/main/c/camstream/camstream_0.27+dfsg-2.dsc
camstream_0.27+dfsg-2_i386.deb
to pool/main/c/camstream/camstream_0.27+dfsg-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martín Ferrari <[EMAIL PROTECTED]> (supplier of updated camstream 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 06 Feb 2008 06:04:50 -0200
Source: camstream
Binary: camstream camstream-doc
Architecture: source i386 all
Version: 0.27+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Martín Ferrari <[EMAIL PROTECTED]>
Changed-By: Martín Ferrari <[EMAIL PROTECTED]>
Description:
camstream - collection of tools for webcams and other video-devices
camstream-doc - documentation for CamStream
Closes: 464247
Changes:
camstream (0.27+dfsg-2) unstable; urgency=low
.
* Minor description improvements (capitalisation).
* Added debian/patches/qt3_headers2.patch to not depend anymore on
libqt3-compat-headers.
Thanks Barry deFreese for the patch (closes: #464247).
Files:
87afbf0f14e23734fdbe7500c9f6ce1a 807 misc optional camstream_0.27+dfsg-2.dsc
0828b090e9f711a6304eb27d34656449 16514 misc optional
camstream_0.27+dfsg-2.diff.gz
238b3add69ecc52d3af3ae52c5e869e8 364574 misc optional
camstream_0.27+dfsg-2_i386.deb
bd7d867bff60e9ec78421c105a525418 2928272 doc optional
camstream-doc_0.27+dfsg-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHqXHxaWQ2v1ddCnYRAiRMAJ9z2Z3mkF7OijqqPmOHttwEZ0HqhQCfVDFf
ZjtFAI2xN1aFhKoaZqmlTjc=
=YFqh
-----END PGP SIGNATURE-----
--- End Message ---