control: tags -1 pending

NMU ongoing

G.
diff -Nru ptask-1.0.0/debian/changelog ptask-1.0.0/debian/changelog
--- ptask-1.0.0/debian/changelog        2016-06-11 05:45:54.000000000 +0200
+++ ptask-1.0.0/debian/changelog        2019-07-01 10:24:02.000000000 +0200
@@ -1,3 +1,12 @@
+ptask (1.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/db9c7f7e2a7bebd83de857029942ddb5497140ec.patch:
+    - cherry-pick upstream fix for new json-c is_error deprecation
+      (Closes: #915840)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Mon, 01 Jul 2019 
10:24:02 +0200
+
 ptask (1.0.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru 
ptask-1.0.0/debian/patches/db9c7f7e2a7bebd83de857029942ddb5497140ec.patch 
ptask-1.0.0/debian/patches/db9c7f7e2a7bebd83de857029942ddb5497140ec.patch
--- ptask-1.0.0/debian/patches/db9c7f7e2a7bebd83de857029942ddb5497140ec.patch   
1970-01-01 01:00:00.000000000 +0100
+++ ptask-1.0.0/debian/patches/db9c7f7e2a7bebd83de857029942ddb5497140ec.patch   
2019-07-01 10:24:02.000000000 +0200
@@ -0,0 +1,21 @@
+commit db9c7f7e2a7bebd83de857029942ddb5497140ec
+Author: Jean-Philippe Orsini <jea...@gmail.com>
+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;
+ }
+ 
diff -Nru ptask-1.0.0/debian/patches/series ptask-1.0.0/debian/patches/series
--- ptask-1.0.0/debian/patches/series   2016-06-11 05:28:22.000000000 +0200
+++ ptask-1.0.0/debian/patches/series   2019-07-01 10:24:01.000000000 +0200
@@ -1 +1,2 @@
 0001-Relax-taskwarrior-version-check.patch
+db9c7f7e2a7bebd83de857029942ddb5497140ec.patch

Reply via email to