[X2go-Commits] nx-libs.git - client-only (branch) updated: ceea80470b00ebf98b876f4a93e6bbf0529603fe

X2go dev team git-admin at x2go.org
Sat Dec 31 16:34:24 CET 2011


The branch, client-only has been updated
       via  ceea80470b00ebf98b876f4a93e6bbf0529603fe (commit)
      from  86f50fa1187c3910a98f84d437cdf7aaa0b063df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ceea80470b00ebf98b876f4a93e6bbf0529603fe
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Dec 31 16:34:21 2011 +0100

    reduce main Makefile patch to building nxcomp and nxproxy

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/001_add-main-makefile.patch |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

The diff of changes is:
diff --git a/debian/patches/001_add-main-makefile.patch b/debian/patches/001_add-main-makefile.patch
index df3f4e7..df9a262 100644
--- a/debian/patches/001_add-main-makefile.patch
+++ b/debian/patches/001_add-main-makefile.patch
@@ -5,7 +5,7 @@ Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 Last-Update: 2011-12-31
 --- /dev/null
 +++ b/Makefile
-@@ -0,0 +1,43 @@
+@@ -0,0 +1,28 @@
 +#!/usr/bin/make -f
 +
 +all: build
@@ -13,39 +13,24 @@ Last-Update: 2011-12-31
 +build: build-arch build-indep
 +
 +clean:
-+	cd nx-X11 && test -f Makefile && make $@ || true
 +	cd nxcomp && test -f Makefile && make $@ || true
-+	cd nxcompext && test -f Makefile && make $@ || true
-+	cd nxcompshad && test -f Makefile && make $@ || true
 +	cd nxproxy && test -f Makefile && make $@ || true
 +
 +
 +distclean:
-+	cd nx-X11 && test -f Makefile && make $@ || true
 +	cd nxcomp && test -f Makefile && make $@ || true
-+	cd nxcompext && test -f Makefile && make $@ || true
-+	cd nxcompshad && test -f Makefile && make $@ || true
 +	cd nxproxy && test -f Makefile && make $@ || true
 +
 +build-arch:
 +	cd nxcomp && autoconf
-+	cd nxcompext && autoconf
-+	cd nxcompshad && autoconf
-+	cd nx-X11 && make World
 +	cd nxproxy && autoconf && ./configure && make
 +
 +build-indep:
 +
 +install:
 +	cd nxcomp && make install
-+	cd nxcompext && make install
-+	cd nxcompshad && make install
-+	cd nx-X11 && make install
 +	cd nxproxy && make install
 +
 +uninstall:
 +	cd nxcomp && make uninstall
-+	cd nxcompext && make uninstall
-+	cd nxcompshad && make uninstall
-+	cd nx-X11 && make uninstall
 +	cd nxproxy && make uninstall


hooks/post-receive
-- 
nx-libs.git (NX libraries)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX libraries).




More information about the x2go-commits mailing list