Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
10027617
Commit
10027617
authored
Jan 28, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
changelog
debian/changelog
+4
-0
roll-tarballs.sh
debian/roll-tarballs.sh
+6
-1
No files found.
debian/changelog
View file @
10027617
...
@@ -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:
...
...
debian/roll-tarballs.sh
View file @
10027617
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment