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 | |
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')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index bf6f276..d709644 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-datetime (0.0.6-0ubuntu1~ppa2) UNRELEASED; urgency=low + + * 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 + + -- Ted Gould <ted@ubuntu.com> Sun, 24 Oct 2010 13:33:23 -0400 + indicator-datetime (0.0.6-0ubuntu1~ppa1) maverick; urgency=low * New upstream release. 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 |