Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit c59f800

Browse files
author
Alex Kovacs
committed
gpstk/BuildSetup.cmake extended description
Signed-off-by: Alex Kovacs <akovacs@.arlut.utexas.edu> Change : set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "Libraries and applications for the GNSS processing GPSTk toolkit. \n This package provides users with the Libraries and applications \n for the GNSS processing GPSTk toolkit.") Made to remove lintian extended-description-is-empty error.
1 parent 094f03f commit c59f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildSetup.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ elseif( ${CMAKE_SYSTEM_NAME} MATCHES "Windows" )
166166
set( CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE.md")
167167
endif()
168168

169-
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "Libraries and applications for GPSTk. A GNSS processing toolkit.")
169+
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "Libraries and applications for the GNSS processing GPSTk toolkit. \n This package provides users with the Libraries and applications \n for the GNSS processing GPSTk toolkit.")
170170
set( CPACK_PACKAGE_VENDOR "ARL:UT SGL" )
171171
set( CPACK_PACKAGE_CONTACT "Bryan Parsons" )
172172
set( CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md" )

0 commit comments

Comments
 (0)