aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Apply patches for the Debian package as the last patches in the series.Mike Gabriel2012-02-162-3/+3
| |
* | Update patches: 012_nxcomp..., 013_nxcompext_..., 014_nxcompshad_.... Also ↵Mike Gabriel2012-02-154-7/+14
| | | | | | | | make use of $(LIBFULL) in Makefile.in's install and uninstall stanzas. Inspired by Jan Engelhardt's so-version.diff patch. However, the version name change requested in that patch has been rejected for NX (redistributed).
* | changelog cleanup, fix long-line-wrapsMike Gabriel2012-02-151-4/+5
| |
* | Add patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch, use ↵Jan Engelhardt2012-02-154-1/+2388
| | | | | | | | unique library names for nx-X11 based X11 libraries.
* | changelog cleanup, typo fixMike Gabriel2012-02-151-1/+1
| |
* | Add patch 032_nx-X11_no-x11r6-project-root. We must not overlap with any ↵Jan Engelhardt2012-02-153-0/+29
| | | | | | | | existing files, therefore, both /usr/X11R6 and /usr are excluded possibilities for ProjectRoot. Use %_libexecdir/somename, since that is still allowed by FHS.
* | Update patch: 001_add-main-makefile.full+lite.patch, fix missing ↵Mike Gabriel2012-02-142-4/+8
| | | | | | | | $(CONFIGURE) variable.
* | Make patch headers DEP5 compliant (030_nx-X11_... and 031_nx-X11_...).Mike Gabriel2012-02-143-12/+13
| |
* | Add patch: 301_nx-X11_use-shared-libs.full.diff, use shared libraries from ↵Jan Engelhardt2012-02-143-0/+109
| | | | | | | | distribution rather then libs included in source tree.
* | Rename patches 030_nx-X11_... and 031_nx-X11_..., the tarball roll script ↵Mike Gabriel2012-02-144-2/+4
| | | | | | | | currently requires ,,full'' or ,,full+lite'' in the file name.
* | Merge honor-ac-dirs.patch from Jan Engelhardt (OpenSUSE) with already ↵Mike Gabriel2012-02-148-180/+213
| | | | | | | | existing Makefile patches (012_nxcomp..., 013_nxcompext_..., 014_nxcompshad_...).
* | Enable parallel build for Debian package.Mike Gabriel2012-02-142-1/+2
| |
* | Add patch: 031_nx-X11_parallel-make.diff, enable parallel make.Jan Engelhardt2012-02-143-0/+295
| |
* | Update patch: 001_add-main-makefile.full+lite.patch, use curly braces for ↵Mike Gabriel2012-02-142-11/+13
| | | | | | | | macros.
* | Add patch: 030_nx-X11_configure-args.diff. Allow passing of configure args.Jan Engelhardt2012-02-143-0/+54
| |
* | changelog fix, long-line-wrapMike Gabriel2012-02-141-1/+2
| |
* | Update patch: 001_add-main-makefile.full+lite.patch, allow passing of ↵Jan Engelhardt2012-02-142-1/+5
| | | | | | | | configure args.
* | Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the ↵Mike Gabriel2012-02-121-1/+1
| | | | | | | | libXinerama files.
* | fix for intra-dependency lintian fixMike Gabriel2012-02-121-2/+1
| |
* | fix libXinerama removalMike Gabriel2012-02-121-2/+3
| |
* | Do not install libXinerama directly into /usr/lib/nx. Recommended method is ↵Mike Gabriel2012-02-112-0/+9
| | | | | | | | installing to /usr/lib/nx/Xinerama, so that you can enable/disable usage of the Xinerama extension.
* | Revert "Add patch: 111_nxcomp_byerace.full+lite.patch. Work around race ↵Mike Gabriel2012-02-113-24/+0
| | | | | | | | | | | | | | condition in qtnx and libnxcl." This reverts commit 4eae840bd56bda22b7bf6c9a55f1118ed62461e4. It does not fix qtnx failures that occur with this version of nxagent.
* | Add patch: 111_nxcomp_byerace.full+lite.patch. Work around race condition in ↵Mike Gabriel2012-02-083-0/+24
| | | | | | | | qtnx and libnxcl.
* | another fix for the main MakefileMike Gabriel2012-02-071-10/+13
| |
* | more simplification of the main MakefileMike Gabriel2012-02-071-38/+23
| |
* | simplify main Makefile a little...Mike Gabriel2012-02-071-13/+13
| |
* | Use ,,$(MAKE) -C'' in main Makefile for calling Makefiles in subdirectories, ↵Mike Gabriel2012-02-072-27/+32
| | | | | | | | make build stanza work for nx-libs-full and nx-libs-lite.
* | Use ,,make -C'' in main Makefile for calling Makefiles in subdirectories.Mike Gabriel2012-02-072-28/+27
| |
* | Continue development...Mike Gabriel2012-02-071-0/+6
| |
* | release 3.5.0.10redist-server/3.5.0.10redist-client/3.5.0.10Mike Gabriel2012-02-071-2/+2
| |
* | changelog fix (revision was missing)Mike Gabriel2012-02-071-1/+1
| |
* | Reintroduce patch: 008_nxcomp_sa_restorer.full+lite.patch, now in a version ↵Mike Gabriel2012-02-073-0/+49
| | | | | | | | found on etersoft.ru, fixes build on ia64 architecture.
* | cleanup patchMike Gabriel2012-02-061-1/+0
| |
* | Add patch: 006_nxcomp_libpng15.full+lite.patch, fix build against libpng 1.5.x.Mike Gabriel2012-02-063-1/+47
| |
* | Continue development...Mike Gabriel2012-02-011-0/+6
| |
* | release NX re-distributed 3.5.0.9redist-server/3.5.0.9Mike Gabriel2012-02-011-2/+2
| |
* | Providing pending patches in source tree.Mike Gabriel2012-02-013-1/+150
| |
* | Update patch: 202_nx-x11_enable-xinerama.full.patch, disable Xinerama ↵Oleksandr Shneyder2012-01-302-4/+33
| | | | | | | | extension if NX_XINERAMA_CONF not exists.
* | Revert "Update patch: 202_nx-x11_enable-xinerama.full.patch disable Xinerama ↵Oleksandr Shneyder2012-01-302-16/+4
| | | | | | | | | | | | extension if NX_XINERAMA_CONF not exists" This reverts commit f17b59824868623ee51670e365b67d49def2c658.
* | Revert "changelog cleanup: add interpunctation."Oleksandr Shneyder2012-01-301-2/+2
| | | | | | | | This reverts commit d4d85ca860752b8aea86f1d54e29194215f9be9d.
* | changelog cleanup: add interpunctation.Mike Gabriel2012-01-301-2/+2
| |
* | Update patch: 202_nx-x11_enable-xinerama.full.patch disable Xinerama ↵Oleksandr Shneyder2012-01-302-4/+16
| | | | | | | | extension if NX_XINERAMA_CONF not exists
* | fix typos in nxproxy manpageReinhard Tartler2012-01-281-3/+3
| |
* | version increment, continue development...Mike Gabriel2012-01-231-0/+6
| |
* | release NX re-distributed 3.5.0.8redist-server/3.5.0.8Mike Gabriel2012-01-221-2/+2
| |
* | Fix patch: 109_nxagent_locale-utf8-compound-text.patch, fix crashes reported ↵Mike Gabriel2012-01-222-23/+16
| | | | | | | | from Stefan Baur. Thanks for reporting and testing!!!
* | Add folder /debian/patches-pending-evaluation with two newly discovered ↵Mike Gabriel2012-01-223-0/+599
| | | | | | | | patches from git.etersoft.ru (AltLinux packaging repository for NX).
* | Package x2goagent is an ,,all'' package, not ,,any''.Mike Gabriel2012-01-182-1/+2
| |
* | Update patch: 001_add-main-makefile.full+lite.patch, only build, install, ↵Mike Gabriel2012-01-162-25/+27
| | | | | | | | clean etc. NX subprojects if the folder exists.
* | Reorganize patch names, to reflect patch inclusion into lite+full or ↵Mike Gabriel2012-01-1641-39/+46
| | | | | | | | full-only ,,NX (redistributed)'' tarball.