This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository sniffles.

commit 9d3afea62597dda969f56f5b86e392cbdbcb2cc1
Author: Afif Elghraoui <a...@debian.org>
Date:   Mon Oct 17 01:31:21 2016 -0700

    Update "clean" target
    
    Upstream has committed CMake autogenerated makefiles, which
    cause trouble when trying to build with different compiler
    flags as we do. They need to be removed.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 955a2da..c22a2ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ override_dh_auto_configure:
 
 override_dh_auto_clean:
        dh_auto_clean
+       find -name "*.mk" -delete
+       $(RM) makefile
        $(RM) debian/sniffles.1
 
 %.1: %.1.md

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/sniffles.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to