[med-svn] [Git][med-team/biojava4-live][master] Don't hardcode openjdk-11

Michael R. Crusoe gitlab at salsa.debian.org
Sat Jan 19 11:09:23 GMT 2019


Michael R. Crusoe pushed to branch master at Debian Med / biojava4-live


Commits:
bfb41b0a by Michael R. Crusoe at 2019-01-19T10:52:52Z
Don't hardcode openjdk-11

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at gmail.com>  Sat, 19 Jan 2019 02:52:43 -0800
+
 biojava4-live (4.2.12+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/med-team/biojava4-live/commit/bfb41b0a2c0ec58faf4baf2acfb4cb8e0c2ab9aa

-- 
View it on GitLab: https://salsa.debian.org/med-team/biojava4-live/commit/bfb41b0a2c0ec58faf4baf2acfb4cb8e0c2ab9aa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190119/2b1e9631/attachment.html>


More information about the debian-med-commit mailing list