diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 10:08:29 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 10:08:29 -0600 |
commit | 3177188812f8d9e43ac6d2bb3c8bd1894b5c2e5f (patch) | |
tree | 14fbbdc39d708c908ad3053087640c705593bfd4 /debian | |
parent | 8569ff33a9507aae7f638fe71a48bc6caf51fcc3 (diff) | |
download | libayatana-indicator-3177188812f8d9e43ac6d2bb3c8bd1894b5c2e5f.tar.gz libayatana-indicator-3177188812f8d9e43ac6d2bb3c8bd1894b5c2e5f.tar.bz2 libayatana-indicator-3177188812f8d9e43ac6d2bb3c8bd1894b5c2e5f.zip |
debian/control: Adding build deps for the libraries we're
using. Seems we should have done that earlier, eh?
Diffstat (limited to 'debian')
-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 |