From 517a171a6ca4d64da0c54e793170b16aac258f1f Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 19 Jun 2020 15:35:42 -0700 Subject: [PATCH] dont split debian description over multiple lines --- packaging/debian.cmake | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packaging/debian.cmake b/packaging/debian.cmake index 9ebd37d85..9e8dc4a6d 100644 --- a/packaging/debian.cmake +++ b/packaging/debian.cmake @@ -1,9 +1,5 @@ set(CPACK_PACKAGE_VENDOR "ZeroTier, Inc.") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ZeroTier network virtualization service -ZeroTier One lets you join ZeroTier virtual networks and -have them appear as tun/tap ports on your system. See -https://www.zerotier.com/ for instructions and -documentation.") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ZeroTier network virtualization service ZeroTier One lets you join ZeroTier virtual networks and have them appear as tun/tap ports on your system. See https://www.zerotier.com/ for instructions and documentation.") set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR}) set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})