diff options
author | Ted Gould <ted@canonical.com> | 2009-08-27 13:59:36 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-27 13:59:36 -0500 |
commit | de969e998498ad46b072caebc7171c632fad17b9 (patch) | |
tree | 74ce85defdac7fb66806b1d132044f664f393d59 /debian | |
parent | b413328fc73d5f1b7df7bebeb1b9ba260f99bc9f (diff) | |
download | ayatana-indicator-messages-de969e998498ad46b072caebc7171c632fad17b9.tar.gz ayatana-indicator-messages-de969e998498ad46b072caebc7171c632fad17b9.tar.bz2 ayatana-indicator-messages-de969e998498ad46b072caebc7171c632fad17b9.zip |
debian/control: Adding dependency information for libdbusmenu
to say >= 0.1.0 to match upstream build system.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ce369d5..363ea1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-messages (0.2.0-0ubuntu1~ppa2) UNRELEASED; urgency=low * Upstream update to dbusmenu dependency. + * debian/control: Adding dependency information for libdbusmenu + to say >= 0.1.0 to match upstream build system. -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 13:58:30 -0500 diff --git a/debian/control b/debian/control index 53a3456..751c3aa 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.0.2), - libdbusmenu-glib-dev (>= 0.0.2) + libdbusmenu-gtk-dev (>= 0.1.0), + libdbusmenu-glib-dev (>= 0.1.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |