[ovs-git] [openvswitch/ovs] c101cd: debian: Fix broken build after some man pages beca...

Ansis Atteka noreply at github.com
Wed May 13 23:41:13 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: c101cd4171cfe04e214f858b4bbe089e56f13f9b
      https://github.com/openvswitch/ovs/commit/c101cd4171cfe04e214f858b4bbe089e56f13f9b
  Author: Ansis Atteka <aatteka at ovn.org>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M debian/openvswitch-common.manpages
    M debian/openvswitch-switch.manpages
    M debian/openvswitch-test.manpages

  Log Message:
  -----------
  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 at ovn.org>
Signed-off-by: Ansis Atteka <aatteka at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list