This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 138884e6cbeeacc803d5f41f1a44961204732d68 Author: Markus Koschany <[email protected]> Date: Mon Jun 15 17:37:24 2015 +0200 Symlink netbeans icon to hicolor directory --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 64f8a28..a3bf6eb 100755 --- a/debian/rules +++ b/debian/rules @@ -117,6 +117,9 @@ override_dh_auto_install: $(LINK)$(pkg-nb) $(NB_INSTALL_DIR)/$(base-apisupport) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/apisupport $(LINK)$(pkg-nb) $(NB_INSTALL_DIR)/$(base-ide) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/ide $(LINK)$(pkg-nb) $(NB_INSTALL_DIR)/$(base-java) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/java + # Symlink netbeans icon to the appropriate hicolor directory + $(LINK)$(pkg-nb) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb/netbeans.png \ + /usr/share/icons/hicolor/32x32/apps/netbeans.png # Create file marker to avoid displaying license dialog at first IDE start echo > debian/license_accepted -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

