diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 15ee615..c60d73f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-datetime (0.0.6-0ubuntu4~ppa1) maverick; urgency=low + + * Upstream Merge + * Generate the format string at init + * Add in Geoclue support for setting proper timezone + * debian/control: Add recommends for ubuntu-geoip + * debian/control: Adding dependencies on Geoclue and OOBS + + -- Ted Gould <ted@ubuntu.com> Sun, 24 Oct 2010 13:44:05 -0400 + indicator-datetime (0.0.6-0ubuntu3) maverick; urgency=low * Cherry-picked from upstream: diff --git a/debian/control b/debian/control index b97d1f4..5eba1f9 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, + liboobs-1-dev 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, ubuntu-geoip Description: A very, very simple clock A simple clock appearing in the indicator bar |