diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 14 |
2 files changed, 9 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 327d8e16..a6c977ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ network-manager (0.9.10.0-1) UNRELEASED; urgency=medium * New upstream release. * Exclude libtool .la files from list-missing. * Update symbols files. + * Update Build-Depends as per configure.ac. -- Michael Biebl <biebl@debian.org> Sun, 06 Jul 2014 03:04:21 +0200 diff --git a/debian/control b/debian/control index 7c5619b9..775d3485 100644 --- a/debian/control +++ b/debian/control @@ -8,13 +8,13 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, intltool, - libdbus-glib-1-dev (>= 0.94), + libdbus-glib-1-dev (>= 0.100), libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), - libglib2.0-dev (>= 2.26), - libnl-3-dev (>= 3.2.7), - libnl-route-3-dev (>= 3.2.7), - libnl-genl-3-dev (>= 3.2.7), + libglib2.0-dev (>= 2.32), + libnl-3-dev (>= 3.2.8), + libnl-route-3-dev (>= 3.2.8), + libnl-genl-3-dev (>= 3.2.8), ppp-dev (>= 2.4.6), libpolkit-gobject-1-dev, libgnutls28-dev, @@ -30,7 +30,9 @@ Build-Depends: debhelper (>= 9), libsoup2.4-dev (>= 2.26), gtk-doc-tools, libglib2.0-doc, - libmm-glib-dev (>= 0.7.991) + libmm-glib-dev (>= 0.7.991), + libndp-dev, + libreadline-dev Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-utopia/network-manager.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-utopia/network-manager.git;a=summary |