diff --git a/debian/control b/debian/control index 961f518..c4a1ef6 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Package: fairlogger-dev Architecture: amd64 Multi-Arch: same Section: libdevel -Depends: fairlogger, libboost1.65-dev, ${shlibs:Depends}, ${misc:Depends} +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.