[SCM] ESO library for automated astronomical data-reduction branch, debian, updated. upstream/5.3.1-8-g10abfd3
Ole Streicher
github at liska.ath.cx
Tue Nov 29 08:05:01 UTC 2011
The following commit has been merged in the debian branch:
commit 10abfd3d23f38d9ccf11fe3b9ba692c399c29419
Author: Ole Streicher <github at liska.ath.cx>
Date: Mon Nov 28 10:22:45 2011 +0100
Use correct (default) JDK directory to build
The original dir was specific for java-6-openjdk and failed if the
default jdk is a different one.
diff --git a/debian/rules b/debian/rules
index 2f015a2..10d5391 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
dh $@ --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --enable-maintainer-mode --with-java=/usr/lib/jvm/java-6-openjdk
+ dh_auto_configure -- --enable-maintainer-mode --with-java=/usr/lib/jvm/default-java
override_dh_auto_build:
dh_auto_build -- all html
--
ESO library for automated astronomical data-reduction
More information about the debian-science-commits
mailing list