diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 14:50:50 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 14:50:50 -0600 |
commit | 5ad59aaaa2004eb706751ac2bf8e2ed4467146b8 (patch) | |
tree | 0cbbc569cc02e86f8bd06ceb04dc4010fc081021 | |
parent | 57f1cab18bd5cf92612988f66ce2fed7df9cfdf4 (diff) | |
download | libayatana-appindicator-5ad59aaaa2004eb706751ac2bf8e2ed4467146b8.tar.gz libayatana-appindicator-5ad59aaaa2004eb706751ac2bf8e2ed4467146b8.tar.bz2 libayatana-appindicator-5ad59aaaa2004eb706751ac2bf8e2ed4467146b8.zip |
debian/control: Dbusmneu Dep to 0.5.90
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 74ce8a3..5f2624a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ libappindicator (0.4.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * Add title property (LP: #923971) * Don't specify pyglib-2.0-python2.6 in LDFLAGS * fix fallback icon of the GtkStatusIcon (LP: #820080) + * debian/control: Dbusmneu Dep to 0.5.90 - -- Ted Gould <ted@ubuntu.com> Fri, 03 Feb 2012 14:39:36 -0600 + -- Ted Gould <ted@ubuntu.com> Fri, 03 Feb 2012 14:50:33 -0600 libappindicator (0.4.1-0ubuntu4) precise; urgency=low diff --git a/debian/control b/debian/control index 1f2a597..f7d7dc4 100644 --- a/debian/control +++ b/debian/control @@ -18,9 +18,9 @@ Build-Depends: debhelper (>= 7.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.94), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi, |