From 7e2c7e63ca1bf6970d967b4b649f411e406e4fe9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 23 Nov 2015 08:35:33 +0100 Subject: [PATCH] debian: express minimal version needed for libnl3 Wheezy comes with a too old version. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index bc0f7495..458c7c92 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5), libsnmp-dev, libxml2-dev, libjansson-dev | libjson-c-dev | libjson0-dev (>= 0.10), - libevent-dev, - libnl-3-dev, libnl-route-3-dev, + libevent-dev (>= 2.0.5), + libnl-3-dev (>= 3.2.7), libnl-route-3-dev (>= 3.2.7), libreadline-dev, libbsd-dev, pkg-config, -- 2.39.5