diff -Nru supertux-0.3.3/debian/changelog supertux-0.3.3/debian/changelog --- supertux-0.3.3/debian/changelog 2011-09-03 09:49:33.000000000 +0000 +++ supertux-0.3.3/debian/changelog 2012-01-03 13:34:38.000000000 +0000 @@ -1,3 +1,9 @@ +supertux (0.3.3-2ubuntu2) precise; urgency=low + + * Don't include nonexistent header. + + -- Ilya Barygin Tue, 03 Jan 2012 17:31:26 +0400 + supertux (0.3.3-2ubuntu1) oneiric; urgency=low * gcc-4.6.patch: fix FTBFS due to missing header (LP: #832874). diff -Nru supertux-0.3.3/debian/patches/no-header.patch supertux-0.3.3/debian/patches/no-header.patch --- supertux-0.3.3/debian/patches/no-header.patch 1970-01-01 00:00:00.000000000 +0000 +++ supertux-0.3.3/debian/patches/no-header.patch 2012-01-03 13:42:54.000000000 +0000 @@ -0,0 +1,13 @@ +Description: don't include nonexistent header +Author: Ilya Barygin + +--- supertux-0.3.3.orig/src/addon/addon_manager.cpp ++++ supertux-0.3.3/src/addon/addon_manager.cpp +@@ -29,7 +29,6 @@ + #ifdef HAVE_LIBCURL + # include + # include +-# include + #endif + + #include "addon/addon.hpp" diff -Nru supertux-0.3.3/debian/patches/series supertux-0.3.3/debian/patches/series --- supertux-0.3.3/debian/patches/series 2011-09-03 09:48:01.000000000 +0000 +++ supertux-0.3.3/debian/patches/series 2012-01-03 13:35:46.000000000 +0000 @@ -1,2 +1,3 @@ debian-changes-0.3.3-2 gcc-4.6.patch +no-header.patch