[med-svn] [kmer-tools] 02/04: Add dh_auto_build rule in the pattern of wgs-assembler

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 4b201a2617692c4e362115d6d39c5b2df04f8939
Author: عفيف الغراوي <afif at ghraoui.name>
Date:   Sat May 2 17:47:10 2015 -0700

    Add dh_auto_build rule in the pattern of wgs-assembler
    
    This does not yet account for using the Debian-packaged
    versions of the included convenience libraries. ESTmapper
    and ATAC require the additional commands as specified in
    README.compiling.
---
 debian/rules | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index ce15cce..fcd42bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,10 @@ include /usr/share/dpkg/default.mk
 %:
 	dh $@ 
 
-# debmake generated override targets
-# This is example for Cmake (See http://bugs.debian.org/641051 )
-#override_dh_auto_configure:
-#	dh_auto_configure -- \
-#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
-
-
-
-
+override_dh_auto_build:
+	# [!] This will not work for non-Linux
+	$(MAKE) install && ln -sf Linux-* installdir
+	# copy ESTmapper binaries to right place
+	cd ESTmapper && sh install.sh installdir
+	# copy ATAC/A2Amapper binaries to right place
+	cd atac-driver && sh install.sh 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