This is an automated email from the git hooks/post-receive script. osallou pushed a commit to branch master in repository baitfisher.
commit b76ca52e05dc1fed1470e4811b30cae1620d9d2b Author: Olivier Sallou <[email protected]> Date: Sat Jan 14 07:52:11 2017 +0000 fix manpage generation --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 0394e83..5def6d3 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,8 @@ override_dh_install: dh_install override_dh_installman: - help2man --no-discard-stderr -o BaitFilter.1 BaitFilter-v* - help2man --no-discard-stderr -o BaitFisher.1 BaitFisher-v* + help2man --no-discard-stderr -o BaitFilter.1 ./BaitFilter-v* + help2man --no-discard-stderr -o BaitFisher.1 ./BaitFisher-v* dh_installman -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/baitfisher.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
