[Pkg-voip-commits] r7334 - in /qutecom/trunk/debian: changelog patches/generic/google-breakpad-gcc44.patch patches/series

cavedon-guest at alioth.debian.org cavedon-guest at alioth.debian.org
Fri Jun 5 07:48:00 UTC 2009


Author: cavedon-guest
Date: Fri Jun  5 07:47:58 2009
New Revision: 7334

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7334
Log:
Fix FTBFS with GCC 4.4 on i386.

Added:
    qutecom/trunk/debian/patches/generic/google-breakpad-gcc44.patch
Modified:
    qutecom/trunk/debian/changelog
    qutecom/trunk/debian/patches/series

Modified: qutecom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/changelog?rev=7334&op=diff
==============================================================================
--- qutecom/trunk/debian/changelog (original)
+++ qutecom/trunk/debian/changelog Fri Jun  5 07:47:58 2009
@@ -1,3 +1,9 @@
+qutecom (2.2~rc3.hg396~dfsg1-2) unstable; urgency=low
+
+  * Fix FTBFS with GCC 4.4 on i386.
+
+ -- Ludovico Cavedon <ludovico.cavedon at gmail.com>  Fri, 05 Jun 2009 00:33:59 -0700
+
 qutecom (2.2~rc3.hg396~dfsg1-1) unstable; urgency=low
 
   * New upstream snapshot (should become release 2.2). Closes: #527929.

Added: qutecom/trunk/debian/patches/generic/google-breakpad-gcc44.patch
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/generic/google-breakpad-gcc44.patch?rev=7334&op=file
==============================================================================
--- qutecom/trunk/debian/patches/generic/google-breakpad-gcc44.patch (added)
+++ qutecom/trunk/debian/patches/generic/google-breakpad-gcc44.patch Fri Jun  5 07:47:58 2009
@@ -1,0 +1,19 @@
+# HG changeset patch
+# User Ludovico Cavedon <ludovico.cavedon at gmail.com>
+# Date 1244187042 25200
+# Node ID 8fa54078ac416633edd0e016c8aca7f3c9030f58
+# Parent  3a6131ab94afe1b31376543388251b07f0a183ed
+fix compilation of google-breakpad with gcc 4.4
+
+diff -r 3a6131ab94af -r 8fa54078ac41 libs/3rdparty/googlebreakpad/src/client/linux/handler/exception_handler.h
+--- a/libs/3rdparty/googlebreakpad/src/client/linux/handler/exception_handler.h	Wed Jun 03 16:13:22 2009 +0200
++++ b/libs/3rdparty/googlebreakpad/src/client/linux/handler/exception_handler.h	Fri Jun 05 00:30:42 2009 -0700
+@@ -39,6 +39,8 @@
+ #include <vector>
+ #include <signal.h>
+ 
++#include <stdint.h>
++
+ namespace google_breakpad {
+ 
+ class MinidumpGenerator;

Modified: qutecom/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/series?rev=7334&op=diff
==============================================================================
--- qutecom/trunk/debian/patches/series (original)
+++ qutecom/trunk/debian/patches/series Fri Jun  5 07:47:58 2009
@@ -1,4 +1,5 @@
 #generic/curl-openssl-mt-fix.patch
+generic/google-breakpad-gcc44.patch
 debian/cmake-noavformat.patch
 debian/remove-extra-copying-file.patch
 debian/cmake-force-fpic.patch




More information about the Pkg-voip-commits mailing list