diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 15ee615..b03e301 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-datetime (0.1.90-0ubuntu1) natty; urgency=low + + * New upstream release. + * Generate the format string at init + * Add in Geoclue support for setting proper timezone + * Add support for building GTK2 and GTK3 versions + * debian/control: Add recommends for geoclue-ubuntu-geoip + * debian/control: Adding dependencies on Geoclue and OOBS + + -- Ted Gould <ted@ubuntu.com> Fri, 03 Dec 2010 13:46:32 -0600 + indicator-datetime (0.0.6-0ubuntu3) maverick; urgency=low * Cherry-picked from upstream: diff --git a/debian/control b/debian/control index b97d1f4..02ee6d1 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Build-Depends: cdbs, libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1), libglib2.0-dev (>= 2.25.0), - libido-0.1-dev (>= 0.1.10) + libido-0.1-dev (>= 0.1.10), + libgeoclue-dev (>= 0.12.0), + liboobs-1-dev (>= 2.31.0) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-datetime @@ -17,7 +19,7 @@ Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-applet | indicator-renderer +Recommends: indicator-applet | indicator-renderer, geoclue-ubuntu-geoip Description: A very, very simple clock A simple clock appearing in the indicator bar |