Source: yder
Section: devel
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11)
	, liborcania-dev
	, libjansson-dev
Standards-Version: 4.1.3
Homepage: https://github.com/babelouest/yder
Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/yder.git
Vcs-Git: https://anonscm.debian.org/git/debian-iot/yder.git

Package: libyder2.0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: logging library written in C
 Simple and easy to use logging library. You can log messages to the
 console, a file or syslog.
 .
 Yder is mono-thread, which mean that you can use only one instance
 of yder log at the same time in your program.

Package: libyder-dev
Architecture: any
Section: libdevel
Depends: libyder2.0 (= ${binary:Version})
        , ${misc:Depends}
	, liborcania-dev
        , libjansson-dev
Description: logging library written in C - development
 Simple and easy to use logging library. You can log messages to the
 console, a file or syslog.
 .
 Yder is mono-thread, which mean that you can use only one instance
 of yder log at the same time in your program.
 .
 This package contains the development files.
