diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 12:22:26 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 12:22:26 -0600 |
commit | 701de5aaff48a629cc3ed506f5d8a376fc5a9a5f (patch) | |
tree | fb2be43efb176bd6bc6d42936ad6cabdc543181f | |
parent | 8fe010b29ccc4d32c2bc326b67fc9ff1f63b05df (diff) | |
download | ayatana-indicator-messages-701de5aaff48a629cc3ed506f5d8a376fc5a9a5f.tar.gz ayatana-indicator-messages-701de5aaff48a629cc3ed506f5d8a376fc5a9a5f.tar.bz2 ayatana-indicator-messages-701de5aaff48a629cc3ed506f5d8a376fc5a9a5f.zip |
* debian/control:
* libindicator build dependency to 0.3.3
* dbusmenu build dependency to 0.2.5
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 154e966..3320938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ indicator-messages (0.3.2-0ubuntu1~ppa1) UNRELEASED; urgency=low * Adding dynamic application menuitems * Switching application menu items to remove descriptions and add in application icons + * debian/control: + * libindicator build dependency to 0.3.3 + * dbusmenu build dependency to 0.2.5 -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 12:18:27 -0600 diff --git a/debian/control b/debian/control index f622dd2..99aff27 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), - libindicator-dev (>= 0.3.0), - libdbusmenu-gtk-dev (>= 0.2.2), - libdbusmenu-glib-dev (>= 0.2.2) + libindicator-dev (>= 0.3.3), + libdbusmenu-gtk-dev (>= 0.2.5), + libdbusmenu-glib-dev (>= 0.2.5) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |