This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ecopcr.
commit c691468ca851c99344310b6918689de6caef5152 Author: Andreas Tille <[email protected]> Date: Wed Jun 24 17:06:00 2015 +0200 clean up some strangely created *.P files --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 4f4c403..5be30e8 100755 --- a/debian/rules +++ b/debian/rules @@ -19,5 +19,9 @@ %: dh $@ --sourcedirectory=src +override_dh_auto_clean: + dh_auto_clean + find . -type f -name "*.P" -delete + #get-orig-source: # . debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ecopcr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
