summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
|
* CPackDeb: dpkg-shlibdeps now supports searching for private shared libsDeniz Bahadir2021-01-221-2/+11
| | | | | | | | | 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.
* Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+1
| | | | Co-Authored-by: vector-of-bool <vectorofbool@gmail.com>
* CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE`Alex Turbov2019-09-211-0/+25
| | | | Also, handle per-component description nicely.
* CPackComponentsDEB test: simplify if() argumentsRolf Eike Beer2019-07-051-3/+3
|
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-271-1/+1
| | | | | | | Automate with: find Tests -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
* CPackDeb: ctest tests for compression scheme leakRaffi Enficiaud2015-11-031-1/+5
| | | | | | Test that changing compression of debian package content does not affect DEBIAN/ files which must be gzipped
* CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-3/+9
| | | | | | - Direct call to cmSystemTools::ComputeFileMD5 - Avoiding hashing symlinks - Tests
* CPack/DEB per component dependenciesRaffi Enficiaud2015-05-081-0/+1
| | | | Dependencies may now be set per component
* CPackDeb: Add basic package testsRaffi Enficiaud2015-04-231-0/+192
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check.