From 769d87b400a246a1498211471327f650b1fa798f Mon Sep 17 00:00:00 2001 From: Artyom Anokhov Date: Fri, 28 Oct 2022 14:38:16 +0200 Subject: [PATCH] debian.cmake: Suppress openvino_latest ubu18 description-starts-with-package-name error (#13714) --- cmake/packaging/debian.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/packaging/debian.cmake b/cmake/packaging/debian.cmake index 45cbfbfa8ac..5ad76b61214 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -360,6 +360,9 @@ macro(ov_cpack_settings) ov_debian_add_latest_component(libraries_dev) ov_debian_add_latest_component(openvino) + ov_debian_add_lintian_suppression(openvino_latest + # reproduced only on ubu18 + "description-starts-with-package-name") # users can manually install specific version of package # e.g. sudo apt-get install openvino=2022.1.0