summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB
Commit message (Collapse)AuthorAgeFilesLines
* CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-183-4/+29
| | | | | | - Direct call to cmSystemTools::ComputeFileMD5 - Avoiding hashing symlinks - Tests
* CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-0/+19
|
* CPack/DEB per component dependenciesRaffi Enficiaud2015-05-085-0/+232
| | | | Dependencies may now be set per component
* CPack/DEB component dependency auto-discoveryRaffi Enficiaud2015-05-072-0/+99
| | | | Dependency auto-discovery can now be set per component
* CPackDEB component descriptionRaffi Enficiaud2015-04-294-0/+218
| | | | | Support for setting different description for each component.
* CPackDeb: Add basic package testsRaffi Enficiaud2015-04-238-0/+400
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check.