diff options
Diffstat (limited to 'debian')
| -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 . |