Comment 1 for bug 408404

Revision history for this message
Doug Barbieri (doug) wrote : Re: package SLiteChat

Using CMake/CPack it will already generate a Debian package. See CPACK_DEBIAN_PACKAGE_DEPENDS in the CMakeLists.txt to adjust/add dependencies under the GUI subdir.

Example:

set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.9), libstdc++6 (>= 4.3.3), libidn11 (>= 1.10-3), libx11-6 (>= 2:1.1.99.2), libxext6 (>= 2:1.0.99.1), libqtgui4 (>= 4.5.0-0)")