control: tags -1 pending
On Thu, 8 Aug 2019 13:37:36 +0200 Gianfranco Costamagna 
<locutusofb...@debian.org> wrote:
> control: severity -1 serious
> 
> json-c is now in unstable, I plan to NMU in the next few days, if nobody 
> fixes them before
> 
> G.
> 
> 

done

G.
diff -Nru u1db-13.10/debian/changelog u1db-13.10/debian/changelog
--- u1db-13.10/debian/changelog 2018-12-02 15:46:45.000000000 +0100
+++ u1db-13.10/debian/changelog 2019-06-28 17:26:15.000000000 +0200
@@ -1,3 +1,10 @@
+u1db (13.10-6.4) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Adapt to new json-c api (Closes: #915897)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Fri, 28 Jun 2019 
17:26:15 +0200
+
 u1db (13.10-6.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru u1db-13.10/debian/patches/json-c.patch 
u1db-13.10/debian/patches/json-c.patch
--- u1db-13.10/debian/patches/json-c.patch      1970-01-01 01:00:00.000000000 
+0100
+++ u1db-13.10/debian/patches/json-c.patch      2019-06-28 17:26:13.000000000 
+0200
@@ -0,0 +1,15 @@
+Description: Adapat to new json-c api
+Author: Gianfranco Costamagna <locutusofb...@debian.org>
+Last-Update: 2019-06-28
+
+--- u1db-13.10.orig/src/u1db_sync_target.c
++++ u1db-13.10/src/u1db_sync_target.c
+@@ -178,7 +178,7 @@ st_get_sync_exchange(u1db_sync_target *s
+     //       mapping, and we don't need the prev/next pointers. But it is
+     //       already available, and doesn't require us to implement and debug
+     //       another set() implementation.
+-    tmp->seen_ids = lh_kchar_table_new(100, "seen_ids",
++    tmp->seen_ids = lh_kchar_table_new(100,
+             se_free_seen_id);
+     tmp->trace_context = st->trace_context;
+     tmp->trace_cb = st->trace_cb;
diff -Nru u1db-13.10/debian/patches/series u1db-13.10/debian/patches/series
--- u1db-13.10/debian/patches/series    2018-12-02 15:33:20.000000000 +0100
+++ u1db-13.10/debian/patches/series    2019-06-28 17:26:15.000000000 +0200
@@ -4,3 +4,4 @@
 json_object_object_get
 adjust-for-libjson-c-dev
 openssl-1.1-compatibility.patch
+json-c.patch

Reply via email to