Commit a7a4246f authored by Mike Gabriel's avatar Mike Gabriel

debian/rules: Correctly link config files (etc/rgb, etc/nxagent.keyboard,…

debian/rules: Correctly link config files (etc/rgb, etc/nxagent.keyboard, etc/x2goagent.keyboard) before dh_auto_build.
parent 0956f0c7
...@@ -41,6 +41,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium ...@@ -41,6 +41,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
+ Fix removal of unused code (that part of the code that we know of so + Fix removal of unused code (that part of the code that we know of so
far). (The debian/rules file is a Makefile and Makefiles don't understand far). (The debian/rules file is a Makefile and Makefiles don't understand
shell globbing with curly braces). shell globbing with curly braces).
+ Correctly link config files (etc/rgb, etc/nxagent.keyboard,
etc/x2goagent.keyboard) before dh_auto_build.
* Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files. * Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb * Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb
file shipped with x2goagent supersede rgb file shipped with nxagent. file shipped with x2goagent supersede rgb file shipped with nxagent.
......
...@@ -822,7 +822,9 @@ override_dh_auto_build: ...@@ -822,7 +822,9 @@ override_dh_auto_build:
ln -s debian/wrappers bin ln -s debian/wrappers bin
mkdir -p etc/ mkdir -p etc/
ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg
ln -s debian/rgb ln -s ../debian/rgb etc/rgb
ln -s ../debian/nxagent.keyboard etc/nxagent.keyboard
ln -s ../debian/x2goagent.keyboard etc/x2goagent.keyboard
ln -sf debian/VERSION VERSION.x2goagent ln -sf debian/VERSION VERSION.x2goagent
ln -sf ../debian/VERSION nxcomp/VERSION ln -sf ../debian/VERSION nxcomp/VERSION
......
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