Hi, I have an issue building a package with pbuilder. Package builds fine with dpkg-buildpackage, but when ran with pbuilder, it seems JAVA_HOME is lost.
The ant build file makes use of JAVA_HOME env property, and fails because it does not find something in JAVA_HOME. I make use of java helper: %: dh $@ --with javahelper If I set JAVA_HOME myself in debian/rules (JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")), it works with: debian/rules binary but not with dpkg-buildpackage, JAVA_HOME is seen as empty (which is weird as command looks at file location). Any idea of what is going on in pbuilder env? Thanks Olivier -- gpg key id: 4096R/326D8438 (keyring.debian.org) Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438 -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/51cfeb7e.9090...@codeless.fr