diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 12:53:53 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 12:53:53 -0500 |
commit | 72b6ee81d0399eff293bc5d37326c778550b849e (patch) | |
tree | f6a1a7e985970d368fd53978fe97fb5040a8cbab /debian/control | |
parent | afc824d8ca3cd0465d5700c8afbe07fb932c00c9 (diff) | |
download | ayatana-indicator-session-72b6ee81d0399eff293bc5d37326c778550b849e.tar.gz ayatana-indicator-session-72b6ee81d0399eff293bc5d37326c778550b849e.tar.bz2 ayatana-indicator-session-72b6ee81d0399eff293bc5d37326c778550b849e.zip |
debian/control: Looking for libdbusmenu* >= 0.0.2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 19c4318..21d1deb 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev, - libdbusmenu-gtk-dev, + libdbusmenu-glib-dev (>= 0.0.2), + libdbusmenu-gtk-dev (>= 0.0.2), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 |