diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-30 00:31:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-30 00:31:39 +0100 |
| commit | 95d2f8eb1be319ac1b758520df13734c8da0f44f (patch) | |
| tree | cb52104416b2aeeddceda3175e7cb9544b6a653d /debian/control | |
| parent | b675d5fe596fbf04528ca77251806f4fa1ee7a64 (diff) | |
Make sure gtk-doc API documentation is built
- Add Build-Depends on gtk-doc-tools. - Add --with-docs configure option.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0e7c5ffe..c65edd93 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,8 @@ Build-Depends: libgnutls-dev, uuid-dev, libudev-dev, - libgudev-1.0-dev + libgudev-1.0-dev, + gtk-doc-tools Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-utopia/network-manager.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/network-manager.git;a=summary |