diff options
author | Ted Gould <ted@gould.cx> | 2010-07-19 07:51:27 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-19 07:51:27 -0500 |
commit | f345a7803aab7db94a64d5e3ad2ef1b8236a0b0e (patch) | |
tree | 7ec242f396c6beddd5e5268a8df61a47cca250fe /debian | |
parent | f315167e590a969bc857695b22feeba4ddd1539d (diff) | |
parent | 4f161374f428a9b7182d292b45679120326d1ab8 (diff) | |
download | ayatana-indicator-datetime-f345a7803aab7db94a64d5e3ad2ef1b8236a0b0e.tar.gz ayatana-indicator-datetime-f345a7803aab7db94a64d5e3ad2ef1b8236a0b0e.tar.bz2 ayatana-indicator-datetime-f345a7803aab7db94a64d5e3ad2ef1b8236a0b0e.zip |
* Upstream Merge
* Making time format configurable via translations and
gsettings.
* debian/control: Adding in a glib dependency to get gsettings
* Autogen update
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 153cc61..25719dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-datetime (0.0.4-0ubuntu2~ppa1) UNRELEASED; urgency=low + + * Upstream Merge + * Making time format configurable via translations and + gsettings. + * debian/control: Adding in a glib dependency to get gsettings + * Autogen update + + -- Ted Gould <ted@ubuntu.com> Mon, 19 Jul 2010 07:50:10 -0500 + indicator-datetime (0.0.4-0ubuntu1) maverick; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 40c540b..7ef65bc 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Build-Depends: cdbs, intltool (>= 0.35.0), libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), - libdbusmenu-gtk-dev (>= 0.1.1) + libdbusmenu-gtk-dev (>= 0.1.1), + libglib2.0-dev (>= 2.25.0) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-datetime |