CPack: Fix SONAME regex in DEB generator
The DEB generator was written to parse output from GNU readelf. However, LLVM's readelf has a slightly different output format, without parentheses around the word "SONAME". Update the regex to account for this difference.
Fixes: #19362 (closed)