diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 92c3ced..097ee42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-datetime (0.0.6-0ubuntu1) maverick; urgency=low + + * New upstream release. + * Refresh times on timezone change + * Update the date daily (lp: #614529) + * Fixing distcheck + + -- Ted Gould <ted@ubuntu.com> Thu, 09 Sep 2010 13:10:10 -0500 + indicator-datetime (0.0.5-0ubuntu2) maverick; urgency=low * debian/rules: use gnome.mk so a translation template is built (lp: #612540) diff --git a/debian/control b/debian/control index 7ef65bc..9477216 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ 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), + libido-0.1-dev (>= 0.1.10) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-datetime |