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 | |
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')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 76b9c6d..5411b02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -indicator-session (0.1.4-0ubuntu1~ppa2~mc1) UNRELEASED; urgency=low +indicator-session (0.1.4-0ubuntu1~ppa2~mc1) karmic; urgency=low * Merging in the MC5 branch + * debian/control: Adding in a libempathy-dev build dependency + as it's now required by upstream. - -- Ted Gould <ted@ubuntu.com> Tue, 22 Sep 2009 20:04:38 -0500 + -- Ted Gould <ted@ubuntu.com> Tue, 22 Sep 2009 20:05:07 -0500 indicator-session (0.1.4-0ubuntu1~ppa1) karmic; urgency=low 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 |