diff options
| author | Michael Biebl <biebl@debian.org> | 2011-11-03 19:16:46 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-11-03 22:20:30 +0100 |
| commit | d2e1855ebe554a50d44121ad8dd37e1be5702356 (patch) | |
| tree | 4eecd55b307caae9df26cfe02e01b0c976c6b994 | |
| parent | b1c2b195091417390d837083efc1d17de6a48690 (diff) | |
debian/control: Add Build-Depends on libglib2.0-doc for proper cross-references in the gtk-doc API documentation.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e44716ae..d6ea1d05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ network-manager (0.9.1.95-1) UNRELEASED; urgency=low * debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch - Avoid blowing away existing routes and resolv.conf if NM never managed any devices. (Closes: #546893, #624159, #637005, #641904) + * debian/control: Add Build-Depends on libglib2.0-doc for proper + cross-references in the gtk-doc API documentation. -- Michael Biebl <biebl@debian.org> Fri, 28 Oct 2011 23:04:35 +0200 diff --git a/debian/control b/debian/control index 602f5555..402defc8 100644 --- a/debian/control +++ b/debian/control @@ -19,11 +19,12 @@ Build-Depends: uuid-dev, libudev-dev (>= 147), libgudev-1.0-dev, - gtk-doc-tools, libgirepository1.0-dev (>= 0.9.12), gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0, - gir1.2-freedesktop + gir1.2-freedesktop, + gtk-doc-tools, + libglib2.0-doc Standards-Version: 3.9.2 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 |