diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2013-03-26 19:57:59 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2013-03-26 19:57:59 +0100 |
commit | da37d3e2d4c214313d68a7efd56fad5f58dacf4b (patch) | |
tree | 4565c8f12ce59d0ef2126a84921d29f1ba523e35 | |
parent | 75073d4d01add8591336f9d16f8668f3d4807ca6 (diff) | |
download | ayatana-indicator-datetime-da37d3e2d4c214313d68a7efd56fad5f58dacf4b.tar.gz ayatana-indicator-datetime-da37d3e2d4c214313d68a7efd56fad5f58dacf4b.tar.bz2 ayatana-indicator-datetime-da37d3e2d4c214313d68a7efd56fad5f58dacf4b.zip |
* Use systemd's service backend, ffe lp: #1153567
* debian/control: depends on systemd-services and systemd-shim
-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 16d965b..76a8a12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (12.10.3daily13.02.06-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.02.06-0ubuntu1) raring; urgency=low [ Colin Watson ] 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 |