The previous syntax installed the libtool wrapper script instead of the actual binary. This fixes the problem.
CC: James Page <[email protected]> Fixes: 3d8dededeaf8 ("debian: Rationalize packaging using new debhelper.") Reported-by: hubo <[email protected]> Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-October/047625.html Signed-off-by: Ben Pfaff <[email protected]> --- debian/openvswitch-vtep.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openvswitch-vtep.install b/debian/openvswitch-vtep.install index ee32efa4c0dc..b7852649d59c 100644 --- a/debian/openvswitch-vtep.install +++ b/debian/openvswitch-vtep.install @@ -1,3 +1,3 @@ usr/share/openvswitch/scripts/ovs-vtep usr/share/openvswitch/vtep.ovsschema -vtep/vtep-ctl usr/bin +usr/bin/vtep-ctl -- 2.16.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
