tags 454833 + patch
thanks
Hi,
Attached is the diff for my libdvb 0.5.5.1-5.1 NMU.
Cheers,
Moritz
diff -u libdvb-0.5.5.1/debian/patches/series libdvb-0.5.5.1/debian/patches/series
--- libdvb-0.5.5.1/debian/patches/series
+++ libdvb-0.5.5.1/debian/patches/series
@@ -4,0 +5,3 @@
+040_gcc43.diff
+
+
diff -u libdvb-0.5.5.1/debian/changelog libdvb-0.5.5.1/debian/changelog
--- libdvb-0.5.5.1/debian/changelog
+++ libdvb-0.5.5.1/debian/changelog
@@ -1,3 +1,10 @@
+libdvb (0.5.5.1-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix GCC 4.3 compatibility, patch by Aurelien Jacobs (Closes: #454833)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]> Sat, 22 Mar 2008 19:48:39 +0100
+
libdvb (0.5.5.1-5) unstable; urgency=high
* Rename linux-kernel-headers build-dep to linux-libc-dev; closes: #433280.
only in patch2:
unchanged:
--- libdvb-0.5.5.1.orig/debian/patches/040_gcc43.diff
+++ libdvb-0.5.5.1/debian/patches/040_gcc43.diff
@@ -0,0 +1,10 @@
+ --- sample_progs/cam_menu.hh.orig 2008-01-28 10:23:53.000000000 +0100
+ +++ libdvb-0.5.5.1/sample_progs/cam_menu.hh 2008-01-28 10:22:55.000000000 +0100
+ @@ -2,6 +2,7 @@
+ * cam_menu.hh
+ *
+ */
+ +#include <cstring>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+