diff -u obex-data-server-0.4.5/debian/changelog obex-data-server-0.4.5/debian/changelog --- obex-data-server-0.4.5/debian/changelog +++ obex-data-server-0.4.5/debian/changelog @@ -1,3 +1,12 @@ +obex-data-server (0.4.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Bumped version of libopenobex in B-D to 1.7. + * Fix FTBFS with libopenobex2. (Closes: #810521) + Add patches/fix_ftbfs_with_libopenobex2.patch. + + -- Nobuhiro Iwamatsu Mon, 01 Feb 2016 02:15:11 +0900 + obex-data-server (0.4.5-1) unstable; urgency=low * New upstream release diff -u obex-data-server-0.4.5/debian/control obex-data-server-0.4.5/debian/control --- obex-data-server-0.4.5/debian/control +++ obex-data-server-0.4.5/debian/control @@ -8,7 +8,7 @@ libglib2.0-dev (>= 2.10), libdbus-glib-1-dev (>= 0.70), libbluetooth-dev (>= 3.34), - libopenobex1-dev (>= 1.3), + libopenobex2-dev (>= 1.7), libdbus-1-dev (>= 0.70), libmagickwand-dev (>= 6.0.0) | libgtk2.0-dev Homepage: http://wiki.muiline.com/obex-data-server only in patch2: unchanged: --- obex-data-server-0.4.5.orig/debian/patches/fix_ftbfs_with_libopenobex2.patch +++ obex-data-server-0.4.5/debian/patches/fix_ftbfs_with_libopenobex2.patch @@ -0,0 +1,11 @@ +--- obex-data-server-0.4.5.orig/src/ods-obex.c ++++ obex-data-server-0.4.5/src/ods-obex.c +@@ -405,7 +405,7 @@ + goto err; + } + +- interfaces_num = OBEX_FindInterfaces(obex_context->obex_handle, &obex_intf); ++ interfaces_num = OBEX_EnumerateInterfaces(obex_context->obex_handle); + if (intf_num >= interfaces_num) { + g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, "Invalid interface number"); + goto err; only in patch2: unchanged: --- obex-data-server-0.4.5.orig/debian/patches/series +++ obex-data-server-0.4.5/debian/patches/series @@ -0,0 +1 @@ +fix_ftbfs_with_libopenobex2.patch