]> git.proxmox.com Git - mirror_ovs.git/commit
debian: Fix broken build after some man pages became generated from RST
authorAnsis Atteka <aatteka@ovn.org>
Wed, 13 May 2020 17:44:11 +0000 (10:44 -0700)
committerAnsis Atteka <aatteka@ovn.org>
Wed, 13 May 2020 23:39:12 +0000 (16:39 -0700)
commitc101cd4171cfe04e214f858b4bbe089e56f13f9b
treeb6aacf57beb1e7831bc1776b4e0f2352378863e6
parent43a6cf355455c70957893fb600b983c928173d5d
debian: Fix broken build after some man pages became generated from RST

As far as I know, the official way to build debian packages is by invoking
following command:

> fakeroot debian/rules binary

However, that command started to fail with these errors:

dh_installman --language=C
dh_installman: Cannot find (any matches for) "utilities/ovs-appctl.8" (tried in .)
dh_installman: Cannot find (any matches for) "utilities/ovs-l3ping.8" (tried in .)
dh_installman: Cannot find (any matches for) "utilities/ovs-tcpdump.8" (tried in .)

because the generated manpages are not part of the source tree anymore.  This
patch updates debian *.manpages files to point to the generted files.

Fixes: 39b5e46312 ("Documentation: Convert multiple manpages to ReST.")
CC: Ben Pfaff <blp@ovn.org>
Signed-off-by: Ansis Atteka <aatteka@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
debian/openvswitch-common.manpages
debian/openvswitch-switch.manpages
debian/openvswitch-test.manpages