Verified Commit bfb41b0a authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Don't hardcode openjdk-11

parent 2aae66c7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
biojava4-live (4.2.12+dfsg-3) UNRELEASED; urgency=medium

  * Team upload.
  * Don't hardcode openjdk-11 path in debian/rules

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sat, 19 Jan 2019 02:52:43 -0800

biojava4-live (4.2.12+dfsg-2) unstable; urgency=medium

  * Team upload.
+3 −1
Original line number Diff line number Diff line
@@ -58,7 +58,9 @@ override_dh_auto_build:
override_jh_installjavadoc:
	jh_installjavadoc
	rdfind -makesymlinks true -followsymlinks true \
		/usr/share/doc/openjdk-11-jre-headless \
		$$(dpkg -L $$(apt-cache show default-jdk-doc | grep Depends \
		              | awk '{print $$2}') | grep /usr/share/doc/ \
		   | head -n1) \
		debian/libbiojava4-java-doc/usr/share/doc/libbiojava4-java/
ifeq ($(DH_VERBOSE),1)
	cat results.txt || /bin/true; rm -f results.txt