aboutsummaryrefslogtreecommitdiff
path: root/debian/Makefile.nx-libs
Commit message (Collapse)AuthorAgeFilesLines
* debian/libnx-xinerama1.*: move Xinerama dir back to nx-x11-common. Only ↵Mihai Moldovan2015-04-301-1/+1
| | | | delete known files. Fixes RPM build failures.
* libnx-xinerama1: also create libXinerama symlink in ↵Mihai Moldovan2015-04-291-5/+6
| | | | | | | | | | | | | | | | | | | | | libnx-xinerama1.postinst.postinst (and remove in libnx-xinerama1.postinst.prerm.) Due to the nx-x11-common package being a noarch/allarch package, creating the symlink in nx-libs' Makefile will lead to the symlink referencing the "default" architecture dpkg uses for building noarch/allarch packages. Incidentally, this worked fine for Debian, as amd64 seems to be the default architecture. On Ubuntu, however, the default architecture up to Vivid (15.04) was i386. For those builds, the symlink pointed to the 32 bit library of libNX_Xinerama.so.1 -- essentially breaking this feature. Move the symlink creation to the arch-sensitive libnx-xinerama1 package. The postinst and prerm scriptlets will work fine, unless someone installs the i386 package version *after* the amd64 version. Given that we already create symlinks to libNX_X11 and friends using that method, no new regression is introduced. Strictly speaking that's a bug, but we'll hopefully clean that up later...
* Makefile.nx-libs: Fix uninstall-lite rule. The nxproxy and nxcomp ↵Mike Gabriel2015-02-161-5/+9
| | | | uninstallation has to be in uninstall-lite, not in uninstall-full.
* Make install-lite rule in Makefile.nx-libs more predictable and not rely on ↵Mike Gabriel2015-02-161-5/+10
| | | | nxproxy/Makefile.in.
* Fix FTBFS due to the nxproxy executable already existing under ↵Mike DePaulo2015-02-141-2/+0
| | | | /usr/lib/nx/bin/nx
* Makefile.nx-libs: Run make install for nxproxy first, then create the ↵Mike Gabriel2015-02-121-2/+4
| | | | wrapper script.
* Makefile.nx-libs: fix faulty path to nxproxy.1 man pageMike Gabriel2015-01-291-1/+1
|
* Makefile.nx-libs: Install man pages via main Makefile.Mike Gabriel2015-01-291-0/+12
|
* Makefile.nx-libs: Don't allow symlinks to point into buildroot.Mike Gabriel2015-01-281-3/+3
|
* Base Debian packaging 100% on Makefile install.Mike Gabriel2015-01-281-3/+11
|
* Fully rework the way nx-libs gets packaged for Debian/Ubuntu.Mike Gabriel2015-01-281-15/+18
| | | | | | | | | | | | * Debian/Ubuntu packaging: + Fully rework the way nx-libs gets packaged for Debian/Ubuntu. + Split up libnx-x11 into individual packages. + Provide dbg:packages for each bin:package containing binaries. + Use Makefile logic to install files into DESTDIR. + Provide dev:packages for each lib:package individually. + Provide nx-x11proto-*-dev packages for all libnx-* libraries. + Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so no extra settings of LD_LIBRARY_PATH is necessary.
* Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore.Mike Gabriel2015-01-221-11/+0
|
* attempt to correct symlink creation for Xinerama supportMike Gabriel2013-12-171-1/+0
|
* Enable Xinerama support for RPM packages. (Fixes: #370).Mike Gabriel2013-12-171-0/+9
|
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.Mike Gabriel2013-05-071-1/+1
|
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for ↵Mike Gabriel2013-05-061-0/+7
| | | | x2goagent). (Fixes: #199).
* Fix faulty symlink path. Make sure that x2goagent symlink does not point to ↵Mike Gabriel2013-03-281-1/+1
| | | | absolute path somewhere within the build environment.
* Main Makefile: Use absolute symlink when linking from $(X2GOLIBDIR) into ↵Mike Gabriel2013-03-221-1/+1
| | | | $(NXLIBDIR) (i.e. linking x2goagent -> nxagent). (Fixes: #143).
* Work-in patch from Jan Engehardt for working around different improper bash ↵Mike Gabriel2013-03-221-6/+6
| | | | implementations of string-in-string replacing. (Fixes: #145).
* Fix wrong symlink direction of libNX_* files. (Fixes: #107).Orion Poplawski2013-02-121-9/+5
|
* Remove duplicate install of nxproxy from main Makefile. Spotted by Jan ↵Mike Gabriel2013-01-071-2/+0
| | | | Engelhard.
* Continue Reinhard's work on top-level install/uninstall. Esp. integrate ↵Mike Gabriel2013-01-021-5/+76
| | | | 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-2/+41
|
* drop debian/patches/001_add-main-makefile.full+lite.patchReinhard Tartler2012-12-121-0/+51
Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit.