This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 2c7a93ed459f5825463bf516c0ad1bd5d01afd32 Author: Markus Koschany <[email protected]> Date: Thu Dec 31 07:15:19 2015 +0100 Make hostinfo.sh script executable --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 79def47..4ca7258 100755 --- a/debian/rules +++ b/debian/rules @@ -101,6 +101,8 @@ override_dh_auto_install: $(LINK)$(pkg-ide) usr/share/java/jsch.agentproxy.sshagent.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/jsch-agentproxy-sshagent.jar $(LINK)$(pkg-ide) usr/share/java/jsch.agentproxy.pageant.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/jsch-agentproxy-pageant.jar $(LINK)$(pkg-ide) usr/share/java/jsch.agentproxy.core.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/jsch-agentproxy-core.jar + # Make hostinfo.sh executable to silence Lintian warning about script-not-exectuable + find . -type f -name "hostinfo.sh" -exec chmod a+x {} \; # Install Java package files echo > nbbuild/netbeans/java/.noautoupdate -- 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

