diff options
author | Ted Gould <ted@gould.cx> | 2011-04-12 22:30:15 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-12 22:30:15 -0500 |
commit | d4dc8fa632a432ec7255459122f577eddd6b8978 (patch) | |
tree | 1ffebdd628ef41742b9d1dff7932a427c292e377 | |
parent | adea7dfe30540cf8c9d2ebe20e3973c418657280 (diff) | |
parent | 5389f65762fd258d5b87014d1b2dd7ca8192030b (diff) | |
download | ayatana-indicator-datetime-d4dc8fa632a432ec7255459122f577eddd6b8978.tar.gz ayatana-indicator-datetime-d4dc8fa632a432ec7255459122f577eddd6b8978.tar.bz2 ayatana-indicator-datetime-d4dc8fa632a432ec7255459122f577eddd6b8978.zip |
Crazy distro people have revisions too.
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e24f564..83dca69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -indicator-datetime (0.2.2-0ubuntu1~ppa1) natty; urgency=low +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 @@ -9,7 +10,11 @@ indicator-datetime (0.2.2-0ubuntu1~ppa1) natty; urgency=low ∘ Only show calendars the user has configured (LP: #729033) ∘ Reenable clicking on the timezone in the menu to set it. - -- Ted Gould <ted@ubuntu.com> Thu, 07 Apr 2011 13:23:25 -0500 + [ 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 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 |