[med-svn] [biojava-live] 04/09: Fix build

Andreas Tille tille at debian.org
Tue Sep 26 10:15:16 UTC 2017


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

tille pushed a commit to branch master
in repository biojava-live.

commit 51e70beb57039f573a8ed469ba7d83c7c7f84a28
Author: Andreas Tille <tille at debian.org>
Date:   Tue Sep 26 11:32:55 2017 +0200

    Fix build
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f4041e4..5bc6940 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,16 +14,16 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 SOVERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | cut -f1,2 -d. )
 
 %:
-	dh $@  --with javahelper
+	dh $@
 
 override_dh_auto_build:
-	dh_auto_build
 	find . -name "*.java" -o -name ReadMe -o -name "*.fa" -o -name "*.html" | xargs -r chmod 644 
 	# circumvent Debian's difficulties with libjgrapht - deleting all usage of that library
 	rm -rf src/org/biojavax/bio/phylo/io/nexus/ \
 	       src/org/biojavax/bio/phylo/DistanceBasedTreeMethod.java \
 	       src/org/biojavax/bio/phylo/ParsimonyTreeMethod.java
 
+	dh_auto_build
 	# Add here commands to compile the package.
 	ANT_OPTS="-Xms1024m -Xmx1024m" ant package-biojava
 	#ant compile-demos

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



More information about the debian-med-commit mailing list