control: tags -1 patch upstream build fix attached.
G.
commit db9c7f7e2a7bebd83de857029942ddb5497140ec Author: Jean-Philippe Orsini <[email protected]> Date: Sat Jul 21 17:39:19 2018 +0200 recent version of libjson has remove is_error which was checking that the arg is NULL. Index: ptask-1.0.0/src/tw.c =================================================================== --- ptask-1.0.0.orig/src/tw.c +++ ptask-1.0.0/src/tw.c @@ -166,9 +166,6 @@ free(cmd); - if (o && is_error(o)) - return NULL; - return o; }

