Commit 53329e60 authored by Mike Gabriel's avatar Mike Gabriel

Provide wrapper scripts for launch NX components in $(src)/bin/.

The installation process copies NX wrapper scripts into $(srcbase)/bin/ before build time. Those wrapper scripts are now in place natively and need not to be copied prior to building NX. Packaging scripts with adaptation: debian/roll-tarballs.sh debian/rules debian/*.docs nx-libs.spec
parent 1a824cfb
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/changelog
\ No newline at end of file
nx-X11/programs/Xserver/hw/nxagent/changelog
README.keystrokes
\ No newline at end of file
nx-X11/programs/nxauth/changelog
\ No newline at end of file
nxproxy/changelog
nxproxy/README
nxproxy/README-IPAQ
nxproxy/README-VALGRIND
......@@ -116,15 +116,7 @@ for f in $(ls README* 2>/dev/null); do
mv -v $f doc/;
done
mkdir -p bin/
if [ "$MODE" = "lite" ]; then
# copy wrapper script nxproxy only into tarball
cp -v debian/wrappers/nxproxy bin/
else
# copy wrapper scripts into tarball
for w in $(ls debian/wrappers/* 2>/dev/null); do
cp -v $w bin/
done
if [ "$MODE" = "full" ]; then
# provide a default keystrokes.cfg file
mkdir -p etc
test -f etc/keystrokes.cfg || test -f debian/keystrokes.cfg && cp -v debian/keystrokes.cfg etc/keystrokes.cfg
......
......@@ -20,7 +20,7 @@ override_dh_auto_clean:
override_dh_clean:
rm -f nx*/configure
. ./replace.sh; set -x; ls debian/*.install.in | while read file; do rm -f $$(string_rep $$file .install.in .install); done
rm -fR bin etc/rgb etc/keystrokes.cfg etc/nxagent.keyboard etc/x2goagent.keyboard
rm -fR etc/rgb etc/keystrokes.cfg etc/nxagent.keyboard etc/x2goagent.keyboard
rm -f debian/libnx-xinerama1.postinst
rm -fR .preserve/
dh_clean
......@@ -78,7 +78,6 @@ override_dh_auto_install:
override_dh_auto_build:
ln -s debian/wrappers bin
mkdir -p etc/
ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg
ln -s ../debian/rgb etc/rgb
......
......@@ -661,8 +661,6 @@ information on NX.
%setup -q
# copy files from the debian/ folder to designated places in the source tree,
# taken from roll-tarball.sh:
mkdir bin/
cp -v debian/wrappers/* bin/
mkdir etc/
cp -v debian/keystrokes.cfg etc/keystrokes.cfg
cp -v debian/rgb etc/rgb
......
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