[med-svn] [sniffles] 04/06: Update "clean" target

Afif Elghraoui afif at moszumanska.debian.org
Mon Oct 17 08:42:08 UTC 2016


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 <afif at 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



More information about the debian-med-commit mailing list