tags 667308 + pending
thanks

Dear maintainer,

I've prepared an NMU for oggvideotools (versioned as 0.8-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Cássia Eller: Top Top
diff -u oggvideotools-0.8/debian/changelog oggvideotools-0.8/debian/changelog
--- oggvideotools-0.8/debian/changelog
+++ oggvideotools-0.8/debian/changelog
@@ -1,3 +1,12 @@
+oggvideotools (0.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch from Paul Tagliamonte (missing
+    includes).
+    (Closes: #667308)
+
+ -- gregor herrmann <[email protected]>  Fri, 25 May 2012 15:22:15 +0200
+
 oggvideotools (0.8-1) unstable; urgency=low
 
   * Initial Debian Release (Closes: #563446).
diff -u oggvideotools-0.8/debian/patches/series oggvideotools-0.8/debian/patches/series
--- oggvideotools-0.8/debian/patches/series
+++ oggvideotools-0.8/debian/patches/series
@@ -2,0 +3 @@
+fix-gcc-4.7-ftbfs-667308.patch
only in patch2:
unchanged:
--- oggvideotools-0.8.orig/debian/patches/fix-gcc-4.7-ftbfs-667308.patch
+++ oggvideotools-0.8/debian/patches/fix-gcc-4.7-ftbfs-667308.patch
@@ -0,0 +1,96 @@
+Description: add missing includes to avoid FTBFS with gcc 4.7
+Origin: vendor
+Bug-Debian: 667308
+Forwarded: no
+Author: Paul Tagliamonte <[email protected]>
+Reviewed-by: gregor herrmann <[email protected]>
+Last-Update: 2012-05-25
+
+diff -Nuarp src/oggCut.cpp src/oggCut.cpp
+--- a/src/oggCut.cpp	2012-04-17 23:21:56.403723943 -0400
++++ b/src/oggCut.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -29,6 +29,7 @@
+ #include <map>
+ #include <cstdlib>
+ #include <ctime>
++#include <unistd.h>
+ 
+ #include "fileRepository.h"
+ #include "streamSerializer.h"
+diff -Nuarp src/oggDump.cpp src/oggDump.cpp
+--- a/src/oggDump.cpp	2012-04-17 23:21:56.407723943 -0400
++++ b/src/oggDump.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -31,6 +31,7 @@
+ #include <fstream>
+ #include <ostream>
+ #include <cstdlib>
++#include <unistd.h>
+ 
+ #include "fileRepository.h"
+ #include "rawMediaPacket.h"
+diff -Nuarp src/oggLength.cpp src/oggLength.cpp
+--- a/src/oggLength.cpp	2012-04-17 23:21:56.411723943 -0400
++++ b/src/oggLength.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -27,6 +27,7 @@
+ #include <iostream>
+ #include <string>
+ #include <cstdlib>
++#include <unistd.h>
+ 
+ #include "fileRepository.h"
+ #include "streamSerializer.h"
+diff -Nuarp src/oggResize.cpp src/oggResize.cpp
+--- a/src/oggResize.cpp	2012-04-17 23:21:56.407723943 -0400
++++ b/src/oggResize.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -34,6 +34,7 @@
+ #include <cstdlib>
+ #include <cmath>
+ #include <ctime>
++#include <unistd.h>
+ 
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+diff -Nuarp src/oggScroll.cpp src/oggScroll.cpp
+--- a/src/oggScroll.cpp	2012-04-17 23:21:56.407723943 -0400
++++ b/src/oggScroll.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -23,6 +23,7 @@
+ #include <map>
+ #include <termios.h>
+ #include <SDL/SDL.h>
++#include <unistd.h>
+ 
+ #include "fileRepository.h"
+ #include "streamSerializer.h"
+diff -Nuarp src/oggSilence.cpp src/oggSilence.cpp
+--- a/src/oggSilence.cpp	2012-04-17 23:21:56.407723943 -0400
++++ b/src/oggSilence.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -30,6 +30,7 @@
+ #include <sstream>
+ #include <cstdlib>
+ #include <ctime>
++#include <unistd.h>
+ 
+ #include "vorbisEncoder.h"
+ #include "streamMux.h"
+diff -Nuarp src/oggSlideshow.cpp src/oggSlideshow.cpp
+--- a/src/oggSlideshow.cpp	2012-04-17 23:21:56.403723943 -0400
++++ b/src/oggSlideshow.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -33,6 +33,7 @@
+ #include <cmath>
+ #include <cstring>
+ #include <ctime>
++#include <unistd.h>
+ //#include <cc++/slog.h>
+ 
+ #include "th_helper.h"
+diff -Nuarp src/oggThumb.cpp src/oggThumb.cpp
+--- a/src/oggThumb.cpp	2012-04-17 23:21:56.407723943 -0400
++++ b/src/oggThumb.cpp	2012-04-17 23:22:04.983723485 -0400
+@@ -32,6 +32,7 @@
+ #include <iostream>
+ #include <cstdlib>
+ #include <queue>
++#include <unistd.h>
+ 
+ #include "fileRepository.h"
+ #include "streamSerializer.h"

Attachment: signature.asc
Description: Digital signature

Reply via email to