From: Stephen Kitt Date: Tue, 21 Oct 2014 18:31:24 +0000 (+0100) Subject: Provide meaningful whatis entry X-Git-Tag: archive/raspbian/3.6-1+rpi1~1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b4bc2b7270e6647fed759139093791df9084bae;p=lgogdownloader.git Provide meaningful whatis entry Gbp-Pq: Name manpage-whatis.patch --- diff --git a/Makefile b/Makefile index 87f2239..aef5719 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ before_release: after_release: out_release ifdef HELP2MAN - help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE) + help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -n "downloader for GOG.com games and other files" -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE) gzip -f -9 $(MAN_DIR)/$(MAN_PAGE) endif