diff options
author | Iain Lane <iain.lane@canonical.com> | 2013-05-03 19:46:11 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-05-03 19:46:11 +0000 |
commit | aac7c2f2cfb886e3c2fc8b042b6eb13f11fc79c2 (patch) | |
tree | c76a59e9514fc33610707a49c08e4edf5d3542cb /debian | |
parent | 0628bfa3e41ddd04bd01e6c337aa598435140014 (diff) | |
parent | 271cbd1d1ec1916bb80308908d940d43d7c6d7ee (diff) | |
download | ayatana-indicator-datetime-aac7c2f2cfb886e3c2fc8b042b6eb13f11fc79c2.tar.gz ayatana-indicator-datetime-aac7c2f2cfb886e3c2fc8b042b6eb13f11fc79c2.tar.bz2 ayatana-indicator-datetime-aac7c2f2cfb886e3c2fc8b042b6eb13f11fc79c2.zip |
Use logind instead of ConsoleKit to adjust the clock upon return from sleep. Fixes: https://bugs.launchpad.net/bugs/1156613.
Approved by Martin Pitt, Mathieu Trudel-Lapierre, PS Jenkins bot.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f98cf93..a350b13 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_auto_configure: - dh_auto_configure -- --disable-static + dh_auto_configure -- --disable-static --disable-silent-rules override_dh_install: find debian/indicator-datetime -name \*.la -delete |