cmake-init
cmake-init copied to clipboard
Adapt to Debian deployment best-practices
During the process of providing glbinding with Debian, the project had to adapt to several rules and best-practices. Some or even all of them should be integrated into cmake-init:
- [ ] manpages for installed executables (https://github.com/cginternals/glbinding/issues/204)
- [x] versioned libraries objects (https://github.com/cginternals/glbinding/issues/200)
- [ ] dependency to pthread for tests (https://github.com/cginternals/glbinding/issues/203)
- [ ] Multi-arch support (https://github.com/cginternals/glbinding/pull/206)
Hi! I recently started working on the glbinding Debian package, and I'd be glad to help with Debian and general CMake best practices. If you have any particular suggestion I'd be happy to hear them; otherwise, I'll start sending patches soon :)