Refine package descriptions

This commit is contained in:
Dennis Klein 2019-08-10 01:44:28 +02:00
parent ad55efc82b
commit 8cb955837e

10
debian/control vendored
View File

@ -13,14 +13,14 @@ Architecture: amd64
Multi-Arch: same Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lightweight and fast C++ Logging Library Description: Lightweight and fast C++ Logging Library
Logging to stdout, file, and/or custom sinks. Configurable verbosity * Log to stdout, file, and/or custom sinks.
and severity levels. Thread-safe ostream logging via LOG(severity) macro. * Configurable verbosity and severity levels.
* Thread-safe ostream logging via convenient LOG(severity) macro.
Package: fairlogger-dev Package: fairlogger-dev
Architecture: amd64 Architecture: amd64
Multi-Arch: same Multi-Arch: same
Section: libdevel Section: libdevel
Depends: fairlogger1, libboost1.65-dev, ${shlibs:Depends}, ${misc:Depends} Depends: fairlogger1, libboost1.65-dev, ${shlibs:Depends}, ${misc:Depends}
Description: Lightweight and fast C++ Logging Library Description: FairLogger development files
Logging to stdout, file, and/or custom sinks. Configurable verbosity This package provides the development header files and the CMake package.
and severity levels. Thread-safe ostream logging via LOG(severity) macro.