added suppression for python-script-but-no-python-dep
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Wed, 25 Nov 2015 20:38:33 +0000 (23:38 +0300)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Wed, 25 Nov 2015 20:38:44 +0000 (23:38 +0300)
cmake/OpenCVPackaging.cmake

index 1338476..f7fbcfa 100644 (file)
@@ -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()