diff options
-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 |