This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit c3f9c78142340f698d46aae7120fb56f457f0b97 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 4 09:08:24 2014 +0100 Drop create_text.sh again, implement changelog copying in distro build files. Implement Git history creation for nightly builds in build scripts. --- Makefile | 1 - create_text.sh | 7 ------- debian/changelog | 4 ++++ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 2ac5307..d944801 100755 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ LRELEASE_BINARY=lrelease-qt4 all: build build: build_man build_pluginprovider - ./create_text.sh $(MAKE) build_client $(MAKE) build_plugin diff --git a/create_text.sh b/create_text.sh deleted file mode 100755 index 417d611..0000000 --- a/create_text.sh +++ /dev/null @@ -1,7 +0,0 @@ -cp -ar debian/changelog txt/ - -echo "GIT info:" > txt/git -git branch >> txt/git -echo "=================================" >> txt/git -echo "GIT history:" >> txt/git -git log -n 10 >> txt/git diff --git a/debian/changelog b/debian/changelog index f91001d..359fac2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,10 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low requests. (Fixes: #440, #138). [ Mike Gabriel ] + * New upstream version (4.0.2.0): + - Drop create_text.sh again, implement changelog copying + in distro build files. Implement Git history creation for + nightly builds in build scripts. * debian/control: + Build-depend on libssh-dev (>= 0.5.4-2). + Bump Standards: to 3.9.5. No changes needed. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git