This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 84b49d9a79e340fc167022048a1e00ca08145598 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 13 21:06:47 2015 +0100 Makefile: rename SRC_DIR to TOP_DIR. --- Makefile | 6 +++--- debian/changelog | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 916716f..5437c3e 100755 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ #!/usr/bin/make -f -SRC_DIR=$(CURDIR) -CLIENT_DIR=$(SRC_DIR)/client_build +TOP_DIR=$(CURDIR) +CLIENT_DIR=$(TOP_DIR)/client_build CLIENT_BINARY=$(CLIENT_DIR)/x2goclient -PLUGIN_DIR=$(SRC_DIR)/plugin_build +PLUGIN_DIR=$(TOP_DIR)/plugin_build PLUGIN_BINARY=$(PLUGIN_DIR)/libx2goplugin.so SHELL=/bin/bash diff --git a/debian/changelog b/debian/changelog index 8755cf9..f949702 100644 --- a/debian/changelog +++ b/debian/changelog @@ -126,6 +126,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; urgency=medium entries in x2goclient.pro in x2goclientconfig.pri. - Move resource files to src/res/ and reference in x2goclient.pro. - Reference changes in shipped Makefile. + - Rename SRC_DIR to TOP_DIR in shipped Makefile. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 12:49:22 +0100 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git