diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 09:52:26 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-27 09:52:26 -0500 |
commit | f4031e6beb4bf139fe22fd6d8476d42031a2d6f0 (patch) | |
tree | f375a67b12a1f48e3b3c5ad65732497c571f17ef /debian/control | |
parent | 0226c53034275ff88a3acf6eb30aee2de936595b (diff) | |
download | ayatana-indicator-datetime-f4031e6beb4bf139fe22fd6d8476d42031a2d6f0.tar.gz ayatana-indicator-datetime-f4031e6beb4bf139fe22fd6d8476d42031a2d6f0.tar.bz2 ayatana-indicator-datetime-f4031e6beb4bf139fe22fd6d8476d42031a2d6f0.zip |
Split out control center modules into its own package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 221bd22..ea5fd74 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,17 @@ Depends: ${shlibs:Depends}, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, - ubuntu-system-settings | gnome-control-center, + ubuntu-system-settings | indicator-datetime-control-center, Description: Simple clock A simple clock appearing in the indicator bar +Package: indicator-datetime-control-center +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-datetime (=${binary:Version}), + gnome-control-center, +Description: Clock settings in the GNOME Control Center + A module to get date time and clock settings in the GNOME control + center. + |