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 | |
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')
-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 e559176..59c47c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu1) UNRELEASED; urgency=low * Merge from upstream + * debian/control: Looking for libdbusmenu* >= 0.0.2 -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 12:52:54 -0500 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 |