| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CPackDeb: dpkg-shlibdeps shall consider dependency components, too | Deniz Bahadir | 2024-05-30 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | When using `dpkg-shlibdeps` to automatically determine package dependencies it considers the RUNPATH/RPATH of executables in order to find all required shared libraries of such executables. If the RUNPATH/RPATH contains a verbatim `$ORIGIN` (respective `${ORIGIN}`), it will now be substituted by the packaging-paths of other components that are marked as dependency and those paths will then be used as additional search directories for `dpkg-shlibdeps`. Associated tests were added as well. Fixes: #21838 | ||||
| * | CPackDeb: dpkg-shlibdeps now supports searching for private shared libs | Deniz Bahadir | 2021-01-22 | 1 | -1/+14 |
| | | | | | | | | | | 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. | ||||
| * | CPackDeb: Add basic package tests | Raffi Enficiaud | 2015-04-23 | 1 | -0/+6 |
| Tests of generated component based deb packages with lintian and dpkg. Also includes basic file name check. | |||||
