From: IOhannes m zmölnig Date: Mon, 13 Dec 2010 10:43:00 +0000 (+0100) Subject: force NAME-paragraph of manpage to something useful X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~358 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b9457aaf84ab49e01b0cda2f2fb2000d2a2a7ea;p=jacktrip.git force NAME-paragraph of manpage to something useful fixes lintian warning about "manpage-has-useless-whatis-entry" --- diff --git a/debian/rules b/debian/rules index 50b1b40..a205be9 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,7 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./(documentation/img/.*|debian/(changelog|c build/jacktrip:: doxygen jacktrip_doxygen - help2man -N src/jacktrip > jacktrip.1 + help2man -N -n "A System for High-Quality Audio Network Streaming" src/jacktrip > jacktrip.1 clean:: rm -rf WWW