diff options
| author | Michael Biebl <biebl@debian.org> | 2015-01-22 01:25:55 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-01-23 21:19:21 +0100 |
| commit | daec8fed354b628d4bec3d5d28229cdd4779a2e5 (patch) | |
| tree | 1fdaa5e864800a2e239700388ab295ecec32e715 | |
| parent | 4a8d2a61e2e5ff2d3b25e54e5e530a4d94e23c5f (diff) | |
Add perl and libyaml-perl to Build-Depends
Those are required to build the documentation and tested for in the configure script.
| -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, |