Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reenable parallel builds | Reinhard Tartler | 2012-12-15 | 1 | -1/+1 | |
| | ||||||
* | update 031_nx-X11_parallel-make.full.patch. | Reinhard Tartler | 2012-12-15 | 2 | -17/+27 | |
| | | | | | Add an explicit dependency from the NX libX11.so to the nxcomp libraries. Unbreaks parallel builds. | |||||
* | add changelog entries for Reinhard's previous commits | Mike Gabriel | 2012-12-13 | 1 | -0/+14 | |
| | ||||||
* | fix installation of libxcompext | Reinhard Tartler | 2012-12-13 | 1 | -1/+1 | |
| | | | | | | the symlink libXcompext.so.3 was not installed correctly. Spotted by Orion Poplawski orion@cora.nwra.com | |||||
* | delete nxproxy/configure | Reinhard Tartler | 2012-12-12 | 1 | -5634/+0 | |
| | | | | it is automatically generated and clean during the package build | |||||
* | drop debian/patches/025_nxproxy_no-configure-file.full+lite.patch | Reinhard Tartler | 2012-12-12 | 3 | -5638/+1 | |
| | | | | | instead, clean stale configure files programatically from the clean rule in debian/rules. | |||||
* | add rewritten roll-tarballs.sh script | Reinhard Tartler | 2012-12-12 | 1 | -0/+142 | |
| | ||||||
* | drop debian/patches/001_add-main-makefile.full+lite.patch | Reinhard Tartler | 2012-12-12 | 4 | -94/+53 | |
| | | | | | Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit. | |||||
* | integrate debian/pre-build-nx.sh into debian/rules | Reinhard Tartler | 2012-12-12 | 2 | -13/+8 | |
| | | | | This change makes debian/rules a bit easier to read | |||||
* | Rely on shlibs files instead of hard coding library dependencies | Reinhard Tartler | 2012-12-12 | 1 | -13/+8 | |
| | | | | | If stricter dependencies are really required, they should absolutely be specified in the shlibs file instead. | |||||
* | disable parallel builds | Reinhard Tartler | 2012-12-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | It seems that there is a race condition in the implementation of the nx-x11 makefiles somewhere. On machines with many cores and high levels of parallel workers (for me, 32 cores and -j20), nxcompext gets built before libNX_X11 is ready: + ln -s ../../lib/X11/libNX_X11.so . /usr/bin/ld: cannot find -lNX_X11 collect2: error: ld returned 1 exit status make[9]: *** [libXcompext.so.3.5.0] Fehler 1 make[9]: Leaving directory `/srv/scratch/tartler/nx-libs/nxcompext' Until those makefiles get fixed, better disable parallel operation | |||||
* | remove unnecessary build-conflict on xbitmaps | Reinhard Tartler | 2012-12-12 | 1 | -1/+0 | |
| | | | | | The Debian xterm package depends on xbitmaps. This change allows compiling on a host that has xterm installed. | |||||
* | make xfonts-base a recommends | Reinhard Tartler | 2012-12-12 | 1 | -1/+2 | |
| | | | | | According to lintian, this is a severe error. Demote to recommends to ensure that it still gets installed by default. | |||||
* | add (forgotten) files belong to last commit | Mike Gabriel | 2012-12-12 | 3 | -0/+65 | |
| | ||||||
* | Add patches: 026_nxcomp*_honour-optflags.full*.patch. (Closes upstream issue ↵ | Orion Poplawski | 2012-12-12 | 2 | -0/+7 | |
| | | | | #84). | |||||
* | changelog cleanup | Mike Gabriel | 2012-12-12 | 1 | -2/+2 | |
| | ||||||
* | exchange X2Go by NX | Mike Gabriel | 2012-12-12 | 1 | -1/+1 | |
| | ||||||
* | install debug symbols for all packages in a new binary package 'nx-x11-dbg' | Reinhard Tartler | 2012-12-09 | 3 | -9/+19 | |
| | | | | | this package contains debugging information for all code that is built from this source package. | |||||
* | Follow-up commit for 302_nxagent_configurable-keystrokes.full.patch, fixes ↵ | Alexander Wuerstlein | 2012-12-06 | 2 | -0/+44 | |
| | | | | FTBFS problem with the first version of that patch. | |||||
* | changelog entry for having added libxml2-dev to build dependencies | Mike Gabriel | 2012-12-04 | 1 | -0/+1 | |
| | ||||||
* | control file: add some kommata at EOLs, fix dependency of x2goagent on nxagent | Mike Gabriel | 2012-12-04 | 1 | -14/+14 | |
| | ||||||
* | Add pkg-config to build dependencies. | Mike Gabriel | 2012-12-04 | 2 | -1/+3 | |
| | ||||||
* | Add README.keystrokes to doc section of bin:package nxagent. | Mike Gabriel | 2012-12-04 | 2 | -1/+5 | |
| | ||||||
* | whitespace fix | Mike Gabriel | 2012-12-04 | 1 | -2/+1 | |
| | ||||||
* | add bug closure for X2Go BTS issue #74 | Mike Gabriel | 2012-12-04 | 1 | -0/+1 | |
| | ||||||
* | re-add renamed patch file | Mike Gabriel | 2012-12-04 | 1 | -0/+989 | |
| | ||||||
* | Add patch: 302_nxagent_configurable-keystrokes.full.patch, replaces the... ↵ | Mike Gabriel | 2012-12-04 | 4 | -1339/+172 | |
| | | | | | | (fixing patch application, fixing up follow-up patches, cleaning up patch-system). | |||||
* | Add patch: 210_nxagent_configurable-keystrokes.full.patch, replaces the ↵ | Alexander Wuerstlein | 2012-12-04 | 4 | -0/+969 | |
| | | | | hardcoded nxagent keybindings by a configurable table of keybindings. | |||||
* | Fix /bin/Makefile. Add $(DESTDIR) to every install path. | Mike Gabriel | 2012-11-12 | 2 | -10/+13 | |
| | ||||||
* | Continue development... | Mike Gabriel | 2012-11-07 | 2 | -1/+7 | |
| | ||||||
* | release 3.5.0.16redist-server/3.5.0.16redist-client/3.5.0.16 | Mike Gabriel | 2012-11-07 | 1 | -2/+2 | |
| | ||||||
* | Bump Debian Standards to 3.9.3 (no changes needed). Update Home page and Vcs ↵ | Mike Gabriel | 2012-11-07 | 2 | -4/+5 | |
| | | | | information. | |||||
* | Bump Debian Standards to 3.9.3 (no changes needed). | Mike Gabriel | 2012-11-07 | 2 | -1/+2 | |
| | ||||||
* | Dropping empty override rules for quilt patch from /debian/rules. | Mike Gabriel | 2012-11-07 | 2 | -6/+1 | |
| | ||||||
* | Modify patch: 001_add-main-makefile.full+lite.patch. Add uninstall routine. | Mike Gabriel | 2012-10-20 | 2 | -2/+23 | |
| | ||||||
* | Fix wrapper scripts: make sure all NX executables can be launched if NX gets ↵ | Mike Gabriel | 2012-10-20 | 6 | -17/+41 | |
| | | | | installed via the tarball installation method. | |||||
* | Modify patch: 001_add-main-makefile.full+lite.patch. Install nx* and ↵ | Mike Gabriel | 2012-10-20 | 2 | -1/+22 | |
| | | | | x2goagent wrapper scripts during make install. | |||||
* | Add patch: 025_nxproxy_no-configure-file.full+lite.patch. Remove unneeded ↵ | Mike Gabriel | 2012-10-20 | 3 | -0/+5640 | |
| | | | | build file from NoMachine's nxproxy sources. | |||||
* | Add patches: 024_fix-make-clean.full.patch, ↵ | Mike Gabriel | 2012-10-20 | 6 | -9/+83 | |
| | | | | 024_fix-make-clean.full+lite.patch. Fix clean-up of build tree after make build has run. | |||||
* | drop build file from nx-libs tree | Mike Gabriel | 2012-10-20 | 1 | -79/+0 | |
| | ||||||
* | Drop patch 032, fix other patches so that installation via make install ↵ | Mike Gabriel | 2012-10-19 | 17 | -49/+136 | |
| | | | | installs NX components to /usr/local/lib/nx and /usr/local/include/nx. | |||||
* | Modify patch: 032_no-x11r6.full.patch. Install nx-X11 to /usr/local/lib/nx. ↵ | Mike Gabriel | 2012-10-05 | 4 | -1/+15 | |
| | | | | Add patch: 032_no-x11r6.debian.patch. Use /usr/lib/nx for nx-X11 on Debian. | |||||
* | Fix patch file names concerning component nx-X11. | Mike Gabriel | 2012-10-05 | 8 | -6/+7 | |
| | ||||||
* | Fix installation of header files in Debian package. | Mike Gabriel | 2012-09-28 | 2 | -2/+2 | |
| | ||||||
* | Continue development... | Mike Gabriel | 2012-09-21 | 1 | -0/+6 | |
| | ||||||
* | release 3.5.0.15redist-server/3.5.0.15redist-client/3.5.0.15 | Mike Gabriel | 2012-09-21 | 1 | -2/+2 | |
| | ||||||
* | mark issue #16 as closed by last added patch | Mike Gabriel | 2012-09-20 | 1 | -1/+2 | |
| | ||||||
* | fix patch name | Mike Gabriel | 2012-09-20 | 2 | -1/+1 | |
| | ||||||
* | Add patch: 204-nxagent_repaint-solidpict.full.patch. Fixes repainting of ↵ | Oleksandr Shneyder | 2012-09-20 | 3 | -0/+59 | |
| | | | | SolidFill pictures by nxagent/x2goagent on reconnects. | |||||
* | Add patch: 220_nxproxy-bind-loopback-only.full+lite.patch, adds loopback ↵ | Mike Gabriel | 2012-09-17 | 3 | -3/+4 | |
| | | | | option to nxproxy options and forces nxproxy to bind to loopback devices only. |