Commit 10027617 authored by Mike Gabriel's avatar Mike Gabriel

debian/roll-tarball.sh: Install etc/ files into etc/ subfolder (rgb,…

debian/roll-tarball.sh: Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard, x2goagent.keyboard).
parent a7a4246f
...@@ -51,6 +51,10 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium ...@@ -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 * Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow
separate .keyboard files for x2goagent and nxagent. separate .keyboard files for x2goagent and nxagent.
* debian/roll-tarball.sh:
+ Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard,
x2goagent.keyboard).
[ Horst Schirmeier ] [ Horst Schirmeier ]
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that * Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that
prevented the /etc/nxagent/keystrokes.cfg file from being parsed. (Fixes: prevented the /etc/nxagent/keystrokes.cfg file from being parsed. (Fixes:
......
...@@ -87,7 +87,10 @@ if [ "x$MODE" = "xfull" ]; then ...@@ -87,7 +87,10 @@ if [ "x$MODE" = "xfull" ]; then
cp -v $file doc/applied-patches cp -v $file doc/applied-patches
echo ${file##*/} >> doc/applied-patches/series echo ${file##*/} >> doc/applied-patches/series
done 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 cp -v debian/VERSION ./VERSION.x2goagent
else else
rm -Rf "nxcompshad"* rm -Rf "nxcompshad"*
...@@ -101,6 +104,8 @@ else ...@@ -101,6 +104,8 @@ else
fi fi
cp -v debian/VERSION ./nxcomp/VERSION cp -v debian/VERSION ./nxcomp/VERSION
cp -v debian/COPYING.full+lite COPYING 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 # 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 if [ -s "doc/applied-patches/series" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment