This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository libnb-platform-java.

commit 5f30038c7d8b61b70a50ba12c697b4149e827e16
Author: Markus Koschany <[email protected]>
Date:   Tue Jun 2 18:33:33 2015 +0200

    Enable windows build again
---
 debian/rules | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1f96ba7..9a2d18c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,15 +55,15 @@ override_dh_auto_build:
        $(shell awk 'NF==4 {printf("ln -sf %s %s/%s;\n",$$1,$$2,$$4)}' 
debian/linked-jars)
        ################################################################
        # Build the Windows launcher
-       touch o.n.bootstrap/launcher/windows/nbexec.exe
-       touch o.n.bootstrap/launcher/windows/nbexec64.exe
-       touch o.n.bootstrap/launcher/windows/nbexec.dll
-       touch o.n.bootstrap/launcher/windows/nbexec64.dll
-       #mkdir -p nbbuild/netbeans/platform/lib
-       #cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec" make -e
-       #cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec64" make -e
-       #cd apisupport.harness/windows-launcher-src && LDFLAGS="" 
CONF="app.exe" make -e
-       #cd apisupport.harness/windows-launcher-src && LDFLAGS="" 
CONF="app64.exe" make -e
+       #touch o.n.bootstrap/launcher/windows/nbexec.exe
+       #touch o.n.bootstrap/launcher/windows/nbexec64.exe
+       #touch o.n.bootstrap/launcher/windows/nbexec.dll
+       #touch o.n.bootstrap/launcher/windows/nbexec64.dll
+       mkdir -p nbbuild/netbeans/platform/lib
+       cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec" make -e
+       cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec64" make -e
+       cd apisupport.harness/windows-launcher-src && LDFLAGS="" CONF="app.exe" 
make -e
+       cd apisupport.harness/windows-launcher-src && LDFLAGS="" 
CONF="app64.exe" make -e
        ################################################################
        # Build the platform. DISPLAY must be unset to avoid build failures.
        unset DISPLAY; ant \
@@ -146,10 +146,10 @@ override_dh_auto_clean:
        $(call symlink, $(JAVADIR)/$(JH_JAR), javahelp/external/$(NB_JH_JAR))
        $(call symlink, $(JAVADIR)/$(JSEARCH_JAR), 
apisupport.harness/external/$(NB_JSEARCH_JAR))
        ant -Dpermit.jdk7.builds=true -f nbbuild/build.xml clean
-       #cd o.n.bootstrap/launcher/windows && CONF="nbexec" make -e clean
-       #cd o.n.bootstrap/launcher/windows && CONF="nbexec64" make -e clean
-       #cd apisupport.harness/windows-launcher-src && CONF="app.exe" make -e 
clean
-       #cd apisupport.harness/windows-launcher-src && CONF="app64.exe" make -e 
clean
+       cd o.n.bootstrap/launcher/windows && CONF="nbexec" make -e clean
+       cd o.n.bootstrap/launcher/windows && CONF="nbexec64" make -e clean
+       cd apisupport.harness/windows-launcher-src && CONF="app.exe" make -e 
clean
+       cd apisupport.harness/windows-launcher-src && CONF="app64.exe" make -e 
clean
        mh_clean
        # remove all the symlinks to jar files we created
        find . -name "*.jar" -type l -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libnb-platform-java.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to