diff -Nru ubuntu-system-settings-0.4+17.04.20170118.1/debian/changelog ubuntu-system-settings-0.4+17.04.20170211/debian/changelog --- ubuntu-system-settings-0.4+17.04.20170118.1/debian/changelog 2017-02-23 15:07:57.000000000 +0000 +++ ubuntu-system-settings-0.4+17.04.20170211/debian/changelog 2017-02-23 15:07:57.000000000 +0000 @@ -1,3 +1,9 @@ +ubuntu-system-settings (0.4+17.04.20170211-0ubuntu1) zesty; urgency=medium + + * Handle ubuntu-app-launch API change + + -- Ken VanDine Sat, 11 Feb 2017 00:16:14 +0000 + ubuntu-system-settings (0.4+17.04.20170118.1-0ubuntu1) zesty; urgency=medium [ Lukáš Tinkl ] diff -Nru ubuntu-system-settings-0.4+17.04.20170118.1/debian/control ubuntu-system-settings-0.4+17.04.20170211/debian/control --- ubuntu-system-settings-0.4+17.04.20170118.1/debian/control 2017-02-23 15:07:57.000000000 +0000 +++ ubuntu-system-settings-0.4+17.04.20170211/debian/control 2017-02-23 15:07:57.000000000 +0000 @@ -21,7 +21,7 @@ libpolkit-agent-1-dev, libqmenumodel-dev, libtrust-store-dev, - libubuntu-app-launch2-dev, + libubuntu-app-launch3-dev, libudev-dev, libunity-api-dev, libupower-glib-dev, diff -Nru ubuntu-system-settings-0.4+17.04.20170118.1/plugins/system-update/CMakeLists.txt ubuntu-system-settings-0.4+17.04.20170211/plugins/system-update/CMakeLists.txt --- ubuntu-system-settings-0.4+17.04.20170118.1/plugins/system-update/CMakeLists.txt 2017-01-18 16:18:25.000000000 +0000 +++ ubuntu-system-settings-0.4+17.04.20170211/plugins/system-update/CMakeLists.txt 2017-02-11 00:15:56.000000000 +0000 @@ -17,7 +17,7 @@ /usr/include/apt-pkg/ ) -pkg_check_modules(UAL REQUIRED ubuntu-app-launch-2) +pkg_check_modules(UAL REQUIRED ubuntu-app-launch-3) add_definitions(${UAL_CFLAGS} ${UAL_CFLAGS_OTHER}) pkg_check_modules(UBUNTUONEAUTH REQUIRED ubuntuoneauth-2.0) add_definitions(${UBUNTUONEAUTH_CFLAGS} ${UBUNTUONEAUTH_CFLAGS_OTHER})