--- /dev/null
+Description: adjust to json-c in Debian
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2013-06-28
+
+--- a/bti.c
++++ b/bti.c
+@@ -32,7 +32,7 @@
+ #include <libxml/xmlmemory.h>
+ #include <libxml/parser.h>
+ #include <libxml/tree.h>
+-#include <json/json.h>
++#include <json-c/json.h>
+ #include <pcre.h>
+ #include <termios.h>
+ #include <dlfcn.h>
+--- a/configure.ac
++++ b/configure.ac
+@@ -18,7 +18,7 @@
+ PKG_CHECK_MODULES(LIBPCRE, libpcre)
+ PKG_CHECK_MODULES([LIBCURL], [libcurl])
+ PKG_CHECK_MODULES([XML], [libxml-2.0])
+-PKG_CHECK_MODULES([JSON], [json])
++PKG_CHECK_MODULES([JSON], [json-c])
+
+ AC_SEARCH_LIBS([dlopen], [dl])
+