From 6bc1ea966fd9ea43017add68e1a4116b74ef7ceb Mon Sep 17 00:00:00 2001 From: jonatluu Date: Wed, 27 Aug 2025 13:53:54 -0400 Subject: [PATCH] fix lintian warning (#696) * fix lintian warning * fix lintian warning --- .../grafana/plugins/rocprofiler-compute_plugin/.gitignore | 7 ------- projects/rocr-runtime/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 projects/rocprofiler-compute/grafana/plugins/rocprofiler-compute_plugin/.gitignore diff --git a/projects/rocprofiler-compute/grafana/plugins/rocprofiler-compute_plugin/.gitignore b/projects/rocprofiler-compute/grafana/plugins/rocprofiler-compute_plugin/.gitignore deleted file mode 100644 index c5c75fd269..0000000000 --- a/projects/rocprofiler-compute/grafana/plugins/rocprofiler-compute_plugin/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# Dependency directories -node_modules/ -jspm_packages/ - -# Nuxt.js build / generate output -.nuxt -dist diff --git a/projects/rocr-runtime/CMakeLists.txt b/projects/rocr-runtime/CMakeLists.txt index d375db8b8c..e65688e33a 100644 --- a/projects/rocr-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/CMakeLists.txt @@ -177,7 +177,7 @@ set(CPACK_RPM_COMPONENT_INSTALL ON) set(CPACK_PACKAGE_VENDOR "Advanced Micro Devices, Inc.") set(CPACK_PACKAGE_VERSION ${PACKAGE_VERSION_STRING}) set(CPACK_PACKAGE_CONTACT "AMD HSA Support ") -set(CPACK_COMPONENT_DESCRIPTION "AMD Heterogeneous System Architecture HSA - Linux HSA Runtime for Boltzmann (ROCm) platforms\nIncludes HSAKMT, the user-mode API interfaces used to interact with the ROCk driver.\n Contains the headers, pkgonfig and\n cmake files for ROCT.") +set(CPACK_COMPONENT_DESCRIPTION "Includes HSAKMT, the ROCk driver, headers, pkgonfig and cmake files for ROCT.") set(CPACK_COMPONENT_BINARY_DESCRIPTION "AMD Heterogeneous System Architecture HSA - Linux HSA Runtime for Boltzmann (ROCm) platforms") set(CPACK_COMPONENT_DEV_DESCRIPTION "AMD Heterogeneous System Architecture HSA development package.\n This package contains the headers and cmake files for the rocr-runtime package.") set(CPACK_COMPONENT_ASAN_DESCRIPTION "AMD Heterogeneous System Architecture HSA - Linux HSA instrumented libraries for Boltzmann (ROCm) platforms")