This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit 58b24bf33a460889ce14e0214c34736e9c816149 Author: Emmanuel Bourg <[email protected]> Date: Wed May 7 12:54:58 2014 +0200 Don't use the deprecated dh_desktop command --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 62ae5d0..b41a915 100755 --- a/debian/rules +++ b/debian/rules @@ -1754,7 +1754,6 @@ endif ifneq (,$(filter zero, $(alternate_vms))) $(call install_test_results,zero) endif - dh_desktop -s $(nodemo) $(nojrec) $(nojrej) $(nojrez) # FIXME: desktop and menu files not ready for multiarch. #658321 ifeq (,$(DEB_HOST_MULTIARCH)) dh_installmenu -s $(nodemo) $(nojrec) $(nojrej) $(nojrez) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

