summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/RunCPackVerifyResult-components-lintian-dpkgdeb-checks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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'
* CPack/Deb test changes due to breaking changesDomen Vrankar2016-05-131-1/+1
| | | | | | New CPack/Deb tests and changes to old tests as package file names and inter component dependency detection was changed.
* CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-1/+1
| | | | | | - Direct call to cmSystemTools::ComputeFileMD5 - Avoiding hashing symlinks - Tests
* CPackDeb: Add basic package testsRaffi Enficiaud2015-04-231-0/+78
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check.