Package: libusbmuxd Version: 2.0.1-1 The new libusbmuxd uploaded recently fails to build, it requires a newer libplist version which hasn't been uploaded yet. The debian/control build-depends also needs to be updated, attached patch resolved that one
Thanks,
diff -Nru libusbmuxd-2.0.1/debian/changelog libusbmuxd-2.0.1/debian/changelog --- libusbmuxd-2.0.1/debian/changelog 2019-11-27 12:50:33.000000000 +0100 +++ libusbmuxd-2.0.1/debian/changelog 2019-11-29 09:33:17.000000000 +0100 @@ -1,3 +1,9 @@ +libusbmuxd (2.0.1-2) unstable; urgency=medium + + * debian/control: update the libplist version requirement + + -- Sebastien Bacher <[email protected]> Fri, 29 Nov 2019 09:32:19 +0100 + libusbmuxd (2.0.1-1) unstable; urgency=medium * New upstream release. diff -Nru libusbmuxd-2.0.1/debian/control libusbmuxd-2.0.1/debian/control --- libusbmuxd-2.0.1/debian/control 2019-11-27 12:50:33.000000000 +0100 +++ libusbmuxd-2.0.1/debian/control 2019-11-29 09:42:47.000000000 +0100 @@ -5,7 +5,7 @@ Yves-Alexis Perez <[email protected]> Build-Depends: debhelper-compat (= 11), pkg-config, - libplist-dev (>= 2.0) + libplist-dev (>= 2.1) Standards-Version: 4.4.1 Section: libs Homepage: https://libimobiledevice.org

