[osrm] 06/13: Remove temporary files created during the build
Christopher Baines
cbaines-guest at moszumanska.debian.org
Sat Apr 4 16:04:08 UTC 2015
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 <mail at cbaines.net>
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
More information about the Pkg-grass-devel
mailing list