aboutsummaryrefslogtreecommitdiff
path: root/debian/libnx-xdamage1.docs
Commit message (Collapse)AuthorAgeFilesLines
* Provide wrapper scripts for launch NX components in $(src)/bin/.Mike Gabriel2015-02-141-1/+0
| | | | | | | | | | | | | | | The installation process copies NX wrapper scripts into $(srcbase)/bin/ before build time. Those wrapper scripts are now in place natively and need not to be copied prior to building NX. Packaging scripts with adaptation: debian/roll-tarballs.sh debian/rules debian/*.docs nx-libs.spec
* Fully rework the way nx-libs gets packaged for Debian/Ubuntu.Mike Gabriel2015-01-281-0/+1
* 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.