diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 16:53:10 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-08-27 16:53:10 +0000 |
commit | d6a968612906df8ee666434922797ed113672d06 (patch) | |
tree | c19c1d373d2008333b0964f288ffa9729c25d544 /debian/control | |
parent | 0226c53034275ff88a3acf6eb30aee2de936595b (diff) | |
parent | def2cbb6aa5c0eb834fedcb8701d90f64960d449 (diff) | |
download | ayatana-indicator-datetime-d6a968612906df8ee666434922797ed113672d06.tar.gz ayatana-indicator-datetime-d6a968612906df8ee666434922797ed113672d06.tar.bz2 ayatana-indicator-datetime-d6a968612906df8ee666434922797ed113672d06.zip |
Split out control center modules into its own package.
Approved by Sebastien Bacher, PS Jenkins bot.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 221bd22..ae07129 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,21 @@ Depends: ${shlibs:Depends}, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, - ubuntu-system-settings | gnome-control-center, + gnome-control-center-datetime | ubuntu-system-settings, +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. + |