From 86b62af5dea9688d010d014b4eea77dacd14e703 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 9 Jun 2019 17:33:19 +0800 Subject: [PATCH] debian/control: remove "libnl-3-dev" from build dependencies what we need is "libnl-genl-3-dev", libnl-3-dev should be a dependency of "libnl-genl-3-dev". the only reason we would have added it, is if the package maintainer of "libnl-genl-3-dev" fails to do so. and the packages of "libnl-genl-3-dev" on both debian and ubuntu just look correct in this perspective. so let's remove this. Signed-off-by: Kefu Chai --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 9347ca3b293c..6644ce702918 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,6 @@ Build-Depends: cmake (>= 3.5), libssl-dev, libtool, libudev-dev, - libnl-3-dev, libnl-genl-3-dev, libxml2-dev, # Crimson libyaml-cpp-dev, -- 2.47.3