diff options
author | Ted Gould <ted@gould.cx> | 2009-12-18 21:15:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-18 21:15:10 -0600 |
commit | 4a41367e721e83f4a94acb2a928bbf44fee97925 (patch) | |
tree | df4d69bf683624632fb8a7d979f040e575e88ac9 /debian | |
parent | afa8b389a865534ff08ce9fafa50c0d2b14f75e3 (diff) | |
download | ayatana-indicator-session-4a41367e721e83f4a94acb2a928bbf44fee97925.tar.gz ayatana-indicator-session-4a41367e721e83f4a94acb2a928bbf44fee97925.tar.bz2 ayatana-indicator-session-4a41367e721e83f4a94acb2a928bbf44fee97925.zip |
debian/control: Updating to depend on dbusmenu 0.2.0~dev or higher.
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 2502484..5dde41e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-session (0.2.0~dev-0ubuntu1~ppa3~dm1) UNRELEASED; urgency=low * Updating to use dbusmenu 0.2.0 + * debian/control: Updating to depend on dbusmenu 0.2.0~dev or higher. -- Ted Gould <ted@ubuntu.com> Fri, 18 Dec 2009 21:13:35 -0600 diff --git a/debian/control b/debian/control index 964bbbb..3e76061 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.0), - libdbusmenu-glib-dev (>= 0.1.2), - libdbusmenu-gtk-dev (>= 0.1.2), + libdbusmenu-glib-dev (>= 0.2.0~dev), + libdbusmenu-gtk-dev (>= 0.2.0~dev), libpolkit-gobject-1-dev, intltool, libtelepathy-glib-dev (>= 0.9.0) |