summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/RunCPackVerifyResult-components-lintian-dpkgdeb-checks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPackComponentsDEB test: simplify if() argumentsRolf Eike Beer2019-07-051-3/+3
|
* CPackComponentsDEB test: simplify package version generationRolf Eike Beer2019-07-051-1/+1
|
* Various typo fixesLuz Paz2018-01-031-1/+1
| | | | Some are user-facing. Others are source comments.
* CPack RPM and DEB: improved package version handlingDomen Vrankar2017-09-211-1/+1
| | | | | | | | | Adds support for epoch version to CPackRPM and CPackDeb packagers. Also adds better version checking to CPackDeb that complies with Debian rules. Fixes: #17057
* 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.