This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 3ff20548dd71615fbe894fc5433ad7dd6ad930cf Author: Markus Koschany <[email protected]> Date: Thu Jun 11 21:45:31 2015 +0200 Install all files in extide to java package. This change enables Netbeans to detect the Ant tools and to enable further modules. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index df43490..1ec52c2 100755 --- a/debian/rules +++ b/debian/rules @@ -129,6 +129,7 @@ override_dh_auto_install: # Install Java package files echo > nbbuild/netbeans/java/.noautoupdate echo > nbbuild/netbeans/java/.lastModified + $(INSTALL)$(pkg-java) nbbuild/netbeans/extide/* $(NB_INSTALL_DIR)/$(base-java) $(INSTALL)$(pkg-java) nbbuild/netbeans/java/* $(NB_INSTALL_DIR)/$(base-java) $(INSTALL)$(pkg-java) nbbuild/netbeans/java/.noautoupdate $(NB_INSTALL_DIR)/$(base-java) $(INSTALL)$(pkg-java) nbbuild/netbeans/java/.lastModified $(NB_INSTALL_DIR)/$(base-java) @@ -149,7 +150,6 @@ override_dh_auto_install: $(INSTALL)$(pkg-apisupport) nbbuild/netbeans/apisupport/.lastModified $(NB_INSTALL_DIR)/$(base-apisupport) # Install Netbeans package files echo > nbbuild/netbeans/nb/.noautoupdate - $(INSTALL)$(pkg-nb) nbbuild/netbeans/extide/* $(NB_INSTALL_DIR)/extide $(INSTALL)$(pkg-nb) nbbuild/netbeans/javafx/* $(NB_INSTALL_DIR)/javafx $(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/* $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb $(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/.lastModified $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb -- 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

