Usually, when the name of a manpage has a two-letter extension, it means that the manpage is written in the language designated by that language code.
Reported-by: Michael Stapelberg <[email protected]> Reported-at: https://bugs.debian.org/850631 Signed-off-by: Ben Pfaff <[email protected]> --- AUTHORS.rst | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index add95ef..9b21bd6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -444,6 +444,7 @@ Michael Hu [email protected] Michael J. Smalley [email protected] Michael Mao [email protected] Michael Shigorin [email protected] +Michael Stapelberg [email protected] Mihir Gangar [email protected] Mike Bursell [email protected] Mike Kruze [email protected] diff --git a/debian/rules b/debian/rules index 12fb94a..62cd14b 100755 --- a/debian/rules +++ b/debian/rules @@ -96,3 +96,6 @@ override_dh_strip: dh_strip --dbg-package=openvswitch-dbg override_dh_usrlocal: + +override_dh_installman: + dh_installman --language=C -- 2.10.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
