This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository japi-compliance-checker.
commit 4fd306c06321dffeb2bc28efe87a29d309902ef4 Author: Emmanuel Bourg <[email protected]> Date: Thu May 21 11:27:04 2015 +0200 debian/rules: Remove the generated manpages when cleaning --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 00d5079..254989a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ japi-compliance-checker (1.4.1-1) UNRELEASED; urgency=medium * Moved the package to Git * Switch to debhelper level 9 * Reformatted debian/copyright + * debian/rules: Remove the generated manpages when cleaning -- Emmanuel Bourg <[email protected]> Thu, 21 May 2015 10:35:44 +0200 diff --git a/debian/rules b/debian/rules index 90c252f..e4a75b1 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ override_dh_install: override_dh_clean: dh_clean japi-compliance-checker + rm -f debian/japi-compliance-checker.1 debian/japi-compliance-checker.1: # remove '.pl' from the generated man page by help2man: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/japi-compliance-checker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

