This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 7c531a5be42af318b2cc47824999e014b6e20a69 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jun 30 10:18:51 2016 +0200 debian/roll-tarballs.sh: copy new debian/x2goagent.options file into real tarball environment. --- debian/changelog | 2 ++ debian/roll-tarballs.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4ad533e..d575903 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low but RPM doesn't support that too well yet. * debian/: - Add x2goagent.options file for compatibility with x2goserver nightly. + * debian/roll-tarballs.sh: + - Copy new debian/x2goagent.options file into real tarball environment. [ Mike Gabriel ] * debian/libxinerama1.postinst.in: diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index 36afd82..1cf0e99 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -91,6 +91,7 @@ if [ "x$MODE" = "xfull" ]; then cp -v "debian/rgb" "./etc/" cp -v "debian/nxagent.keyboard" "./etc/" cp -v "debian/x2goagent.keyboard" "./etc/" + cp -v "debian/x2goagent.options" "./etc/" cp -v "debian/VERSION" "./VERSION.x2goagent" else rm -Rf "nxcompshad"* -- Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git