diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-08 11:11:44 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-08 11:11:44 -0500 |
commit | 6d21d0788594cf217d2ca2711328306d686f6afa (patch) | |
tree | 0ca63a542f191da5beb112dcfb9d05aa9de792a7 /debian | |
parent | b0053ad9ed47043b4810446ee57ce76d648f7040 (diff) | |
parent | 21d4207e212d99af143f75b6544e3eb907bfde48 (diff) | |
download | ayatana-indicator-datetime-6d21d0788594cf217d2ca2711328306d686f6afa.tar.gz ayatana-indicator-datetime-6d21d0788594cf217d2ca2711328306d686f6afa.tar.bz2 ayatana-indicator-datetime-6d21d0788594cf217d2ca2711328306d686f6afa.zip |
releasing version 0.1.92-0ubuntu20.1.92-0ubuntu2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c5410c5..e6613e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-datetime (0.1.92-0ubuntu2) natty; urgency=low + + * debian/control + - Depend on geoclue-ubuntu-geoip | geoclue-provider (LP: #714763) + * src/datetime-service.c + - Don't crash if we can get a geoclue provider (LP: #714763) + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 08 Feb 2011 11:02:31 -0500 + indicator-datetime (0.1.92-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 49a3ca8..d56e2a9 100644 --- a/debian/control +++ b/debian/control @@ -18,8 +18,9 @@ Homepage: https://launchpad.net/indicator-datetime Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} -Recommends: indicator-applet | indicator-renderer, geoclue-ubuntu-geoip + ${misc:Depends}, + geoclue-ubuntu-geoip | geoclue-provider +Recommends: indicator-applet | indicator-renderer Description: A very, very simple clock A simple clock appearing in the indicator bar |