diff options
author | Ted Gould <ted@gould.cx> | 2010-03-18 13:44:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-18 13:44:34 -0500 |
commit | b86c59315b25c3a81c03cb2cbf2b63d0e350ffac (patch) | |
tree | 425e0ae36fd78bf03f731472ac604991eac265fb | |
parent | 7bfc56b55562e1bef14708896e062db7925ea5bd (diff) | |
download | ayatana-indicator-messages-b86c59315b25c3a81c03cb2cbf2b63d0e350ffac.tar.gz ayatana-indicator-messages-b86c59315b25c3a81c03cb2cbf2b63d0e350ffac.tar.bz2 ayatana-indicator-messages-b86c59315b25c3a81c03cb2cbf2b63d0e350ffac.zip |
debian/control: Updating requirement to libindicator 0.3.5
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e35bb4a..2a4a684 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ indicator-messages (0.3.4-0ubuntu1~ppa1) UNRELEASED; urgency=low * Fix translation of non-running applications (LP: #540148) * Handling bools for requesting attention from apps * Changing microblogging to broadcast to match Me Menu (LP: #534952) + * debian/control: Updating requirement to libindicator 0.3.5 -- Ted Gould <ted@ubuntu.com> Thu, 18 Mar 2010 13:42:42 -0500 diff --git a/debian/control b/debian/control index 99aff27..10ebc00 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), - libindicator-dev (>= 0.3.3), + libindicator-dev (>= 0.3.5), libdbusmenu-gtk-dev (>= 0.2.5), libdbusmenu-glib-dev (>= 0.2.5) Standards-Version: 3.8.0 |