diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-07 15:15:51 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-07 15:15:51 -0500 |
commit | 9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584 (patch) | |
tree | 5afee97cd7cb6fb56d77b72b8d552cb6d5664284 /debian | |
parent | 974563dd39779e15266247310a65a24e96eeee6d (diff) | |
parent | 04f95aabad5e8ca3e9503d696aa894d03b036de2 (diff) | |
download | ayatana-indicator-datetime-9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584.tar.gz ayatana-indicator-datetime-9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584.tar.bz2 ayatana-indicator-datetime-9ea1956cb52c8a3c7915a4d8b3e0b1e022d57584.zip |
releasing version 0.1.90-0ubuntu10.1.90-0ubuntu1
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 |