[SCM] jacktrip/master: force NAME-paragraph of manpage to something useful

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Mon Dec 13 10:45:29 UTC 2010


The following commit has been merged in the master branch:
commit 8b9457aaf84ab49e01b0cda2f2fb2000d2a2a7ea
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Dec 13 11:43:00 2010 +0100

    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

-- 
jacktrip packaging



More information about the pkg-multimedia-commits mailing list