diff options
author | Ted Gould <ted@gould.cx> | 2009-12-17 09:12:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-17 09:12:11 -0600 |
commit | 24abbb1b7918163f42b7cba6f2c4111faf063b21 (patch) | |
tree | df86975a73bd2d62d72550e9665c3b16df45fb63 /debian/control | |
parent | 5918076246a8d3d4a370f3efada612bac57ff2f4 (diff) | |
download | libayatana-appindicator-24abbb1b7918163f42b7cba6f2c4111faf063b21.tar.gz libayatana-appindicator-24abbb1b7918163f42b7cba6f2c4111faf063b21.tar.bz2 libayatana-appindicator-24abbb1b7918163f42b7cba6f2c4111faf063b21.zip |
debian/control: Fixing the libdbusmenu-glib version dep.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ba5365c..6df04a7 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.8), - libdbusmenu-glib-dev (>= 1.1.8), + libdbusmenu-glib-dev (>= 0.1.8), cli-common-dev (>= 0.5.7), mono-devel (>= 2.0.1), gtk-sharp2-gapi, |