diff -Nru cutycapt-0.0~svn6/debian/changelog cutycapt-0.0~svn6/debian/changelog --- cutycapt-0.0~svn6/debian/changelog 2011-03-13 18:08:10.000000000 +0000 +++ cutycapt-0.0~svn6/debian/changelog 2014-09-09 20:33:23.000000000 +0000 @@ -1,3 +1,11 @@ +cutycapt (0.0~svn6-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch to fix FTBFS. (Closes: #601808) + * Refresh 01-assume_http_as_default.patch. + + -- Julián Moreno Patiño Tue, 09 Sep 2014 15:07:53 -0500 + cutycapt (0.0~svn6-3) unstable; urgency=low * Add Build-Depends on libqtwebkit-dev (Closes: #618240) diff -Nru cutycapt-0.0~svn6/debian/patches/01-assume_http_as_default.patch cutycapt-0.0~svn6/debian/patches/01-assume_http_as_default.patch --- cutycapt-0.0~svn6/debian/patches/01-assume_http_as_default.patch 2011-03-01 11:54:58.000000000 +0000 +++ cutycapt-0.0~svn6/debian/patches/01-assume_http_as_default.patch 2014-09-09 20:32:26.000000000 +0000 @@ -7,9 +7,9 @@ CutyCapt.cpp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) ---- cutycapt.orig/CutyCapt.cpp -+++ cutycapt/CutyCapt.cpp -@@ -362,7 +362,7 @@ main(int argc, char *argv[]) { +--- a/CutyCapt.cpp ++++ b/CutyCapt.cpp +@@ -363,7 +363,7 @@ int argMaxWait = 90000; int argVerbosity = 0; @@ -18,7 +18,7 @@ const char* argUserStyle = NULL; const char* argUserStylePath = NULL; const char* argUserStyleString = NULL; -@@ -370,6 +370,7 @@ main(int argc, char *argv[]) { +@@ -371,6 +371,7 @@ const char* argInjectScript = NULL; const char* argScriptObject = NULL; QString argOut; @@ -26,7 +26,7 @@ CutyCapt::OutputFormat format = CutyCapt::OtherFormat; -@@ -421,7 +422,7 @@ main(int argc, char *argv[]) { +@@ -422,7 +423,7 @@ // --name=value options if (strncmp("--url", s, nlen) == 0) { @@ -35,7 +35,7 @@ } else if (strncmp("--min-width", s, nlen) == 0) { // TODO: add error checking here? -@@ -571,14 +572,21 @@ main(int argc, char *argv[]) { +@@ -572,14 +573,21 @@ } } diff -Nru cutycapt-0.0~svn6/debian/patches/02-add-missing-include.patch cutycapt-0.0~svn6/debian/patches/02-add-missing-include.patch --- cutycapt-0.0~svn6/debian/patches/02-add-missing-include.patch 1970-01-01 00:00:00.000000000 +0000 +++ cutycapt-0.0~svn6/debian/patches/02-add-missing-include.patch 2014-09-09 20:42:02.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Add missing #include to fix FTBFS. +Forwarded: no +Author: Julián Moreno Patiño +Last-Update: 2014-09-09 +--- a/CutyCapt.cpp ++++ b/CutyCapt.cpp +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #include + #include "CutyCapt.hpp" + diff -Nru cutycapt-0.0~svn6/debian/patches/series cutycapt-0.0~svn6/debian/patches/series --- cutycapt-0.0~svn6/debian/patches/series 2011-03-01 11:53:37.000000000 +0000 +++ cutycapt-0.0~svn6/debian/patches/series 2014-09-09 20:43:55.000000000 +0000 @@ -1 +1,2 @@ +02-add-missing-include.patch 01-assume_http_as_default.patch