Hello, Thank you for the bug report:
Plamen Aleksandrov <[email protected]> writes: > This patch fixes deprecated function errors and missing dependency in the > control file. > diff -Nru u1db-0.1.4/src/u1db_http_sync_target.c > u1db-0.1.4.mine/src/u1db_http_sync_target.c > --- u1db-0.1.4/src/u1db_http_sync_target.c 2012-09-26 17:35:34.000000000 > +0000 > +++ u1db-0.1.4.mine/src/u1db_http_sync_target.c 2014-06-25 > 15:05:42.951423246 +0000 > @@ -458,7 +458,7 @@ > status = U1DB_NOMEM; > goto finish; > } > - obj = json_object_object_get(json, "target_replica_uid"); > + json_object_object_get_ex(json, "target_replica_uid", &obj); It looks like you made this patch against 0.1.4, however I've already uploaded 13.10 with a patch to fix these deprecation issues! > diff -Nru u1db-0.1.4/debian/control u1db-0.1.4.mine/debian/control > --- u1db-0.1.4/debian/control 2013-06-23 18:15:07.000000000 +0000 > +++ u1db-0.1.4.mine/debian/control 2014-06-25 13:28:45.218694460 +0000 > @@ -20,7 +20,8 @@ > python-setuptools, > python-simplejson, > python-testscenarios, > - python-testtools > + python-testtools, > + pkg-config > Maintainer: Micah Anderson <[email protected]> > Standards-Version: 3.9.4 > X-Python-Version: >= 2.6 Can you explain what the problem is with this missing pkg-config dependency? I did not see any issue arise without it, but maybe I'm missing something. thanks! micah
pgpMdmhQ0jdlM.pgp
Description: PGP signature

