aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/deb/control.template
blob: e4a17f95ea8e4b2b651e2c1fbadad8a7ad55a98b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: libembedlog
Section: devel
Priority: optional
Maintainer: Michał Łyszczek <michal.lyszczek@bofc.pl>
Build-Depends: debhelper (>=10), autotools-dev, dh-autoreconf
Standards-Version: 3.9.8
Vcs-Git: https://git.bofc.pl/embedlog
Vcs-browser: https://git.bofc.pl/embedlog
Homepage: https://embedlog.bofc.pl

Package: libembedlog@{ABI_VERSION}
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: embedlog is a highly portable c89 complaint logger (with
 additional features for users with c99 compilers and/or POSIX systems).
 This library is designed mainly for embedded devices, but can also be
 used in high level OSes like Linux.

Package: libembedlog-dev
Section: libdevel
Depends: libembedlog@{ABI_VERSION} (= ${binary:Version}), ${misc:Depends}
Architecture: any
Description: embedlog is a highly portable c89 complaint logger (with
 additional features for users with c99 compilers and/or POSIX systems).
 This library is designed mainly for embedded devices, but can also be
 used in high level OSes like Linux.