From 130d4b1bdfbd55491b97fd494f72d9b017bf57c8 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Wed, 25 Nov 2015 23:38:33 +0300 Subject: [PATCH] added suppression for python-script-but-no-python-dep --- cmake/OpenCVPackaging.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/OpenCVPackaging.cmake b/cmake/OpenCVPackaging.cmake index 1338476..f7fbcfa 100644 --- a/cmake/OpenCVPackaging.cmake +++ b/cmake/OpenCVPackaging.cmake @@ -252,7 +252,8 @@ endif() if(INSTALL_TESTS) set(TESTS_LINTIAN_OVERRIDES "arch-dependent-file-in-usr-share" # usr/share/OpenCV/bin/opencv_test_ml - "binary-or-shlib-defines-rpath") # usr/share/OpenCV/bin/opencv_test_ml + "binary-or-shlib-defines-rpath" # usr/share/OpenCV/bin/opencv_test_ml + "python-script-but-no-python-dep") # usr/share/OpenCV/bin/calchist.py else() set(TESTS_LINTIAN_OVERRIDES "empty-binary-package") # there is no tests endif() -- 2.7.4