From 716fe0358cbc9149be4574f67af9f59b746952f2 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Martinho Date: Tue, 14 Apr 2020 11:36:39 +0200 Subject: [PATCH] fix: debian package blank line in value of field Description --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd43808..c35713f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,10 +226,8 @@ set(CPACK_PACKAGE_RELEASE 1) # create 2 components, libmbus, libmbus-dev set(CPACK_COMPONENTS_ALL lib dev) -set(CPACK_COMPONENT_LIB_DESCRIPTION - "FreeSCADA M-Bus Library. - A free and open-source library for M-Bus (Meter Bus) from the rSCADA project. - ") +set(CPACK_COMPONENT_LIB_DESCRIPTION "FreeSCADA M-Bus Library. + A free and open-source library for M-Bus (Meter Bus) from the rSCADA project.") set(CPACK_DEBIAN_LIB_PACKAGE_SECTION libs) set(CPACK_COMPONENT_DEVEL_DESCRIPTION