diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 10:25:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 10:25:09 -0600 |
commit | a6c762e20e9042d69069f8fb06272d0a1e5fadb3 (patch) | |
tree | fb66b88f2ac636d5ebac7ae97f4f20d96e954510 /debian | |
parent | 2fb0a49a23785483b89b2f5745f4317d18850666 (diff) | |
download | libayatana-indicator-a6c762e20e9042d69069f8fb06272d0a1e5fadb3.tar.gz libayatana-indicator-a6c762e20e9042d69069f8fb06272d0a1e5fadb3.tar.bz2 libayatana-indicator-a6c762e20e9042d69069f8fb06272d0a1e5fadb3.zip |
debian/control: Adding build deps dbus-glib as well.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f9e7c99..53bf327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.3.0~dev-0ubuntu1~ppa3) UNRELEASED; urgency=low + + * debian/control: Adding build deps dbus-glib as well. + + -- Ted Gould <ted@ubuntu.com> Thu, 05 Nov 2009 10:24:54 -0600 + libindicator (0.3.0~dev-0ubuntu1~ppa2) karmic; urgency=low * debian/control: Adding build deps for the libraries we're diff --git a/debian/control b/debian/control index e0f02d0..439dc06 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), + libdbus-glib-1-dev, libtool, intltool, gtk-doc-tools |