[med-svn] [ngs-sdk] 01/04: trying to warm up with the non-default build system

Andreas Tille tille at debian.org
Mon Feb 2 22:10:26 UTC 2015


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

tille pushed a commit to branch master
in repository ngs-sdk.

commit 2ac3c897aa3ce41214e4c399a107a593e0a5540a
Author: Andreas Tille <tille at debian.org>
Date:   Mon Feb 2 19:35:05 2015 +0100

    trying to warm up with the non-default build system
---
 debian/clean | 12 ++++++++++++
 debian/rules | 13 +++++++++++--
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..bdc997d
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,12 @@
+ngs-java/Makefile.config.install.linux.x86_64.prl
+ngs-java/Makefile.config
+ngs-java/Makefile.config.linux.x86_64
+ngs-java/reconfigure
+ngs-python/Makefile.config.install.linux.x86_64.prl
+ngs-python/Makefile.config.linux.x86_64
+ngs-python/Makefile.config
+ngs-python/reconfigure
+ngs-sdk/Makefile.config.install.linux.x86_64.prl
+ngs-sdk/Makefile.config
+ngs-sdk/Makefile.config.linux.x86_64
+ngs-sdk/reconfigure
diff --git a/debian/rules b/debian/rules
index 8748090..243e75c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,20 @@
 %:
 	dh $@
 
+override_dh_auto_clean:
+	if [ -e ngs-sdk/Makefile.config.linux.x86_64] ; then \
+	    dh_auto_clean --sourcedirectory=ngs-sdk ; \
+	fi
+
 override_dh_auto_configure:
-	./configure --prefix=/usr --javadir=/usr/share/java
+	# ./configure --prefix=/usr --javadir=/usr/share/java
+	# dh_auto_configure --sourcedirectory=ngs-sdk
+	# # that's no standard configure script lacking support of default options \
+	./configure --build=x86_64-linux-gnu --prefix=/usr ; \
 
 override_dh_auto_build:
-	dh_auto_build
+	dh_auto_build --sourcedirectory=ngs-sdk
+	# dh_auto_build
 	markdown_py -f README.html README.md
 
 #get-orig-source:

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



More information about the debian-med-commit mailing list