summaryrefslogtreecommitdiffstats
path: root/Modules/Internal/CPack/CPackDeb.cmake
Commit message (Expand)AuthorAgeFilesLines
* CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missingAlex Neundorf2023-11-271-1/+1
* CPack: re-use paths of tools discovered by CMakeFindBinUtilsMatteo Martelli2022-09-061-15/+15
* CPack/DEB: deal with broken dpkg-shlibdeps on E2K architecturemakise-homura2021-10-151-0/+8
* Merge topic 'cpack-deb-lib-multiarch'Brad King2021-07-131-2/+4
|\
| * CPack/DEB: Add postinst/postrm ldconfig for multi-arch lib dirsAlex Turbov2021-07-121-2/+4
* | CPack/DEB: Avoid overriding user-provided `postinst` and `postrm`Alex Turbov2021-07-121-1/+1
|/
* CPackDeb: output the error message when no description can be madeBen Boeckel2021-06-071-1/+1
* CPackDeb: dpkg-shlibdeps now supports searching for private shared libsDeniz Bahadir2021-01-221-2/+15
* CPack/DEB: Do not crash when asked for debug symbols when there are noneAndrew Fuller2020-11-161-0/+4
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-2/+2
* CPack-deb: don't add a line with a dot to pkg descJonathan Verner2020-05-271-0/+10
* Merge topic 'cpack-deb-fix-description'Brad King2020-01-271-1/+2
|\
| * CPack: Fix regression in Deb descriptionKyle Edwards2020-01-241-1/+2
* | Merge topic 'fix-cpack-deb-description-file'Brad King2020-01-131-2/+9
|\ \ | |/
| * CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-101-2/+9
* | CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URLAlex Turbov2019-12-091-2/+2
|/
* CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE`Alex Turbov2019-09-211-16/+104
* Refactor: Use `list` commands instead of old-way string opsAlex Turbov2019-09-211-31/+20
* Style: Remove spaces after command call and `(`Alex Turbov2019-09-081-8/+8
* CPack: Fix SONAME regex in DEB generatorKyle Edwards2019-06-121-1/+1
* CPack/Deb: Remove paxr as a supported tar format for a .debGuillem Jover2018-11-281-3/+6
* CPack/Deb: Add ability to split out debug symbols into .ddeb packageAndrew Fuller2018-09-211-4/+96
* CPack/Deb: Use CMAKE_COMMAND to set the environmentAndrew Fuller2018-09-181-3/+3
* IN_LIST: Ensure policy allows if(IN_LIST) if used by a moduleCraig Scott2018-09-121-0/+5
* CPack: Move internal implementation modules into Internal/CPack directoryKyle Edwards2018-06-211-0/+581