diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-04-07 15:25:05 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-04-07 15:25:05 -0400 |
commit | 5389f65762fd258d5b87014d1b2dd7ca8192030b (patch) | |
tree | 1ffebdd628ef41742b9d1dff7932a427c292e377 /debian | |
parent | 16d1f086b99021889509fb2d3c13cc5fc9c29536 (diff) | |
parent | adea7dfe30540cf8c9d2ebe20e3973c418657280 (diff) | |
download | ayatana-indicator-datetime-5389f65762fd258d5b87014d1b2dd7ca8192030b.tar.gz ayatana-indicator-datetime-5389f65762fd258d5b87014d1b2dd7ca8192030b.tar.bz2 ayatana-indicator-datetime-5389f65762fd258d5b87014d1b2dd7ca8192030b.zip |
releasing version 0.2.2-0ubuntu10.2.2-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e915ed4..83dca69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +indicator-datetime (0.2.2-0ubuntu1) natty; urgency=low + + [ Ted Gould ] + * New upstream release. + ∘ Add language and proper distro version to geonames URL to allow + for proper server side fixes + ∘ Give full day events the day name instead of a time + ∘ Make sure the calendar follows the user setting (LP: #748772) + ∘ Ensure that events handle month boundaries correctly (LP: #746713) + ∘ Only show calendars the user has configured (LP: #729033) + ∘ Reenable clicking on the timezone in the menu to set it. + + [ Ken VanDine ] + * debian/control + - Added build depends for libgconf2-dev + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 07 Apr 2011 14:53:52 -0400 + indicator-datetime (0.2.1-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 884a37a..ee66b3a 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: cdbs, libpolkit-gtk-1-dev, libedataserver1.2-dev (>= 2.30), libedataserverui1.2-dev (>= 2.30), + libgconf2-dev (>= 2.31), dh-autoreconf Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-datetime |