diff options
author | Ted Gould <ted@canonical.com> | 2009-09-22 20:07:07 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-22 20:07:07 -0500 |
commit | fa89e5d86d030d7a4aa9648569868fae042264cb (patch) | |
tree | 0c0739d0bc8f77b439eb532bca6618405a90dfef /debian/control | |
parent | 598d58724403eed938863e802583f7e12df4f17d (diff) | |
download | ayatana-indicator-session-fa89e5d86d030d7a4aa9648569868fae042264cb.tar.gz ayatana-indicator-session-fa89e5d86d030d7a4aa9648569868fae042264cb.tar.bz2 ayatana-indicator-session-fa89e5d86d030d7a4aa9648569868fae042264cb.zip |
debian/control: Adding in a libempathy-dev build dependency
as it's now required by upstream.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5ee9afa..9d36741 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gnome-dev, - intltool + intltool, + libempathy-dev (>= 2.27.0) Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu |