tags 667428 + pending
thanks

Dear maintainer,

I've prepared an NMU for zoneminder (versioned as 1.25.0-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: Paul Mc Cartney: Good Times Coming/ Feel The Su
diff -Nru zoneminder-1.25.0/debian/changelog zoneminder-1.25.0/debian/changelog
--- zoneminder-1.25.0/debian/changelog	2012-01-16 21:00:09.000000000 +0100
+++ zoneminder-1.25.0/debian/changelog	2012-05-13 17:03:32.000000000 +0200
@@ -1,3 +1,12 @@
+zoneminder (1.25.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch Fix-FTBFS-with-gcc-4.7 from Cyril
+    Brulebois: fix missing <unistd.h> includes.
+    (Closes: #667428)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 13 May 2012 17:02:21 +0200
+
 zoneminder (1.25.0-1) unstable; urgency=low
 
   * Fix typo in libv4l1-videodev.h patch that caused v4l1 support to be 
diff -Nru zoneminder-1.25.0/debian/patches/Fix-FTBFS-with-gcc-4.7 zoneminder-1.25.0/debian/patches/Fix-FTBFS-with-gcc-4.7
--- zoneminder-1.25.0/debian/patches/Fix-FTBFS-with-gcc-4.7	1970-01-01 01:00:00.000000000 +0100
+++ zoneminder-1.25.0/debian/patches/Fix-FTBFS-with-gcc-4.7	2012-05-13 16:59:11.000000000 +0200
@@ -0,0 +1,23 @@
+Description: Fix FTBFS with gcc 4.7
+Author: Cyril Brulebois <k...@debian.org>
+Bug-Debian: http://bugs.debian.org/667428
+--- zoneminder-1.25.0.orig/src/zm_thread.h
++++ zoneminder-1.25.0/src/zm_thread.h
+@@ -21,6 +21,7 @@
+ #define ZM_THREAD_H
+ 
+ #include <pthread.h>
++#include <unistd.h>
+ #include "zm_exception.h"
+ #include "zm_utils.h"
+ 
+--- zoneminder-1.25.0.orig/src/zm_logger.cpp
++++ zoneminder-1.25.0/src/zm_logger.cpp
+@@ -33,6 +33,7 @@
+ #include <signal.h>
+ #include <stdarg.h>
+ #include <errno.h>
++#include <unistd.h>
+ 
+ bool Logger::smInitialised = false;
+ Logger *Logger::smInstance = 0;
diff -Nru zoneminder-1.25.0/debian/patches/series zoneminder-1.25.0/debian/patches/series
--- zoneminder-1.25.0/debian/patches/series	2012-01-15 23:22:46.000000000 +0100
+++ zoneminder-1.25.0/debian/patches/series	2012-05-13 16:59:11.000000000 +0200
@@ -9,3 +9,4 @@
 #07_fix_ffmpeg_defaults.dpatch - database population chanaged: revisit
 zm-ffmpeg-as-c-library
 include-avutil-mathematics-header
+Fix-FTBFS-with-gcc-4.7

Attachment: signature.asc
Description: Digital signature

Reply via email to