diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 13:35:17 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 13:35:17 -0500 |
commit | e8eb773ac18e313284aa1f9eed009c7efac1aec8 (patch) | |
tree | 840d719373312a8ecf6535091abe2e5cddfe8510 | |
parent | f9bee4d6cffd7a0b89a323d4c89093ac38be5c88 (diff) | |
download | ayatana-indicator-session-e8eb773ac18e313284aa1f9eed009c7efac1aec8.tar.gz ayatana-indicator-session-e8eb773ac18e313284aa1f9eed009c7efac1aec8.tar.bz2 ayatana-indicator-session-e8eb773ac18e313284aa1f9eed009c7efac1aec8.zip |
debian/control: Looking for libdbusmenu* >= 0.1.0
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 7900d9f..5c84f9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu1ubuntu1) UNRELEASED; urgency=low +indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu2) UNRELEASED; urgency=low * Merge from upstream + * debian/control: Looking for libdbusmenu* >= 0.1.0 - -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 13:34:31 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 13:34:56 -0500 indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu1) karmic; urgency=low diff --git a/debian/control b/debian/control index 21d1deb..b9ad314 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 (>= 0.0.2), - libdbusmenu-gtk-dev (>= 0.0.2), + libdbusmenu-glib-dev (>= 0.1.0), + libdbusmenu-gtk-dev (>= 0.1.0), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 |