diff options
author | Ted Gould <ted@gould.cx> | 2010-10-24 13:33:32 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-24 13:33:32 -0400 |
commit | 8c7b43feb747bd6bfb3b5f326f2f4451ffc248d9 (patch) | |
tree | 86eec530fcef7669d0e00ef135b871d1d8e46639 /debian/control | |
parent | c10092cc091880a55138bbd23597ef0043115ce7 (diff) | |
parent | b177ae16875ce554aeb00186996e6fbe01ed109d (diff) | |
download | ayatana-indicator-datetime-8c7b43feb747bd6bfb3b5f326f2f4451ffc248d9.tar.gz ayatana-indicator-datetime-8c7b43feb747bd6bfb3b5f326f2f4451ffc248d9.tar.bz2 ayatana-indicator-datetime-8c7b43feb747bd6bfb3b5f326f2f4451ffc248d9.zip |
* Upstream Merge
* Add in Geoclue support for setting proper timezone
* debian/control: Add recommends for ubuntu-geoip
* debian/control: Adding dependencies on Geoclue and OOBS
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 7ef65bc..8b24869 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,9 @@ Build-Depends: cdbs, libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1), - libglib2.0-dev (>= 2.25.0) + libglib2.0-dev (>= 2.25.0), + libgeoclue-dev, + liboobs-1-dev Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-datetime @@ -16,7 +18,7 @@ Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-applet | indicator-renderer +Recommends: indicator-applet | indicator-renderer, ubuntu-geoip Description: A very, very simple clock A simple clock appearing in the indicator bar |