diff options
-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 1cb5c5b..f9a0890 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ indicator-session (0.2.6-0ubuntu1~ppa1) UNRELEASED; urgency=low ∘ Use the libindicator image helpers ∘ Set proper translation domain for loadable indicator ∘ Translation update + * debian/control: Require libindicator 0.3.5 -- Ted Gould <ted@ubuntu.com> Thu, 18 Mar 2010 14:18:15 -0500 diff --git a/debian/control b/debian/control index 72076b3..00b5263 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - libindicator-dev (>= 0.3.0), + libindicator-dev (>= 0.3.5), libdbusmenu-glib-dev (>= 0.2.2), libdbusmenu-gtk-dev (>= 0.2.2), libpolkit-gobject-1-dev, |