Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g' | ||||
* | CPackDeb: Add basic package tests | Raffi Enficiaud | 2015-04-23 | 1 | -0/+3 |
Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check. |