diff -Nru shotwell-0.18.0/debian/changelog shotwell-0.18.0/debian/changelog --- shotwell-0.18.0/debian/changelog 2014-03-21 17:11:22.000000000 +0000 +++ shotwell-0.18.0/debian/changelog 2014-03-31 15:37:43.000000000 +0000 @@ -1,3 +1,10 @@ +shotwell (0.18.0-0ubuntu3) trusty; urgency=medium + + * debian/control: Recommends unity-control-center-signon + * debian/patches/06_uoa.patch: use the correct command for the new naming + + -- Sebastien Bacher Mon, 31 Mar 2014 17:35:39 +0200 + shotwell (0.18.0-0ubuntu2) trusty; urgency=medium * debian/control: build-depends on gnome-doc-utils diff -Nru shotwell-0.18.0/debian/control shotwell-0.18.0/debian/control --- shotwell-0.18.0/debian/control 2014-03-21 17:11:22.000000000 +0000 +++ shotwell-0.18.0/debian/control 2014-03-31 15:37:43.000000000 +0000 @@ -42,6 +42,7 @@ shotwell-common (= ${source:Version}), librsvg2-common, dbus-x11 +Recommends: unity-control-center-signon Suggests: account-plugin-facebook, account-plugin-google, account-plugin-flickr Description: digital photo organizer Shotwell is a digital photo organizer designed for the GNOME desktop diff -Nru shotwell-0.18.0/debian/patches/06_uoa.patch shotwell-0.18.0/debian/patches/06_uoa.patch --- shotwell-0.18.0/debian/patches/06_uoa.patch 2014-03-21 17:11:22.000000000 +0000 +++ shotwell-0.18.0/debian/patches/06_uoa.patch 2014-03-31 15:37:43.000000000 +0000 @@ -2311,7 +2311,7 @@ + if (has_disabled_services) { + try { + DesktopAppInfo app_info = -+ new DesktopAppInfo ("gnome-credentials-panel.desktop"); ++ new DesktopAppInfo ("unity-credentials-panel.desktop"); + GLib.Process.spawn_command_line_async(app_info.get_commandline() + " application=shotwell"); + } catch (Error e) { + warning ("Error launching Online Accounts: %s", e.message);