diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2013-03-26 20:42:11 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-03-26 20:42:11 +0000 |
commit | 0c84c12da0d598ca1bbc3846d3cdb56964704c3a (patch) | |
tree | 6ed3c093a294039e3319e29b223496623a1e56ba | |
parent | 379d882a687623658ce9dd58e12a69daf453d607 (diff) | |
parent | c43592ae00c733645b7b21ed3f16c66531f406f0 (diff) | |
download | ayatana-indicator-datetime-0c84c12da0d598ca1bbc3846d3cdb56964704c3a.tar.gz ayatana-indicator-datetime-0c84c12da0d598ca1bbc3846d3cdb56964704c3a.tar.bz2 ayatana-indicator-datetime-0c84c12da0d598ca1bbc3846d3cdb56964704c3a.zip |
Use systemd's service backend. Fixes: https://bugs.launchpad.net/bugs/1153567.
Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3d4bafe..a330828 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (12.10.3daily13.03.07-0ubuntu2) UNRELEASED; urgency=low + + * Use systemd's service backend, ffe lp: #1153567 + * debian/control: depends on systemd-services and systemd-shim + + -- Sebastien Bacher <seb128@ubuntu.com> Tue, 26 Mar 2013 19:53:55 +0100 + indicator-datetime (12.10.3daily13.03.07-0ubuntu1) raring; urgency=low [ Michael Terry ] diff --git a/debian/control b/debian/control index 2117e9b..7645232 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-control-center, geoclue-ubuntu-geoip | geoclue-provider, + systemd-services, + systemd-shim Recommends: indicator-applet | indicator-renderer, evolution-data-server, Description: Simple clock |