aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.0.17redist-server/3.5.0.17redist-client/3.5.0.17Mike Gabriel2013-01-041-2/+2
|
* let nx-x11-dbg depend on libnx-x11 and nxagentMike Gabriel2013-01-031-0/+2
|
* fix multiple binaries-have-file-conflicts lintian issueMike Gabriel2013-01-032-2/+2
|
* add misc:Depends to nx-x11-dbgMike Gabriel2013-01-021-0/+2
|
* fix multiple binaries-have-file-conflicts lintian issueMike Gabriel2013-01-021-3/+5
|
* Continue Reinhard's work on top-level install/uninstall. Esp. integrate ↵Mike Gabriel2013-01-029-42/+87
| | | | debian/post-nx-build.sh into main Makefile. Make value of CONFIGURE variable traversable through the Makefile tree.
* fix lintian: missing-separator-between-items in x2goagent depends field ↵Mike Gabriel2013-01-021-2/+2
| | | | between nxagent (>= ${source:Version}) and ${misc:Depends}
* integrate install and uninstall rules into the top-level MakefileReinhard Tartler2012-12-1610-21/+64
|
* integrate nx*/x2go* shell wrappers into debian/wrappersReinhard Tartler2012-12-1611-147/+137
| | | | | 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
* Use Fixes instead of Closes syntaxReinhard Tartler2012-12-161-1/+1
| | | | | The closes syntax is meant for Debian bugs. This avoids a lintian warning during package build.
* simplify clean rule in debian/rulesReinhard Tartler2012-12-161-6/+2
|
* add closure for #87Mike Gabriel2012-12-161-2/+3
|
* reenable parallel buildsReinhard Tartler2012-12-151-1/+1
|
* update 031_nx-X11_parallel-make.full.patch.Reinhard Tartler2012-12-152-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 commitsMike Gabriel2012-12-131-0/+14
|
* fix installation of libxcompextReinhard Tartler2012-12-131-1/+1
| | | | | | the symlink libXcompext.so.3 was not installed correctly. Spotted by Orion Poplawski orion@cora.nwra.com
* delete nxproxy/configureReinhard Tartler2012-12-121-5634/+0
| | | | it is automatically generated and clean during the package build
* drop debian/patches/025_nxproxy_no-configure-file.full+lite.patchReinhard Tartler2012-12-123-5638/+1
| | | | | instead, clean stale configure files programatically from the clean rule in debian/rules.
* add rewritten roll-tarballs.sh scriptReinhard Tartler2012-12-121-0/+142
|
* drop debian/patches/001_add-main-makefile.full+lite.patchReinhard Tartler2012-12-124-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/rulesReinhard Tartler2012-12-122-13/+8
| | | | This change makes debian/rules a bit easier to read
* Rely on shlibs files instead of hard coding library dependenciesReinhard Tartler2012-12-121-13/+8
| | | | | If stricter dependencies are really required, they should absolutely be specified in the shlibs file instead.
* 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
* remove unnecessary build-conflict on xbitmapsReinhard Tartler2012-12-121-1/+0
| | | | | The Debian xterm package depends on xbitmaps. This change allows compiling on a host that has xterm installed.
* make xfonts-base a recommendsReinhard Tartler2012-12-121-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 commitMike Gabriel2012-12-123-0/+65
|
* Add patches: 026_nxcomp*_honour-optflags.full*.patch. (Closes upstream issue ↵Orion Poplawski2012-12-122-0/+7
| | | | #84).
* changelog cleanupMike Gabriel2012-12-121-2/+2
|
* exchange X2Go by NXMike Gabriel2012-12-121-1/+1
|
* install debug symbols for all packages in a new binary package 'nx-x11-dbg'Reinhard Tartler2012-12-093-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 Wuerstlein2012-12-062-0/+44
| | | | FTBFS problem with the first version of that patch.
* changelog entry for having added libxml2-dev to build dependenciesMike Gabriel2012-12-041-0/+1
|
* control file: add some kommata at EOLs, fix dependency of x2goagent on nxagentMike Gabriel2012-12-041-14/+14
|
* Add pkg-config to build dependencies.Mike Gabriel2012-12-042-1/+3
|
* Add README.keystrokes to doc section of bin:package nxagent.Mike Gabriel2012-12-042-1/+5
|
* whitespace fixMike Gabriel2012-12-041-2/+1
|
* add bug closure for X2Go BTS issue #74Mike Gabriel2012-12-041-0/+1
|
* re-add renamed patch fileMike Gabriel2012-12-041-0/+989
|
* Add patch: 302_nxagent_configurable-keystrokes.full.patch, replaces the... ↵Mike Gabriel2012-12-044-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 Wuerstlein2012-12-044-0/+969
| | | | hardcoded nxagent keybindings by a configurable table of keybindings.
* Fix /bin/Makefile. Add $(DESTDIR) to every install path.Mike Gabriel2012-11-122-10/+13
|
* Continue development...Mike Gabriel2012-11-072-1/+7
|
* release 3.5.0.16redist-server/3.5.0.16redist-client/3.5.0.16Mike Gabriel2012-11-071-2/+2
|
* Bump Debian Standards to 3.9.3 (no changes needed). Update Home page and Vcs ↵Mike Gabriel2012-11-072-4/+5
| | | | information.
* Bump Debian Standards to 3.9.3 (no changes needed).Mike Gabriel2012-11-072-1/+2
|
* Dropping empty override rules for quilt patch from /debian/rules.Mike Gabriel2012-11-072-6/+1
|
* Modify patch: 001_add-main-makefile.full+lite.patch. Add uninstall routine.Mike Gabriel2012-10-202-2/+23
|
* Fix wrapper scripts: make sure all NX executables can be launched if NX gets ↵Mike Gabriel2012-10-206-17/+41
| | | | installed via the tarball installation method.
* Modify patch: 001_add-main-makefile.full+lite.patch. Install nx* and ↵Mike Gabriel2012-10-202-1/+22
| | | | x2goagent wrapper scripts during make install.
* Add patch: 025_nxproxy_no-configure-file.full+lite.patch. Remove unneeded ↵Mike Gabriel2012-10-203-0/+5640
| | | | build file from NoMachine's nxproxy sources.