diff options
-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 ddd1a33..75e3b50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ -indicator-datetime (0.1.94-0ubuntu1~ppa1) natty; urgency=low +indicator-datetime (0.1.94-0ubuntu1) natty; urgency=low + [ Ted Gould ] * New upstream release. ∘ Timezone support ∘ Multiple calendar support ∘ Accessible description - -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 13:09:04 -0600 + [ Ken VanDine ] + * debian/control + - Added build depends for libedataserverui1.2-dev + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 17 Feb 2011 14:48:41 -0500 indicator-datetime (0.1.93-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index 25f13c6..48f095a 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: cdbs, libgtk2.0-dev (>= 2.22), libcairo2-dev (>= 1.10), libedataserver1.2-dev (>= 2.30), + libedataserverui1.2-dev (>= 2.30), dh-autoreconf Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-datetime |