This is an automated email from the git hooks/post-receive script. smr pushed a commit to branch master in repository castxml.
commit ac9fc18f3d3ee833087c057bef04df88a4c399e7 Author: Steve M. Robbins <[email protected]> Date: Sat Jul 18 11:25:06 2015 -0500 Provide more useful summary string for manpage. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ccbb69c..360d122 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ override_dh_auto_configure: dh_auto_configure -- $(CMAKE_FLAGS) override_dh_installman: - help2man --no-info debian/castxml/usr/bin/castxml > castxml.1 + help2man -n "Create an XML representation of C++ declarations" --no-info debian/castxml/usr/bin/castxml > castxml.1 dh_installman castxml.1 bug_785931_workaround: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/castxml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
