CPack/Deb: Add ability to split out debug symbols into .ddeb package

This commit is contained in:
Andrew Fuller
2018-09-18 10:57:27 -07:00
parent 42fbff45e4
commit d8a3939aef
10 changed files with 746 additions and 423 deletions
@@ -0,0 +1,6 @@
cpack-deb-dbgsym-ddeb
---------------------
* The :cpack_gen:`CPack Deb Generator` learned to split debug symbols into
a corresponding .ddeb package when ``CPACK_DEBIAN_DEBUGINFO_PACKAGE`` is
set.