Commit 22f0208c authored by Mike Gabriel's avatar Mike Gabriel

re-arrange changelog, work-in missing entries for previous commits

parent 10027617
...@@ -6,23 +6,32 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium ...@@ -6,23 +6,32 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
extension. extension.
[ Mike Gabriel ] [ Mike Gabriel ]
* nx-libs.spec:
+ The gpg-offline bin:package is not available in our SLE repo. We can do
without.
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix patch header * Update 320_nxagent_configurable-keystrokes.full.patch. Fix patch header
referring to keystrokes.cfg (plural), not keystroke.cfg. referring to keystrokes.cfg (plural), not keystroke.cfg.
* Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in * Allow sysadmins to manipulate nxagent's / x2goagent's rgb file by placing
roll-tarball.sh and in debian/rules alike. it into /etc/nxagent or /etc/x2go.
* Stop shipping unused / very old xterm code. * Provide support for separate .keyboard files for nxagent/x2goagent.
* Drop nx-X11/programs/Xserver/hw/xfree86 except of four files symlinked * Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files.
to other locations in the source tree at build time. * Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb
* More source tree size reduction by analyzing what exactly of the Mesa file shipped with x2goagent supersede rgb file shipped with nxagent.
source code in nx-X11/extras/ is used and what not. FIXME: a better approach would be to decide at runtime if to use
* Drop more unused folders from tarball release / before .deb package build: /etc/x2go/rgb or /etc/nxagent/rgb.
- nx-X11/programs/Xserver/miext/shadow/ * Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow
- nx-X11/programs/Xserver/XpConfig/ separate .keyboard files for x2goagent and nxagent.
- nx-X11/programs/Xserver/Xprint/
* Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore. * NX code reduction efforts (from 93Mb to 52Mb):
- Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
roll-tarball.sh and in debian/rules alike.
- Stop shipping unused / very old xterm code.
- Drop nx-X11/programs/Xserver/hw/xfree86 except of four files symlinked
to other locations in the source tree at build time.
- More source tree size reduction by analyzing what exactly of the Mesa
source code in nx-X11/extras/ is used and what not.
- Drop more unused folders from tarball release / before .deb package build:
. nx-X11/programs/Xserver/miext/shadow/
. nx-X11/programs/Xserver/XpConfig/
. nx-X11/programs/Xserver/Xprint/
- Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore.
* Debian/Ubuntu packaging: * Debian/Ubuntu packaging:
+ Fully rework the way nx-libs gets packaged for Debian/Ubuntu. + Fully rework the way nx-libs gets packaged for Debian/Ubuntu.
...@@ -33,7 +42,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium ...@@ -33,7 +42,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
+ Provide nx-x11proto-*-dev packages for all libnx-* libraries. + Provide nx-x11proto-*-dev packages for all libnx-* libraries.
+ Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so + Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so
no extra settings of LD_LIBRARY_PATH is necessary. no extra settings of LD_LIBRARY_PATH is necessary.
+ Add Multi-Arch support for Debian based distro versions that
support Multi-Arch.
* debian/rules: * debian/rules:
+ Backup nxcomp/VERSION file from NoMachine before replacing it with + Backup nxcomp/VERSION file from NoMachine before replacing it with
a symlink to debian/VERSION. Recreate the original file when cleaning a symlink to debian/VERSION. Recreate the original file when cleaning
...@@ -43,13 +53,10 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium ...@@ -43,13 +53,10 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
shell globbing with curly braces). shell globbing with curly braces).
+ Correctly link config files (etc/rgb, etc/nxagent.keyboard, + Correctly link config files (etc/rgb, etc/nxagent.keyboard,
etc/x2goagent.keyboard) before dh_auto_build. etc/x2goagent.keyboard) before dh_auto_build.
* Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb * nx-libs.spec:
file shipped with x2goagent supersede rgb file shipped with nxagent. + The gpg-offline bin:package is not available in our SLE repo. We can do
FIXME: a better approach would be to decide at runtime if to use without.
/etc/x2go/rgb or /etc/nxagent/rgb.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow
separate .keyboard files for x2goagent and nxagent.
* debian/roll-tarball.sh: * debian/roll-tarball.sh:
+ Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard, + Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard,
......
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