Josef Angstenberger
9d00423620
Tests: Fix typos and spelling in comments
2021-05-07 17:00:13 +02:00
Deniz Bahadir
d586a4ad60
CPackDeb: dpkg-shlibdeps now supports searching for private shared libs
...
The new CPack variable `CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS`
can be set to a list of directories. If `CPACK_DEBIAN_PACKAGE_SHLIBDEPS`
or `CPACK_DEBIAN_<component>_PACKAGE_SHLIBDEPS` are set to `ON` these
directories will be searched by `dpkg-shlibdeps` in order to find
private shared library dependencies of the libraries/executables that
shall be packed.
2021-01-22 08:33:01 -05:00
Kyle Edwards
5a8a9f7229
Ninja: Add multi-config variant
...
Co-Authored-by: vector-of-bool <vectorofbool@gmail.com >
2019-12-13 10:51:46 -05:00
Alex Turbov
33c7ea513d
CPackDeb: Use CPACK_PACKAGE_DESCRIPTION_FILE
...
Also, handle per-component description nicely.
2019-09-22 00:31:24 +02:00
Rolf Eike Beer
3d11c63c9c
CPackComponentsDEB test: simplify if() arguments
2019-07-05 16:24:58 +02:00
Daniel Pfeifer
7a649111cd
Use string(APPEND) in Tests
...
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'
2016-07-28 00:43:04 +02:00
Raffi Enficiaud
341cd93489
CPackDeb: ctest tests for compression scheme leak
...
Test that changing compression of debian package
content does not affect DEBIAN/ files which must
be gzipped
2015-11-03 18:18:35 +01:00
Raffi Enficiaud
7c7874c86e
CPackDeb: preventing md5sum on symlinks
...
- Direct call to cmSystemTools::ComputeFileMD5
- Avoiding hashing symlinks
- Tests
2015-09-18 22:20:42 +02:00
Raffi Enficiaud
e3f522f6e4
CPack/DEB per component dependencies
...
Dependencies may now be set per component
2015-05-08 23:36:26 +02:00
Raffi Enficiaud
75b0e1679c
CPackDeb: Add basic package tests
...
Tests of generated component based deb packages with lintian and dpkg.
Also includes basic file name check.
2015-04-23 09:03:10 -04:00