Skip to content

Commit 55e8291

Browse files
author
Daniel Fundarek
committed
docs: enhance package description for cppzmq Debian package
1 parent 6ef4be6 commit 55e8291

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ include(InstallRequiredSystemLibraries)
109109
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
110110
set(CPACK_GENERATOR "DEB")
111111
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Daniel Fundarek")
112-
set(CPACK_PACKAGE_DESCRIPTION "cppzmq is a C++ binding for libzmq.")
112+
set(CPACK_PACKAGE_DESCRIPTION
113+
"cppzmq project provides a C++ binding for the libzmq library.
114+
Installation of cppzmq debian package also installs libzmq3-dev as dependency.")
113115
set(CPACK_PACKAGE_CONTACT "daniel.fundarek@airvolute.com")
114116
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
115117
set(CPACK_DEBIAN_PACKAGE_DEPENDS

0 commit comments

Comments
 (0)