Package: xine-ui
Version: 0.99.6-1
Followup-For: Bug #638379
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
In Ubuntu, the attached patch will be applied to achieve the following:
* debian/patches/remove-deprecated-curl-typesh-easyh: Don't use long-
deprecated header files. Fixes FTBFS. (Closes: #638379)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru xine-ui-0.99.6/debian/patches/remove-deprecated-curl-typesh-easyh xine-ui-0.99.6/debian/patches/remove-deprecated-curl-typesh-easyh
--- xine-ui-0.99.6/debian/patches/remove-deprecated-curl-typesh-easyh 1969-12-31 19:00:00.000000000 -0500
+++ xine-ui-0.99.6/debian/patches/remove-deprecated-curl-typesh-easyh 2011-10-14 08:45:16.000000000 -0400
@@ -0,0 +1,13 @@
+Index: xine-ui-0.99.6/src/xitk/download.c
+===================================================================
+--- xine-ui-0.99.6.orig/src/xitk/download.c 2011-10-14 08:45:13.000000000 -0400
++++ xine-ui-0.99.6/src/xitk/download.c 2011-10-14 08:45:11.000000000 -0400
+@@ -28,8 +28,6 @@
+
+ #ifdef HAVE_CURL
+ #include <curl/curl.h>
+-#include <curl/types.h>
+-#include <curl/easy.h>
+ #endif
+
+ #include "common.h"
diff -Nru xine-ui-0.99.6/debian/patches/series xine-ui-0.99.6/debian/patches/series
--- xine-ui-0.99.6/debian/patches/series 2010-03-20 13:18:46.000000000 -0400
+++ xine-ui-0.99.6/debian/patches/series 2011-10-14 08:45:46.000000000 -0400
@@ -1 +1,2 @@
debian-changes
+remove-deprecated-curl-typesh-easyh