diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 10:49:33 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-27 10:49:33 -0500 |
commit | def2cbb6aa5c0eb834fedcb8701d90f64960d449 (patch) | |
tree | c19c1d373d2008333b0964f288ffa9729c25d544 /debian | |
parent | d66258cff0eaf9f3fe7be560e96f53c1af7d13d4 (diff) | |
download | ayatana-indicator-datetime-def2cbb6aa5c0eb834fedcb8701d90f64960d449.tar.gz ayatana-indicator-datetime-def2cbb6aa5c0eb834fedcb8701d90f64960d449.tar.bz2 ayatana-indicator-datetime-def2cbb6aa5c0eb834fedcb8701d90f64960d449.zip |
Making sure we conflict with *other* packages not us
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index e7fa72e..ae07129 100644 --- a/debian/control +++ b/debian/control @@ -40,8 +40,8 @@ Depends: ${shlibs:Depends}, Recommends: indicator-applet | indicator-renderer, evolution-data-server, gnome-control-center-datetime | ubuntu-system-settings, -Conflicts: indicator-datetime (<< 12.10.3) -Replaces: indicator-datetime (<< 12.10.3) +Conflicts: indicator-datetime (<< 13.10.0) +Replaces: indicator-datetime (<< 13.10.0) Description: Simple clock A simple clock appearing in the indicator bar @@ -51,8 +51,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-datetime (=${binary:Version}), gnome-control-center, -Conflicts: indicator-datetime (<< 12.10.3) -Replaces: indicator-datetime (<< 12.10.3) +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. |