| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
moving it into doc/ folder.
|
|
|
|
|
|
|
|
|
|
| |
nx-libs-lite tarball.
* bin/{nxagent,nxauth,x2goagent}
* etc/
* doc/nx-X11_vs_XOrg69_patches
* README.keystrokes"
* nx-libs.spec
|
| |
|
|
|
|
| |
four digits (i.e., 1234-<patchname>.<suffix>).
|
|
|
|
|
| |
Worked out fine so far, because the next line was empty, but this can
easily change...
|
|
|
|
| |
Prevents random characters as being treated as part of a variable name.
|
| |
|
|
|
|
|
|
| |
Fixes potential bugs, including one triggered by an unquoted hash within
the command line. BASH accepts this. Other shells do not (i.e., treat
everything following the hash character as a comment.)
|
|
|
|
|
|
|
| |
Adapted packaging scripts:
debian/roll-tarballs.sh
nx-libs.spec
|
|
|
|
|
|
|
|
| |
Affected packagings scripts:
debian/roll-tarballs.sh
debian/rules
nx-libs.spec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes it obsolete to add changes to debian/changelog. We document
our changes in Git (3.6.x branch and other related branches). On
release, we generate an upstream ChangeLog from Git history.
Only on the 3.5.0.x, we continue maintaining our changes in
debian/changelog (to be compliant with current nx-libs release workflow
in X2Go).
The following packaging scripts needed adaptations to this change:
debian/roll-tarballs.sh
debian/rules
nx-libs.spec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nx*/VERSION and hw/nxagent/VERSION.
This commit removes the debian/VERSION file at makes it now unnecessary to
copy/symlink the VERSION file at build time. These build scripts got adapted:
debian/roll-tarballs.sh
debian/rules
nx-libs.spec
Furthermore, all NX component now use the main VERSION file as reference.
typechange: nxcomp/VERSION
typechange: nxcompext/VERSION
typechange: nxcompshad/VERSION
typechange: nxproxy/VERSION
|
|
|
|
|
|
|
|
| |
packaging these scripts:
debian/roll-tarballs.sh
debian/rules
nx-libs.spec
|
| |
|
|
|
|
| |
cleaned up natively.
|
| |
|
|
|
|
| |
file/folder lists in text files named debian/CODE-REDUCTION_*.
|
|
|
|
| |
nxagent.keyboard, x2goagent.keyboard).
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Debian/Ubuntu packaging:
+ Fully rework the way nx-libs gets packaged for Debian/Ubuntu.
+ Split up libnx-x11 into individual packages.
+ Provide dbg:packages for each bin:package containing binaries.
+ Use Makefile logic to install files into DESTDIR.
+ Provide dev:packages for each lib:package individually.
+ Provide nx-x11proto-*-dev packages for all libnx-* libraries.
+ Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so
no extra settings of LD_LIBRARY_PATH is necessary.
|
|
|
|
| |
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/
|
|
|
|
| |
other locations in the source tree at build time.
|
| |
|
|
|
|
| |
roll-tarball.sh and in debian/rules alike.
|
|
|
|
| |
during NX session handshake. (Fixes: #610).
|
| |
|
|
|
|
| |
601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch. Improvements taken from the current Fedora package. Thanks to Orion Paplowski!!! Also adapt roll-tarball.sh do dropping more bundled libraries.
|
|
|
|
| |
time. Remove bundled libraries from rolled tarballs, as well. (Fixes: #116, #238).
|
|
|
|
|
| |
+ Only install keystrokes.cfg when in full mode.
+ Only install nxproxy wrapper when in lite mode.
|
|
|
|
| |
x2goagent). (Fixes: #199).
|
|
|
|
| |
implementations of string-in-string replacing. (Fixes: #145).
|
| |
|
|
|
|
|
| |
No longer add them as quilt patch, as they are much easier to edit this
way. This, of course, requires adjustments to the roll-tarballs.sh script
|
|
|