Thanks, pushed to master branch.
On Wed, May 13, 2020 at 3:04 PM Ben Pfaff <[email protected]> wrote: > > On Wed, May 13, 2020 at 12:35:03PM -0700, Ansis Atteka wrote: > > 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 <[email protected]> > > Signed-off-by: Ansis Atteka <[email protected]> > > Seems reasonable. > > Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
