The branch, master has been updated via 1beb2c19571c775d3b89a13a7398f433ea175749 (commit) from e8db74714aef8044b9f6830b9f7c423756398f30 (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 1beb2c19571c775d3b89a13a7398f433ea175749 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 14 15:37:32 2013 +0100 make sure VERSION files get installed properly (i.e. not as symlinks) ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- debian/rules | 4 ++++ debian/x2gothinclient.install | 1 - debian/x2gothinclientmanagement.install | 1 - x2gothinclient/VERSION.x2gothinclient | 1 - .../VERSION.x2gothinclientmanagement | 1 - 6 files changed, 5 insertions(+), 5 deletions(-) delete mode 120000 x2gothinclient/VERSION.x2gothinclient delete mode 120000 x2gothinclientmanagement/VERSION.x2gothinclientmanagement The diff of changes is: diff --git a/VERSION b/VERSION index a6bbdb5..238afc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0.0 +1.1.0.1 diff --git a/debian/rules b/debian/rules index afa898a..4d3cf77 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,10 @@ binary-arch: build-arch dh_installexamples dh_installdirs dh_install + mkdir -p debian/x2gothinclient/usr/share/x2go/versions/ + cp VERSION debian/x2gothinclient/usr/share/x2go/versions/VERSION.x2gothinclient + mkdir -p debian/x2gothinclientmanagement/usr/share/x2go/versions/ + cp VERSION debian/x2gothinclientmanagement/usr/share/x2go/versions/VERSION.x2gothinclientmanagement dh_installinit dh_installman dh_installdebconf diff --git a/debian/x2gothinclient.install b/debian/x2gothinclient.install index f2c48ff..a4fdb03 100644 --- a/debian/x2gothinclient.install +++ b/debian/x2gothinclient.install @@ -1,3 +1,2 @@ x2gothinclient/sbin/x2gothinclientd usr/sbin/ x2gothinclientmanagement/share/etc/* etc/x2go/ -x2gothinclient/VERSION.x2gothinclient usr/share/x2go/versions/ diff --git a/debian/x2gothinclientmanagement.install b/debian/x2gothinclientmanagement.install index a9077fa..ee16044 100644 --- a/debian/x2gothinclientmanagement.install +++ b/debian/x2gothinclientmanagement.install @@ -2,4 +2,3 @@ x2gothinclientmanagement/sbin/x2gothinclient_* usr/sbin/ x2gothinclientmanagement/etc/x2gothinclient_* etc/x2go/ x2gothinclientmanagement/share/etc/ usr/share/x2go/tce/ x2gothinclientmanagement/share/tftpboot usr/share/x2go/tce/ -x2gothinclientmanagement/VERSION.x2gothinclientmanagement usr/share/x2go/versions/ \ No newline at end of file diff --git a/x2gothinclient/VERSION.x2gothinclient b/x2gothinclient/VERSION.x2gothinclient deleted file mode 120000 index 6ff19de..0000000 --- a/x2gothinclient/VERSION.x2gothinclient +++ /dev/null @@ -1 +0,0 @@ -../VERSION \ No newline at end of file diff --git a/x2gothinclientmanagement/VERSION.x2gothinclientmanagement b/x2gothinclientmanagement/VERSION.x2gothinclientmanagement deleted file mode 120000 index 6ff19de..0000000 --- a/x2gothinclientmanagement/VERSION.x2gothinclientmanagement +++ /dev/null @@ -1 +0,0 @@ -../VERSION \ No newline at end of file hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) 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 "x2gothinclient.git" (X2Go Thin Client Environment).