Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | integrate debian/pre-build-nx.sh into debian/rules | Reinhard Tartler | 2012-12-12 | 1 | -1/+8 | |
| | | | | This change makes debian/rules a bit easier to read | |||||
* | 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 | |||||
* | install debug symbols for all packages in a new binary package 'nx-x11-dbg' | Reinhard Tartler | 2012-12-09 | 1 | -8/+2 | |
| | | | | | this package contains debugging information for all code that is built from this source package. | |||||
* | Dropping empty override rules for quilt patch from /debian/rules. | Mike Gabriel | 2012-11-07 | 1 | -6/+0 | |
| | ||||||
* | Add patches: 024_fix-make-clean.full.patch, ↵ | Mike Gabriel | 2012-10-20 | 1 | -3/+0 | |
| | | | | 024_fix-make-clean.full+lite.patch. Fix clean-up of build tree after make build has run. | |||||
* | Fine-tune symlinking of libXinerama. | Mike Gabriel | 2012-02-20 | 1 | -1/+1 | |
| | ||||||
* | Enable parallel build for Debian package. | Mike Gabriel | 2012-02-14 | 1 | -1/+1 | |
| | ||||||
* | Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the ↵ | Mike Gabriel | 2012-02-12 | 1 | -1/+1 | |
| | | | | libXinerama files. | |||||
* | Call dh_clean again. This got lost somewhere on the way. | Mike Gabriel | 2011-12-31 | 1 | -0/+1 | |
| | ||||||
* | * Remove patches and put as executable scripts into /debian/bin/ | Mike Gabriel | 2011-12-31 | 1 | -2/+0 | |
| | | | | | | - 005_add-nxagent-wrapper.patch. - 008_add-nxproxy-wrapper.patch. - 011_add-nxauth-wrapper.patch. | |||||
* | Disable patch: 006_remove-configure-files.patch, remove configure files from ↵ | Mike Gabriel | 2011-12-29 | 1 | -0/+3 | |
| | | | | within /debian/rules. | |||||
* | Make sure upstream changelog file names are in lower case. | Mike Gabriel | 2011-12-29 | 1 | -0/+9 | |
| | ||||||
* | main Makefile does not need x-bits set | Mike Gabriel | 2011-11-20 | 1 | -1/+0 | |
| | ||||||
* | fix permission of nxproxy wrapper | Mike Gabriel | 2011-11-20 | 1 | -0/+1 | |
| | ||||||
* | Remove unknown option --with from dh_auto_clean. | Mike Gabriel | 2011-11-20 | 1 | -1/+1 | |
| | ||||||
* | Disable build of *-dbg packages. | Mike Gabriel | 2011-11-20 | 1 | -0/+9 | |
| | ||||||
* | chown has to be chmod... stupid error... | Mike Gabriel | 2011-11-19 | 1 | -2/+2 | |
| | ||||||
* | add chown a+x for nxagent wrapper script | Mike Gabriel | 2011-11-19 | 1 | -0/+1 | |
| | ||||||
* | Add main Makefile via patch: 001_add-main-makefile.patch. | Mike Gabriel | 2011-11-19 | 1 | -3/+9 | |
| | ||||||
* | add /debian folder | Mike Gabriel | 2011-11-19 | 1 | -0/+24 | |