aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* debian/rules: Remove bundled libraries from source tree before building the ↵Mike Gabriel2013-12-071-0/+7
| | | | package.
* /debian/rules: clean etc/keystrokes.cfg symlinkMike Gabriel2013-05-071-1/+1
|
* fix broker symlinkMike Gabriel2013-05-071-1/+1
|
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for ↵Mike Gabriel2013-05-061-0/+2
| | | | x2goagent). (Fixes: #199).
* Fix FTBFS for .deb packages after including fix for #145.Mike Gabriel2013-03-281-1/+2
|
* Continue Reinhard's work on top-level install/uninstall. Esp. integrate ↵Mike Gabriel2013-01-021-3/+2
| | | | debian/post-nx-build.sh into main Makefile. Make value of CONFIGURE variable traversable through the Makefile tree.
* integrate install and uninstall rules into the top-level MakefileReinhard Tartler2012-12-161-4/+6
|
* integrate nx*/x2go* shell wrappers into debian/wrappersReinhard Tartler2012-12-161-0/+2
| | | | | 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
* simplify clean rule in debian/rulesReinhard Tartler2012-12-161-6/+2
|
* reenable parallel buildsReinhard Tartler2012-12-151-1/+1
|
* drop debian/patches/025_nxproxy_no-configure-file.full+lite.patchReinhard Tartler2012-12-121-0/+1
| | | | | instead, clean stale configure files programatically from the clean rule in debian/rules.
* drop debian/patches/001_add-main-makefile.full+lite.patchReinhard Tartler2012-12-121-0/+2
| | | | | Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit.
* integrate debian/pre-build-nx.sh into debian/rulesReinhard Tartler2012-12-121-1/+8
| | | | This change makes debian/rules a bit easier to read
* disable parallel buildsReinhard Tartler2012-12-121-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 Tartler2012-12-091-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 Gabriel2012-11-071-6/+0
|
* Add patches: 024_fix-make-clean.full.patch, ↵Mike Gabriel2012-10-201-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 Gabriel2012-02-201-1/+1
|
* Enable parallel build for Debian package.Mike Gabriel2012-02-141-1/+1
|
* Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the ↵Mike Gabriel2012-02-121-1/+1
| | | | libXinerama files.
* Call dh_clean again. This got lost somewhere on the way.Mike Gabriel2011-12-311-0/+1
|
* * Remove patches and put as executable scripts into /debian/bin/Mike Gabriel2011-12-311-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 Gabriel2011-12-291-0/+3
| | | | within /debian/rules.
* Make sure upstream changelog file names are in lower case.Mike Gabriel2011-12-291-0/+9
|
* main Makefile does not need x-bits setMike Gabriel2011-11-201-1/+0
|
* fix permission of nxproxy wrapperMike Gabriel2011-11-201-0/+1
|
* Remove unknown option --with from dh_auto_clean.Mike Gabriel2011-11-201-1/+1
|
* Disable build of *-dbg packages.Mike Gabriel2011-11-201-0/+9
|
* chown has to be chmod... stupid error...Mike Gabriel2011-11-191-2/+2
|
* add chown a+x for nxagent wrapper scriptMike Gabriel2011-11-191-0/+1
|
* Add main Makefile via patch: 001_add-main-makefile.patch.Mike Gabriel2011-11-191-3/+9
|
* add /debian folderMike Gabriel2011-11-191-0/+24