diff -ruN html2text.orig/debian/patches/611-recognize-input-encoding.patch html2text/debian/patches/611-recognize-input-encoding.patch --- html2text.orig/debian/patches/611-recognize-input-encoding.patch 2016-04-01 08:36:27.256461495 +0200 +++ html2text/debian/patches/611-recognize-input-encoding.patch 2016-04-01 08:36:59.974268279 +0200 @@ -271,7 +271,7 @@ + } + if (!result) + { -+ continue; ++ exit(2); + } + + if (number_of_input_urls != 1) { diff -ruN html2text.orig/debian/patches/630-recode-output-to-locale-charset.patch html2text/debian/patches/630-recode-output-to-locale-charset.patch --- html2text.orig/debian/patches/630-recode-output-to-locale-charset.patch 2016-04-01 08:36:27.256461495 +0200 +++ html2text/debian/patches/630-recode-output-to-locale-charset.patch 2016-04-01 08:37:15.323115908 +0200 @@ -75,7 +75,7 @@ + result = recode(output_stream, output_encoding, "UTF-8"); + if (!result) + { -+ continue; ++ exit(2); + } + } + output_stream.clear();