diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2014-02-17 12:53:11 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-02-17 12:53:11 +0000 |
commit | d51b8833b50062e5db1004b4ff21c3ae354a352a (patch) | |
tree | 9e188dbaaf7f0836fc606d4a2732d838def86117 /debian/control | |
parent | 65eec54164026c8ee269c6c3db2509a856f632c3 (diff) | |
parent | 017cc814beba8b40221f1983114dafd7df4e3f52 (diff) | |
download | ayatana-indicator-datetime-d51b8833b50062e5db1004b4ff21c3ae354a352a.tar.gz ayatana-indicator-datetime-d51b8833b50062e5db1004b4ff21c3ae354a352a.tar.bz2 ayatana-indicator-datetime-d51b8833b50062e5db1004b4ff21c3ae354a352a.zip |
Move date/time panel into unity-control-center
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 175684f..423f8b8 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. - |