Revert "Configure debian package directory"

This reverts commit 17abdefd20.
This commit is contained in:
Andrew Nelless 2017-05-09 11:21:51 +01:00
parent 17abdefd20
commit 9732e3f9bc
8 changed files with 6 additions and 9 deletions

View File

@ -406,15 +406,12 @@ endif()
#
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/deb ${CMAKE_BINARY_DIR}/debian)
install(FILES res/synergy.svg DESTINATION share/icons)
if("${VERSION_MAJOR}" STREQUAL "2")
install(FILES res/synergy2.desktop DESTINATION share/applications)
else()
install(FILES res/synergy.desktop DESTINATION share/applications)
endif()
install(FILES res/synergy.svg DESTINATION share/icons)
endif()
else()

5
debian/changelog vendored Normal file
View File

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

View File

View File

View File

View File

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