This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository spades.
commit 26420f42436fa44794669fcb7e3ca526cb99abe3 Author: Sascha Steinbiss <[email protected]> Date: Sat Feb 6 21:54:22 2016 +0000 do not remove .orig files --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 0098325..e50f6cf 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,9 @@ DEB_CMAKE_EXTRA_FLAGS = -DSPADES_BOOST_ROOT=/usr/include %: dh $@ --with python2 --sourcedirectory=src --buildsystem=cmake +override_dh_clean: + dh_clean -X.orig + override_dh_auto_clean: dh_auto_clean rm -rf build_spades -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
