]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian/control: remove "libnl-3-dev" from build dependencies 28460/head
authorKefu Chai <kchai@redhat.com>
Sun, 9 Jun 2019 09:33:19 +0000 (17:33 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 19 Jun 2019 13:21:00 +0000 (21:21 +0800)
commit86b62af5dea9688d010d014b4eea77dacd14e703
tree384eda6abd51bcfda88af2d5a5d7e6c6c6efc7de
parentc028de2f938bc9b8c0193b9219fb64e1416037cf
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 <kchai@redhat.com>
debian/control