If a compressed changelog exists from a previous build, reconfiguring
the project fails with
```
[rocm-core configure] CMake Error at utils.cmake:213 (message):
[rocm-core configure] Failed to compress: gzip:
[rocm-core configure] /home/ben/src/TheRock/build/base/rocm-core/build/DEBIAN/changelog.Debian.gz
[rocm-core configure] already exists; not overwritten
```
Add `-f` to force overwriting.
* Update License file in deb pkg to only have debian lintian specific copyright
* Enable Support for Debian Pkg Lintian Overrides
* Enhance Lintian Override config File Name for static,asan (rocm-core)
* Update Review Comments/UT Test Fixes for Lintian Overrides
[ROCm/rocm-core commit: f6617fd89f]
ROCM_LIBPATCH_VERSION will be set in ENV and should be using that for setting library patch version. Fixing the bug as the patch version was not taken from ENV
Change-Id: I020e48ce5169c17b916be99311623198da1cabf7
[ROCm/rocm-core commit: 58d9a05f95]
Correted version in header
for ROCm and so version.
Computed libpatchversion from
ROCm version.Corrected so
version during build
Signed-off-by: Ashutosh Mishra <ashutosh.mishra@amd.com>
Change-Id: I55ad6c69352369872a40529cd5b108cbd4cd4bb1
[ROCm/rocm-core commit: b89ee9ff8b]