diff options
author | Ted Gould <ted@gould.cx> | 2009-12-09 12:07:31 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-09 12:07:31 -0600 |
commit | afd09042de2eb8e05af765373c5570af8bf0b8a0 (patch) | |
tree | fa50c57773960829a91a95b3a02b2fb65906624e /debian | |
parent | b478a86fbe9133c1d053eca5be1848ed338a9245 (diff) | |
download | libayatana-appindicator-afd09042de2eb8e05af765373c5570af8bf0b8a0.tar.gz libayatana-appindicator-afd09042de2eb8e05af765373c5570af8bf0b8a0.tar.bz2 libayatana-appindicator-afd09042de2eb8e05af765373c5570af8bf0b8a0.zip |
debian/control: Adding a build dep on gtk-doc-tools
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 560f403..feb9837 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ indicator-application (0.0.2-0ubuntu1~ppa2) UNRELEASED; urgency=low * Adding in documentation * Adding a pkg-config .pc file for libappindicator * debian/libappindicator-dev.install: Adding pkgconfig files. + * debian/control: Adding a build dep on gtk-doc-tools -- Ted Gould <ted@ubuntu.com> Wed, 09 Dec 2009 12:01:29 -0600 diff --git a/debian/control b/debian/control index a6f0473..49b4a1c 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, scrollkeeper, + gtk-doc-tools, intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), |