tags 505390 + pending
thanks
Dear maintainer,
I've prepared an NMU for traverso (versioned as 0.49.0~rc1-1.1) and
uploaded it to DELAYED/2, according to devref §5.11.1.
Regards.
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u traverso-0.49.0~rc1/debian/changelog traverso-0.49.0~rc1/debian/changelog
--- traverso-0.49.0~rc1/debian/changelog
+++ traverso-0.49.0~rc1/debian/changelog
@@ -1,3 +1,11 @@
+traverso (0.49.0~rc1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add missing #include for gcc 4.4, patch by Martin Michlmayr.
+ (Closes: #505390)
+
+ -- Stefano Zacchiroli <[email protected]> Wed, 20 Jan 2010 14:12:17 +0100
+
traverso (0.49.0~rc1-1) unstable; urgency=low
* New upstream version.
only in patch2:
unchanged:
--- traverso-0.49.0~rc1.orig/src/audiofileio/encode/WPAudioWriter.cpp
+++ traverso-0.49.0~rc1/src/audiofileio/encode/WPAudioWriter.cpp
@@ -24,6 +24,8 @@
#include <QString>
#include "Utils.h"
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"
only in patch2:
unchanged:
--- traverso-0.49.0~rc1.orig/src/audiofileio/decode/ResampleAudioReader.cpp
+++ traverso-0.49.0~rc1/src/audiofileio/decode/ResampleAudioReader.cpp
@@ -22,6 +22,8 @@
#include "ResampleAudioReader.h"
#include <QString>
+#include <cstdio>
+
#define OVERFLOW_SIZE 512
// Always put me below _all_ includes, this is needed
only in patch2:
unchanged:
--- traverso-0.49.0~rc1.orig/src/traverso/Main.cpp
+++ traverso-0.49.0~rc1/src/traverso/Main.cpp
@@ -19,6 +19,7 @@
*/
+#include <cstdio>
#include <signal.h>
#include <stdlib.h>
only in patch2:
unchanged:
--- traverso-0.49.0~rc1.orig/src/core/ViewPort.cpp
+++ traverso-0.49.0~rc1/src/core/ViewPort.cpp
@@ -39,6 +39,8 @@
#include "Import.h"
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"
only in patch2:
unchanged:
--- traverso-0.49.0~rc1.orig/src/core/Export.cpp
+++ traverso-0.49.0~rc1/src/core/Export.cpp
@@ -23,6 +23,8 @@
#include "Export.h"
#include "Project.h"
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"
only in patch2:
unchanged:
--- traverso-0.49.0~rc1.orig/src/common/RingBuffer.cpp
+++ traverso-0.49.0~rc1/src/common/RingBuffer.cpp
@@ -25,6 +25,7 @@
This is safe for the case of one read thread and one write thread.
*/
+#include <cstdio>
#include <stdlib.h>
#include <string.h>
#ifdef USE_MLOCK
only in patch2:
unchanged:
--- traverso-0.49.0~rc1.orig/src/commands/CommandGroup.cpp
+++ traverso-0.49.0~rc1/src/commands/CommandGroup.cpp
@@ -22,6 +22,8 @@
#include "CommandGroup.h"
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"