The branch, build-baikal has been updated via 8bc9be444a272d93997e6577fee4a787a2ce0d65 (commit) from e2304fb3f19548dc2573f6bfccd440b79c9571a2 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile The diff of changes is: diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e847541 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# Makefile.pre-debuild file - for python-x2go +# Copyright 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file + +VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1` +DOC_HOST=packages.x2go.org +DOC_PATH=/srv/sites/x2go.org/packages/doc/python-x2go +DOC_USER=x2go-admin + + +all: build clean + +build: + +clean: + hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).