Package: libccrtp
Version: 1.8.0-1.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmp7M5ceP
In Ubuntu, the attached patch was applied to achieve the following:
Applied the following patch to fix FTBFS in Ubuntu. Not sure if its required
by Debian
* Merge from Debian. No remaining changes (LP: #779471)
* Fix FTBFS (LP: #770928)
- debian/patches/ftbs-gcc46.diff
Thanks for considering the patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-8-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== added directory 'debian/patches'
=== added file 'debian/patches/ftbs-gcc46.diff'
--- debian/patches/ftbs-gcc46.diff 1970-01-01 00:00:00 +0000
+++ debian/patches/ftbs-gcc46.diff 2011-05-08 13:34:47 +0000
@@ -0,0 +1,11 @@
+diff -Nur -x '*.orig' -x '*~' oneiric//src/ccrtp/sources.h oneiric.new//src/ccrtp/sources.h
+--- oneiric//src/ccrtp/sources.h 2011-05-08 15:31:20.775179975 +0200
++++ oneiric.new//src/ccrtp/sources.h 2011-05-08 15:34:46.975482407 +0200
+@@ -46,6 +46,7 @@
+
+ #include <string>
+ #include <ccrtp/rtcppkt.h>
++#include <cstddef>
+
+ #ifdef CCXX_NAMESPACES
+ namespace ost {