diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-02-19 09:35:51 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-02-19 09:35:51 -0600 |
commit | 29ca2a552d7a7dcb6487c27ae4d036608aa68320 (patch) | |
tree | ae60e379a905cc017bc323e79cdc62d2d37c1177 /debian/control | |
parent | bf68bbe34cf8a8769345d1f36cc09cdc5d0ae07c (diff) | |
parent | 372b0a77f8840a35bb131ecf507313056170c403 (diff) | |
download | ayatana-indicator-datetime-29ca2a552d7a7dcb6487c27ae4d036608aa68320.tar.gz ayatana-indicator-datetime-29ca2a552d7a7dcb6487c27ae4d036608aa68320.tar.bz2 ayatana-indicator-datetime-29ca2a552d7a7dcb6487c27ae4d036608aa68320.zip |
sync with trunk
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/debian/control b/debian/control index 76fc5a1..84f76ca 100644 --- a/debian/control +++ b/debian/control @@ -26,9 +26,6 @@ Build-Depends: cmake, libpolkit-gobject-1-dev, libedataserver1.2-dev (>= 3.5), libgconf2-dev (>= 2.31), - libgnome-control-center-dev, - libunity-control-center-dev, - libtimezonemap1-dev, liburl-dispatcher1-dev, libproperties-cpp-dev, libdbustest1-dev, @@ -50,34 +47,9 @@ Depends: ${shlibs:Depends}, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, - unity-control-center-datetime | gnome-control-center-datetime | ubuntu-system-settings, + unity-control-center (>= 14.04.3) | ubuntu-system-settings, Suggests: click, Conflicts: indicator-datetime (<< 13.10.0) Replaces: indicator-datetime (<< 13.10.0) Description: Simple clock A simple clock appearing in the indicator bar - -Package: gnome-control-center-datetime -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - indicator-datetime (=${binary:Version}), - gnome-control-center, -Conflicts: indicator-datetime (<< 13.10.0) -Replaces: indicator-datetime (<< 13.10.0) -Description: Clock settings in the GNOME Control Center - A module to get date time and clock settings in the GNOME control - center. - -Package: unity-control-center-datetime -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - indicator-datetime (=${binary:Version}), - unity-control-center, -Conflicts: indicator-datetime (<< 13.10.0) -Replaces: indicator-datetime (<< 13.10.0) -Description: Clock settings in the Unity Control Center - A module to get date time and clock settings in the Unity control - center. - |