------------------------------------------------------------
revno: 647
committer: Matthias Klose <[email protected]>
branch nick: openjdk8
timestamp: Thu 2015-08-13 14:51:39 +0200
message:
    * Fix installing the openjdk.desktop file when cautious-launch is available.
      LP: #1448548.
modified:
  debian/changelog
  debian/rules


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2015-07-27 15:41:37 +0000
+++ debian/changelog	2015-08-13 12:51:39 +0000
@@ -1,3 +1,10 @@
+openjdk-8 (8u66-b01-2) UNRELEASED; urgency=medium
+
+  * Fix installing the openjdk.desktop file when cautious-launch is available.
+    LP: #1448548.
+
+ -- Matthias Klose <[email protected]>  Thu, 13 Aug 2015 14:21:26 +0200
+
 openjdk-8 (8u66-b01-1) unstable; urgency=medium
 
   * Update to 8u66-b01.

=== modified file 'debian/rules'
--- debian/rules	2015-07-27 15:41:37 +0000
+++ debian/rules	2015-08-13 12:51:39 +0000
@@ -1950,7 +1950,7 @@
 	: # add GNOME stuff
 	cp -p debian/$(basename)-policytool.desktop \
 	      $(d_jre)/usr/share/applications/
-ifeq ($(java_launcher),cautious-launcher)
+ifneq (,$(findstring cautious-launcher, $(java_launcher)))
 	cp -p debian/$(basename)-java.desktop \
 	      $(d_jre)/usr/share/applications/
 endif

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
[email protected] for discussions and questions.

Reply via email to