diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 16:46:05 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 16:46:05 -0800 |
commit | 1e12054922cbe1af7cbcfda18d9449573a7717f5 (patch) | |
tree | 86f765551d970451014b1e4f70f144ff3ecb5728 /debian | |
parent | 33edaca78f98d3a4b0f1eccf7076b3c659ec90e4 (diff) | |
download | libayatana-appindicator-1e12054922cbe1af7cbcfda18d9449573a7717f5.tar.gz libayatana-appindicator-1e12054922cbe1af7cbcfda18d9449573a7717f5.tar.bz2 libayatana-appindicator-1e12054922cbe1af7cbcfda18d9449573a7717f5.zip |
debian/control: Increasing dbusmenu* deps to 0.2.2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4498a47..0226ffe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ indicator-application (0.0.11-0ubuntu1~ppa1) UNRELEASED; urgency=low * 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 -- Ted Gould <ted@ubuntu.com> Thu, 04 Feb 2010 16:44:15 -0800 diff --git a/debian/control b/debian/control index 49e67dd..93e1436 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.0), - 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, |