summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/mylibapp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CPackDeb: dpkg-shlibdeps now supports searching for private shared libsDeniz Bahadir2021-01-221-1/+14
| | | | | | | | | The new CPack variable `CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS` can be set to a list of directories. If `CPACK_DEBIAN_PACKAGE_SHLIBDEPS` or `CPACK_DEBIAN_<component>_PACKAGE_SHLIBDEPS` are set to `ON` these directories will be searched by `dpkg-shlibdeps` in order to find private shared library dependencies of the libraries/executables that shall be packed.
* CPackDeb: Add basic package testsRaffi Enficiaud2015-04-231-0/+6
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check.