diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fee9caf..58651ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.0~dev-0ubuntu1~ppa2) UNRELEASED; urgency=low + + * debian/control: Adding build deps for the libraries we're + using. Seems we should have done that earlier, eh? + + -- Ted Gould <ted@ubuntu.com> Thu, 05 Nov 2009 10:08:01 -0600 + libindicator (0.3.0~dev-0ubuntu1~ppa1) karmic; urgency=low * Changing the object interface to allow for multiple items diff --git a/debian/control b/debian/control index 6d14ad9..e0f02d0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,10 @@ Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), - libtool + libgtk2.0-dev (>= 2.12.0), + libtool, + intltool, + gtk-doc-tools Standards-Version: 3.8.0 Homepage: https://launchpad.net/libindicator Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu |