diff -Nru accountsservice-0.6.15/debian/accountsservice.postinst accountsservice-0.6.15/debian/accountsservice.postinst --- accountsservice-0.6.15/debian/accountsservice.postinst 2012-03-27 05:33:05.000000000 +0000 +++ accountsservice-0.6.15/debian/accountsservice.postinst 2012-07-28 17:31:31.000000000 +0000 @@ -15,9 +15,6 @@ # stop accounts-daemon pid=$(get_pid org.freedesktop.Accounts) kill $pid 2>/dev/null || true - - # restart daemon if it was running before - [ -z "$pid" ] || /usr/lib/accountsservice/accounts-daemon & >/dev/null || true # will trigger through D-Bus activation fi # diff -Nru accountsservice-0.6.15/debian/changelog accountsservice-0.6.15/debian/changelog --- accountsservice-0.6.15/debian/changelog 2012-07-19 15:14:28.000000000 +0000 +++ accountsservice-0.6.15/debian/changelog 2012-07-28 17:31:53.000000000 +0000 @@ -1,3 +1,12 @@ +accountsservice (0.6.15-2ubuntu9.3) precise-proposed; urgency=low + + * debian/accountsservice.postinst: + - don't try restarting the service from the maintainer script after + upgrades, it leads to some issues and shouldn't be needed since + it will be dbus reactivated when needed (lp: #1021293) + + -- Sebastien Bacher Mon, 23 Jul 2012 19:26:09 +0200 + accountsservice (0.6.15-2ubuntu9.2) precise-proposed; urgency=low * debian/patches/git_object_path_type.patch: