This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mcl.
commit efaab327e958bcd810e4e4aa2d6ed2de0287d2b6 Author: Andreas Tille <[email protected]> Date: Mon Jan 22 12:03:54 2018 +0100 Remove generated files in clean target --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 9a96d72..81d18ff 100755 --- a/debian/rules +++ b/debian/rules @@ -66,6 +66,8 @@ override_dh_clean: dh_clean find . -name "*.zmr" -delete find . -name "*.zmt" -delete + rm -rf doc/*.1 doc/*.html doc/*-html doc/*.ps + rm -rf src/alien/oxygen/doc/*.1 src/alien/oxygen/doc/*.html src/alien/oxygen/doc/*.ps override_dh_auto_configure: dh_auto_configure -- $(confflags) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mcl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
