diff options
author | Jonathan Riddell <jriddell@canonical.com> | 2009-08-05 11:29:13 +0100 |
---|---|---|
committer | Jonathan Riddell <jriddell@canonical.com> | 2009-08-05 11:29:13 +0100 |
commit | 8223eb61915a7ee010d4ac754066ea36a1db50e1 (patch) | |
tree | 73da3115380afea4ff2fa9dc1d52bc5a0f9523cc /debian | |
parent | 924a0a66cb0d67d0c0f85d92018c7c6478ae0225 (diff) | |
download | libayatana-indicator-8223eb61915a7ee010d4ac754066ea36a1db50e1.tar.gz libayatana-indicator-8223eb61915a7ee010d4ac754066ea36a1db50e1.tar.bz2 libayatana-indicator-8223eb61915a7ee010d4ac754066ea36a1db50e1.zip |
Add build-dep on gtk-doc-tools
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d2f8ca2..26c8aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.2.0~bzr319-0ubuntu4) karmic; urgency=low + + * Add build-dep on gtk-doc-tools + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 05 Aug 2009 11:28:57 +0100 + indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low * debian/rules diff --git a/debian/control b/debian/control index 23e0158..4281a15 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 5.0), libgnomeui-dev, libtool, intltool, - libxml2-dev + libxml2-dev, + gtk-doc-tools Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu |