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 | |
| parent | b675d5fe596fbf04528ca77251806f4fa1ee7a64 (diff) | |
Make sure gtk-doc API documentation is built
- Add Build-Depends on gtk-doc-tools. - Add --with-docs configure option.
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rwxr-xr-x | debian/rules | 3 |
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e6ea5911..792b6190 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ network-manager (0.8.2-1) UNRELEASED; urgency=low - debian/patches/30-typo_fix.patch * debian/libnm-{glib2,util1}.symbols - Update symbols files for new API additions. + * Make sure gtk-doc API documentation is built + - Add Build-Depends on gtk-doc-tools. + - Add --with-docs configure option. -- Michael Biebl <biebl@debian.org> Mon, 29 Nov 2010 19:03:34 +0100 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 diff --git a/debian/rules b/debian/rules index fdcd499b..b6f22bbb 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --with-dhclient=/sbin/dhclient \ --with-iptables=/sbin/iptables \ --with-crypto=gnutls \ - --disable-more-warnings + --disable-more-warnings \ + --with-docs DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 . |