Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1804 from sathieu/packaging
Browse files Browse the repository at this point in the history
Move debian directory out of root directory
  • Loading branch information
rafrombrc committed Dec 2, 2015
2 parents c7906e5 + 10fc5f2 commit 90eea62
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ if (UNIX AND DPKG_EXECUTABLE)
DEPENDS hekad
COMMENT "Custom deb target")

add_subdirectory(debian)
add_subdirectory(packaging/debian)
endif()

# MOVING INCLUSION OF CPACK DOWN HERE SO IT ACTUALLY GETS THE VARIABLES WE SET
Expand Down
2 changes: 1 addition & 1 deletion cmake/CMakeDebHelperInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()
# Copy all generated files where the packing will happen,
# exclude the DEBIAN-directory.
file( COPY
"${CPACK_OUTPUT_FILE_PREFIX}/debian/${CPACK_DEBIAN_PACKAGE_NAME}/"
"${CPACK_OUTPUT_FILE_PREFIX}/packaging/debian/${CPACK_DEBIAN_PACKAGE_NAME}/"
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}"
PATTERN DEBIAN EXCLUDE
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 90eea62

Please sign in to comment.