Configure debian package directory

This commit is contained in:
Andrew Nelless 2017-05-09 11:12:20 +01:00
parent f38d86aeb0
commit 17abdefd20
8 changed files with 9 additions and 6 deletions

View File

@ -406,12 +406,15 @@ endif()
# #
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/rpm ${CMAKE_BINARY_DIR}/rpm) configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/rpm ${CMAKE_BINARY_DIR}/rpm)
install(FILES res/synergy.svg DESTINATION share/icons) configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/deb ${CMAKE_BINARY_DIR}/debian)
if("${VERSION_MAJOR}" STREQUAL "2") if("${VERSION_MAJOR}" STREQUAL "2")
install(FILES res/synergy2.desktop DESTINATION share/applications) install(FILES res/synergy2.desktop DESTINATION share/applications)
else() else()
install(FILES res/synergy.desktop DESTINATION share/applications) install(FILES res/synergy.desktop DESTINATION share/applications)
endif() endif()
install(FILES res/synergy.svg DESTINATION share/icons)
endif() endif()
else() else()

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
synergy (1.9.0~beta1) UNRELEASED; urgency=medium
* Initial release.
-- Symless Ltd <engineering@symless.com> Thu, 27 Apr 2017 13:50:32 +0000

5
dist/deb/changelog.in vendored Normal file
View File

@ -0,0 +1,5 @@
synergy (@SYNERGY_VERSION@~@SYNERGY_VERSION_STAGE@) unstable; urgency=medium
* Initial release.
-- Symless Ltd <engineering@symless.com> @SYNERGY_RELEASE_DATE@

View File

View File

View File