[X2go-Commits] nx-libs.git - master (branch) updated: a2d77744db9adfba4bf30d03a1bed3256653fc3e

X2go dev team git-admin at x2go.org
Mon Dec 5 09:42:08 CET 2011


The branch, master has been updated
       via  a2d77744db9adfba4bf30d03a1bed3256653fc3e (commit)
      from  f4fac453574cd3e10c3e47073c97397682fc6679 (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 a2d77744db9adfba4bf30d03a1bed3256653fc3e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 5 09:42:05 2011 +0100

    Add install/uninstall stanza to main Makefile (via patch 001_add-main-makefile.patch).

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

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

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0c1a50a..30224b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,5 +27,7 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
   * Add patches: 012, 013, 014 - Makefile uninstall stanza patches for
     nxcomp, nxcompext, nxcompshad.
   * Add patch: 015_nxproxy-makefile-uninstall.patch.
+  * Add install/uninstall stanza to main Makefile (via patch
+    001_add-main-makefile.patch).
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 14 Oct 2011 03:01:39 +0200
diff --git a/debian/patches/001_add-main-makefile.patch b/debian/patches/001_add-main-makefile.patch
index c0f95b3..f487ef7 100644
--- a/debian/patches/001_add-main-makefile.patch
+++ b/debian/patches/001_add-main-makefile.patch
@@ -1,6 +1,6 @@
 --- /dev/null
 +++ b/Makefile
-@@ -0,0 +1,33 @@
+@@ -0,0 +1,43 @@
 +#!/usr/bin/make -f
 +
 +all: build
@@ -32,5 +32,15 @@
 +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