mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 16:46:46 +00:00
27 lines
940 B
Plaintext
27 lines
940 B
Plaintext
Source: fairlogger
|
|
Priority: optional
|
|
Maintainer: Dennis Klein <d.klein@gsi.de>
|
|
Build-Depends: debhelper (>= 10), cmake (>= 3.9.4), libboost1.67-dev
|
|
Standards-Version: 4.1.2
|
|
Section: libs
|
|
Homepage: https://github.com/FairRootGroup/FairLogger
|
|
Vcs-Git: https://github.com/FairRootGroup/FairLogger
|
|
Vcs-Browser: https://github.com/FairRootGroup/FairLogger
|
|
|
|
Package: fairlogger1
|
|
Architecture: amd64
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Lightweight and fast C++ Logging Library
|
|
* 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.67-dev, ${shlibs:Depends}, ${misc:Depends}
|
|
Description: FairLogger development files
|
|
This package provides the development header files and the CMake package.
|