diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2014-01-10 14:45:41 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2014-01-10 14:45:41 +1300 |
commit | 282993043650b14736443d9a100311c1fdd1f7d4 (patch) | |
tree | 63da37d9ca91d29819ff3ede836cd1a7f4a88dfe /debian/control | |
parent | 2c8955bb8c4c2d6914255d914bf2460dfd2723d7 (diff) | |
download | ayatana-indicator-datetime-282993043650b14736443d9a100311c1fdd1f7d4.tar.gz ayatana-indicator-datetime-282993043650b14736443d9a100311c1fdd1f7d4.tar.bz2 ayatana-indicator-datetime-282993043650b14736443d9a100311c1fdd1f7d4.zip |
Support both gnome-control-center and unity-control-center
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d9d4f56..3bd1fef 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends: cmake, libedataserver1.2-dev (>= 3.5), libgconf2-dev (>= 2.31), libgnome-control-center-dev, + libunity-control-center-dev, libtimezonemap1-dev, liburl-dispatcher1-dev, locales, @@ -45,7 +46,7 @@ Depends: ${shlibs:Depends}, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, - gnome-control-center-datetime | ubuntu-system-settings, + gnome-control-center-datetime | unity-control-center-datetime | ubuntu-system-settings, Suggests: click, Conflicts: indicator-datetime (<< 13.10.0) Replaces: indicator-datetime (<< 13.10.0) @@ -64,3 +65,15 @@ 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. + |