mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-16 06:44:57 +00:00
Adding changelog to the debian package
This commit is contained in:
parent
3c8e048612
commit
a099d6a5b3
@ -290,6 +290,11 @@ License: GPL-3+
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/copyright"
|
||||
DESTINATION "share/doc/${CPACK_PACKAGE_NAME}")
|
||||
|
||||
execute_process(COMMAND gzip -9 -c ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Packaging/changelog
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR} OUTPUT_FILE "${CMAKE_BINARY_DIR}/changelog.gz")
|
||||
|
||||
install(FILES "${CMAKE_BINARY_DIR}/changelog.gz" DESTINATION "share/doc/${CPACK_PACKAGE_NAME}")
|
||||
endif(CPACK_GENERATOR STREQUAL "DEB")
|
||||
|
||||
include(CPack)
|
||||
|
5
cmake/Packaging/changelog
Normal file
5
cmake/Packaging/changelog
Normal file
@ -0,0 +1,5 @@
|
||||
gnss-sdr (0.0.5) unstable; urgency=low
|
||||
|
||||
* First release that installs on the system and can generate packages.
|
||||
|
||||
-- Carles Fernandez-Prades <carles.fernandez@cttc.es> Fri, 14 Nov 2014 02:03:00 +0100
|
Loading…
Reference in New Issue
Block a user