diff options
author | Ted Gould <ted@gould.cx> | 2010-03-18 14:20:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-18 14:20:40 -0500 |
commit | 2ab6232cbe441e470232e5535a877ef750dd3f00 (patch) | |
tree | 5cc90e5d51dc7748bc138dd6844de46677e537b5 /debian | |
parent | 2b2e31f1ea346dd43cc2e4838695984e3f8ca67e (diff) | |
download | ayatana-indicator-session-2ab6232cbe441e470232e5535a877ef750dd3f00.tar.gz ayatana-indicator-session-2ab6232cbe441e470232e5535a877ef750dd3f00.tar.bz2 ayatana-indicator-session-2ab6232cbe441e470232e5535a877ef750dd3f00.zip |
debian/control: Require libindicator 0.3.5
Diffstat (limited to 'debian')
-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, |