This is an automated email from the git hooks/post-receive script. cbaines-guest pushed a commit to branch master in repository osrm.
commit 4da6a62728477f84a0f6d6426bcb3db602185149 Author: Christopher Baines <[email protected]> Date: Sat Apr 4 14:11:55 2015 +0100 Remove temporary files created during the build --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/rules b/debian/rules index 13119bc..d58af31 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,10 @@ export DEB_BUILD_HARDENING=1 override_dh_auto_configure: dh_auto_configure -- -DWITH_TOOLS=1 + +override_dh_auto_clean: + dh_auto_clean + + rm -f Util/finger_print.cpp + rm -f Util/git_sha.cpp + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osrm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

