Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
a57b03c3
Commit
a57b03c3
authored
Jan 21, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5993 from asmorkalov:linitian_signed_packages
parents
85c7190e
5a5378b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
OpenCVPackaging.cmake
cmake/OpenCVPackaging.cmake
+7
-1
No files found.
cmake/OpenCVPackaging.cmake
View file @
a57b03c3
...
...
@@ -289,6 +289,13 @@ else()
set
(
TESTS_LINTIAN_OVERRIDES
"empty-binary-package"
)
# there is no tests
endif
()
set
(
ALL_COMPONENTS
"libs"
"dev"
"docs"
"python"
"java"
"samples"
"tests"
)
foreach
(
comp
${
ALL_COMPONENTS
}
)
string
(
TOUPPER
${
comp
}
comp_upcase
)
list
(
APPEND
${
comp_upcase
}
_LINTIAN_OVERRIDES
"misplaced-extra-member-in-deb"
)
# for signed packages
endforeach
()
if
(
CPACK_GENERATOR STREQUAL
"DEB"
)
find_program
(
GZIP_TOOL NAMES
"gzip"
PATHS
"/bin"
"/usr/bin"
"/usr/local/bin"
)
if
(
NOT GZIP_TOOL
)
...
...
@@ -300,7 +307,6 @@ 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"
"tests"
)
foreach
(
comp
${
ALL_COMPONENTS
}
)
string
(
TOUPPER
"
${
comp
}
"
comp_upcase
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment