]> git.puffer.fish Git - matthieu/frr.git/commit
debian: add lua _binary_ to build dependencies
authorEugene Crosser <crosser@average.org>
Fri, 19 Aug 2022 13:56:57 +0000 (15:56 +0200)
committerEugene Crosser <crosser@average.org>
Fri, 19 Aug 2022 13:56:57 +0000 (15:56 +0200)
commit0ededc7c86563ff14b678f4a9f9a2d89db235558
treed497d7a7ee566a323f62205ff91f971ce39e3a86
parent66b974b423fa26c11d7970af37aebfba7a9210b7
debian: add lua _binary_ to build dependencies

FRR only needs lua library (package libluaX.Y-dev) to be compiled and
linked, but its `configure` script makes use of lua interpreter to
perform its checks. Therefore, `luaX.Y` package is a requisite
build-dependency for debian packaging.

This commit adds the debian package with the lua interpreter to the
build dependencies.

Signed-off-by: Eugene Crosser <crosser@average.org>
debian/control