Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xbitmaps cleanup: The <X11/bitmaps/*> headers are not required at build time ↵ | Mike Gabriel | 2015-04-23 | 1 | -5/+1 |
| | | | | for NX. | ||||
* | Makefile: clean-up auto-generated nxversion.def in clean rule (not in build ↵ | Mike Gabriel | 2015-03-05 | 1 | -3/+5 |
| | | | | rule). | ||||
* | Make nxagent process aware of its current NX'ish version. | Mike Gabriel | 2015-02-17 | 1 | -0/+19 |
| | | | | | | | | | | | This feature copies the way how X.Org version string and number are propagated at build time. First use case: if people start nxagent, it reports its version number on stderr. This is about being human-friendly. Second use case: None, so far. But it will now be easy to use the NXAGENT_VERSION_STRING in later feature add-ons. | ||||
* | Makefile.nx-libs: Fix uninstall-lite rule. The nxproxy and nxcomp ↵ | Mike Gabriel | 2015-02-16 | 1 | -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 Gabriel | 2015-02-16 | 1 | -5/+10 |
| | | | | nxproxy/Makefile.in. | ||||
* | Fix FTBFS due to the nxproxy executable already existing under ↵ | Mike DePaulo | 2015-02-16 | 1 | -2/+0 |
| | | | | | | | /usr/lib/nx/bin/nx Conflicts (resolved by Mike Gabriel): debian/changelog | ||||
* | Move Makefile (and auxiliary file replace.sh) into base folder. Adapt ↵ | Mike Gabriel | 2015-02-14 | 1 | -0/+184 |
packaging these scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec |