aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
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.
+