diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-09 03:23:30 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-09 03:24:54 +0100 |
| commit | 21cd1401a500269598802608b9012830e8c64f97 (patch) | |
| tree | 668cc50b21d3bacb5f90d43afd1c8252f5de7a7d | |
| parent | 04a1b5a187070f550211a1fabe209a2eb71ad4c9 (diff) | |
Update Build-Depends
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6587c566..11856966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,8 @@ network-manager (0.9.7.997-1) UNRELEASED; urgency=low * Update symbols files. * Use new distro-agnostic configure flags. * Drop 04-systemd-set-kill-mode-process.patch, refresh other patches. - * Bump Build-Depends on libglib2.0-dev and libudev-dev/libgudev-1.0-dev. + * Bump Build-Depends on libglib2.0-dev, libudev-dev, libgudev-1.0-dev and + libnl-3-dev. * Mark binary packages as linux-any. -- Michael Biebl <biebl@debian.org> Sun, 03 Feb 2013 14:49:46 +0100 diff --git a/debian/control b/debian/control index 5c4da207..962ea7af 100644 --- a/debian/control +++ b/debian/control @@ -13,9 +13,9 @@ Build-Depends: libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.26), - libnl-3-dev, - libnl-route-3-dev, - libnl-genl-3-dev, + libnl-3-dev (>= 3.2.7), + libnl-route-3-dev (>= 3.2.7), + libnl-genl-3-dev (>= 3.2.7), ppp-dev (>= 2.4.5), libpolkit-gobject-1-dev, libgnutls-dev, |