[med-svn] [ngs-sdk] 01/01: Java 1.8 -> 1.7 - changes to match the changelog

Steffen Möller moeller at moszumanska.debian.org
Mon Mar 14 11:11:02 UTC 2016


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

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

commit 31a1837c7cf05a575cb32284f0f7af6fb376a5f6
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Mar 14 12:07:35 2016 +0100

    Java 1.8 -> 1.7 - changes to match the changelog
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 55fa76d..b06a305 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,16 +33,17 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
 	# # that's no standard configure script lacking support of default options \
-	./configure --build=$(BUILDTYPE) --prefix=/usr ;
+	./configure --build=$(BUILDTYPE) --prefix=/usr -- --source=1.7
 
 override_dh_auto_build:
 	#dh_auto_build --sourcedirectory=$(DEBPKGNAME)
+	echo "DEBPKGNAME: $DEBPKGNAME"
 	dh_auto_build --sourcedirectory=$(DEBPKGNAME)
 	# Remove ngs-bam generation, expects ngs-sdk and cannot find a way
 	# to specify it
 	#cd ngs-bam && LD_LIBRARY_PATH=../$(SODIR)/rel/lib ./configure --build=$(BUILDTYPE) --prefix=/usr --with-ngs-sdk-prefix=../ngs-sdk
 	#dh_auto_build --sourcedirectory=ngs-bam
-	dh_auto_build --sourcedirectory=ngs-java
+	dh_auto_build --sourcedirectory=ngs-java -- JAVAC="javac -source 1.7 -target 1.7"
 	markdown_py -f README.html README.md
 
 override_dh_auto_test:

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