From: Kefu Chai Date: Sun, 9 Jun 2019 09:33:19 +0000 (+0800) Subject: debian/control: remove "libnl-3-dev" from build dependencies X-Git-Tag: v15.1.0~2425^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28460%2Fhead;p=ceph.git 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 --- 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,