diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 17 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 543d815..c7b4ff7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-application (0.0.11-0ubuntu1) lucid; urgency=low + + * debian/control: + - updated libunit-cil build-depends + + [ Ted Gould ] + * Upstream release 0.0.11 + * Interoperability Fixes + * Adding in XVFB support for tests + * Adding support for icons with the '-panel' suffix + * debian/control: Increasing dbusmenu* deps to 0.2.2 + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 17:35:19 -0800 + indicator-application (0.0.10-0ubuntu2) lucid; urgency=low * debian/control diff --git a/debian/control b/debian/control index b646a21..8788831 100644 --- a/debian/control +++ b/debian/control @@ -17,13 +17,13 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.1), - libdbusmenu-gtk-dev (>= 0.2.0), - libdbusmenu-glib-dev (>= 0.2.0), + libdbusmenu-gtk-dev (>= 0.2.2), + libdbusmenu-glib-dev (>= 0.2.2), cli-common-dev (>= 0.5.7), mono-devel (>= 2.0.1), gtk-sharp2-gapi, libmono-dev, - libnunit2.4-cil, + libnunit-cil-dev, libgtk2.0-cil-dev Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-application |