Skip to content

Commit 649ee98

Browse files
committed
packaging: Add mising copyright file to DEB package specs
1 parent eba03c6 commit 649ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ENDIF()
111111
SET (DEB_ROOT ${CMAKE_SOURCE_DIR}/packaging/deb-in)
112112
FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/debian)
113113

114-
foreach(CF changelog control rules compat)
114+
foreach(CF changelog control rules compat copyright)
115115
set(src "${DEB_ROOT}/${CF}")
116116
set(dst "${CMAKE_BINARY_DIR}/debian/${CF}")
117117
# message(STATUS "Preparing: ${dst}")

0 commit comments

Comments
 (0)