cmake-init icon indicating copy to clipboard operation
cmake-init copied to clipboard

Adapt to Debian deployment best-practices

Open scheibel opened this issue 8 years ago • 1 comments

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)

scheibel avatar Aug 29 '16 13:08 scheibel

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 :)

Tachi107 avatar Oct 05 '22 19:10 Tachi107