summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CPackComponentsDEB test: simplify package version generationRolf Eike Beer2019-07-051-6/+2
|
* CPack/Deb possibility to change package nameDomen Vrankar2016-05-231-0/+2
| | | | | | | | This patch preserves backward compatibility of deb package names with previous CMake versions but similarly to CPack/RPM allows to change package name format and supports DEB-DEFAULT setting that produces proper Debian package names.
* CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-281-2/+1
|
* Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-1/+2
| | | | | | | | | The changes in commit 47b060ae (CPackDeb: allow empty directories in component packages, 2015-09-21), commit b58de9fe (CPack: allow packaging of empty directories, 2015-09-21), and commit b761e90d (CPack: remove accidental changes, 2015-09-22) regressed packaging of CMake itself. Revert the changes until they can be revised and rebased on other changes that make additional fixes.
* CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-211-2/+1
|
* CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-0/+19
| | | | | | - Direct call to cmSystemTools::ComputeFileMD5 - Avoiding hashing symlinks - Tests
* CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-0/+19
|
* CPackDeb: Add basic package testsRaffi Enficiaud2015-04-231-0/+98
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check.