diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2336e5b6..8c32cd05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ network-manager (1.0.0-1) UNRELEASED; urgency=medium * New upstream release. * Rebase patches. * Update symbols files for libnm-glib and libnm-util. + * Add perl and libyaml-perl to Build-Depends, required to build the + documentation. -- Michael Biebl <biebl@debian.org> Thu, 22 Jan 2015 00:30:26 +0100 diff --git a/debian/control b/debian/control index d190565e..9fe8d0df 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,8 @@ Build-Depends: debhelper (>= 9), gobject-introspection (>= 0.9.12-4~), libsoup2.4-dev (>= 2.26), gtk-doc-tools, + perl, + libyaml-perl, libglib2.0-doc, libmm-glib-dev (>= 0.7.991), libndp-dev, |