From 8cb955837e8d691fe2cc6b893489646bf9622fd4 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Sat, 10 Aug 2019 01:44:28 +0200 Subject: [PATCH] Refine package descriptions --- debian/control | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index c4a1ef6..31cb41d 100644 --- a/debian/control +++ b/debian/control @@ -13,14 +13,14 @@ Architecture: amd64 Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: Lightweight and fast C++ Logging Library - Logging to stdout, file, and/or custom sinks. Configurable verbosity - and severity levels. Thread-safe ostream logging via LOG(severity) macro. + * Log to stdout, file, and/or custom sinks. + * Configurable verbosity and severity levels. + * Thread-safe ostream logging via convenient LOG(severity) macro. Package: fairlogger-dev Architecture: amd64 Multi-Arch: same Section: libdevel Depends: fairlogger1, libboost1.65-dev, ${shlibs:Depends}, ${misc:Depends} -Description: Lightweight and fast C++ Logging Library - Logging to stdout, file, and/or custom sinks. Configurable verbosity - and severity levels. Thread-safe ostream logging via LOG(severity) macro. +Description: FairLogger development files + This package provides the development header files and the CMake package.