[med-svn] [kmer-tools] 03/04: Add override_dh_auto_clean rule

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun May 3 02:33:20 UTC 2015


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

afif-guest pushed a commit to branch master
in repository kmer-tools.

commit 95356a5e007d46a94f3e7a289becd1c22bb6b248
Author: عفيف الغراوي <afif at ghraoui.name>
Date:   Sat May 2 18:05:37 2015 -0700

    Add override_dh_auto_clean rule
    
    make real-clean should remove all built binaries. It undoes
    "make", but does not fully undo "make install". For this, the
    installation directories must also be removed.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index fcd42bc..2cd6e5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,3 +28,7 @@ override_dh_auto_build:
 	cd ESTmapper && sh install.sh installdir
 	# copy ATAC/A2Amapper binaries to right place
 	cd atac-driver && sh install.sh installdir
+
+override_dh_auto_clean:
+	$(MAKE) real-clean
+	rm -rf Linux-* installdir

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



More information about the debian-med-commit mailing list