This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 51016b57d9a85cee5685436f3030728cee98dbbd Author: Markus Koschany <[email protected]> Date: Mon Dec 28 21:00:16 2015 +0100 Install netbeans.import and fix failing imports from previous version settings Closes: #808908 Thanks: Manolinux for the report --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 6679299..3176415 100755 --- a/debian/rules +++ b/debian/rules @@ -159,6 +159,11 @@ override_dh_auto_install: $(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.clusters etc $(LINK)$(pkg-nb) etc/netbeans.clusters $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.clusters + # Install netbeans.import which is a required file when importing settings + # from an older version of Netbeans (see also #808908) + $(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.import etc + $(LINK)$(pkg-nb) etc/netbeans.import $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.import + # Install launcher $(INSTALL)$(pkg-nb) nbbuild/netbeans/bin/netbeans usr/bin -- 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

