This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit b5a8aa2469f6223807a20cdc0dd1e26646f0605a Author: Niels Thykier <[email protected]> Date: Tue Oct 4 21:04:05 2016 +0000 d/rules: Remove api-doc from rebuild-lintian.d.o target It is covered by the "generate-docs-stamp" target, which rebuild-lintian.d.o already depends on. Signed-off-by: Niels Thykier <[email protected]> --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index aa31de9..40da60c 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,7 @@ generate-docs-stamp: $(docsource) touch $@ # Target for updating things on lintian.d.o -rebuild-lintian.debian.org: api-doc generate-docs-stamp +rebuild-lintian.debian.org: generate-docs-stamp # done override_dh_auto_build: $(neededfiles) generate-docs-stamp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

