diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 13:23:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 13:23:43 -0600 |
commit | 94cc8a79f51cdb15d83d2027955298c77c0f2f17 (patch) | |
tree | 39f4a7403c898a5dd9f3b45c2af155a84466ad3a | |
parent | eab11a27d633a153111de2e55057b8bfe09ef7de (diff) | |
download | libayatana-appindicator-94cc8a79f51cdb15d83d2027955298c77c0f2f17.tar.gz libayatana-appindicator-94cc8a79f51cdb15d83d2027955298c77c0f2f17.tar.bz2 libayatana-appindicator-94cc8a79f51cdb15d83d2027955298c77c0f2f17.zip |
debian/control: Increasing libdbusmenu requirements to 0.1.8
-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 2136b72..8fa307f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ indicator-application (0.0.3-0ubuntu1~ppa1) UNRELEASED; urgency=low * More GtkMenu support in libappindicator * debian/libappindicator-dev.install: Adding pkgconfig files. * debian/control: Adding a build dep on gtk-doc-tools + * debian/control: Increasing libdbusmenu requirements to 0.1.8 -- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 13:21:57 -0600 diff --git a/debian/control b/debian/control index 49b4a1c..9065244 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.1.1), - libdbusmenu-glib-dev (>= 0.1.1) + libdbusmenu-gtk-dev (>= 0.1.8), + libdbusmenu-glib-dev (>= 0.1.8) Standards-Version: 3.8.0 Homepage: https://launchpad.net/cape-girardeau Vcs-Bzr: http://bazaar.launchpa.net/~canonical-dx-team/cape-girardeau/karmic |