diff options
author | Ted Gould <ted@canonical.com> | 2009-09-09 10:52:09 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-09 10:52:09 -0500 |
commit | 6b864bf4d8b414b438d8562a828f502fd6fa0f09 (patch) | |
tree | 9d3b9f0c1bfa11f5e1e66538d2c5a2066224127f /debian/control | |
parent | 6447d40f9f4f3aa399d27e95b37f002834f08802 (diff) | |
download | ayatana-indicator-messages-6b864bf4d8b414b438d8562a828f502fd6fa0f09.tar.gz ayatana-indicator-messages-6b864bf4d8b414b438d8562a828f502fd6fa0f09.tar.bz2 ayatana-indicator-messages-6b864bf4d8b414b438d8562a828f502fd6fa0f09.zip |
debian/control: Requiring > 0.2.0 of libindicate-*
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 75dd377..08f19e3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0~bzr301), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 |