Added Debian changelog to -tests package.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Wed, 4 Feb 2015 13:52:39 +0000 (16:52 +0300)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Wed, 4 Feb 2015 13:52:39 +0000 (16:52 +0300)
cmake/OpenCVPackaging.cmake

index ba583db..e937a79 100644 (file)
@@ -146,7 +146,7 @@ if(CPACK_GENERATOR STREQUAL "DEB")
                   OUTPUT_STRIP_TRAILING_WHITESPACE)
 
   set(CHANGELOG_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION}")
-  set(ALL_COMPONENTS "libs" "dev" "docs" "python" "java" "samples")
+  set(ALL_COMPONENTS "libs" "dev" "docs" "python" "java" "samples" "tests")
   foreach (comp ${ALL_COMPONENTS})
     set(DEBIAN_CHANGELOG_OUT_FILE    "${CMAKE_BINARY_DIR}/deb-packages-gen/${comp}/changelog.Debian")
     set(DEBIAN_CHANGELOG_OUT_FILE_GZ "${CMAKE_BINARY_DIR}/deb-packages-gen/${comp}/changelog.Debian.gz")