[X2Go-Commits] [nx-libs] 09/19: debian/roll-tarball.sh: Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard, x2goagent.keyboard).

git-admin at x2go.org git-admin at x2go.org
Wed Jan 28 19:43:13 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit 100276175195da4d507e4498b8d0901c7a19d2ba
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jan 28 11:31:41 2015 +0100

    debian/roll-tarball.sh: Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard, x2goagent.keyboard).
---
 debian/changelog        |    4 ++++
 debian/roll-tarballs.sh |    7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index be0d472..cdbec3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,10 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
   * Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow
     separate .keyboard files for x2goagent and nxagent.
 
+  * debian/roll-tarball.sh:
+    + Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard,
+      x2goagent.keyboard).
+
   [ Horst Schirmeier ]
   * Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that
     prevented the /etc/nxagent/keystrokes.cfg file from being parsed. (Fixes:
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh
index 92cc7f0..ae550f8 100755
--- a/debian/roll-tarballs.sh
+++ b/debian/roll-tarballs.sh
@@ -87,7 +87,10 @@ if [ "x$MODE" = "xfull" ]; then
         cp -v $file doc/applied-patches
         echo ${file##*/} >> doc/applied-patches/series
     done
-    cp -v debian/rgb ./
+    mkdir -p ./etc/
+    cp -v debian/rgb ./etc/
+    cp -v debian/nxagent.keyboard ./etc/
+    cp -v debian/x2goagent.keyboard ./etc/
     cp -v debian/VERSION ./VERSION.x2goagent
 else
     rm -Rf "nxcompshad"*
@@ -101,6 +104,8 @@ else
 fi
 cp -v debian/VERSION ./nxcomp/VERSION
 cp -v debian/COPYING.full+lite COPYING
+cp -v debian/nxagent.keyboard nxagent.keyboard
+cp -v debian/x2goagent.keyboard x2goagent.keyboard
 
 # apply all patches shipped in debian/patches and create a copy of them that we ship with the tarball
 if [ -s "doc/applied-patches/series" ]; then

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list