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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: liblognorm
Priority: optional
Maintainer: Florian Ernst <florian@debian.org>
Build-Depends: debhelper-compat (= 13),
pkgconf,
libxml2-dev,
libestr-dev,
libfastjson-dev,
Build-Depends-Indep:
python3-sphinx
Standards-Version: 4.7.2
Section: libs
Homepage: https://www.liblognorm.com/
Vcs-Git: https://salsa.debian.org/debian/liblognorm.git
Vcs-Browser: https://salsa.debian.org/debian/liblognorm
Package: liblognorm-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liblognorm5 (= ${binary:Version}),
${misc:Depends},
libfastjson-dev,
libestr-dev
Recommends: liblognorm-doc (= ${source:Version}),
Description: log normalizing library - development files
Liblognorm is an event and log normalization library that is capable of
real-time processing. It provides the capability to normalize events to
a set of standard formats.
.
This package contains the development files.
Package: liblognorm-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Breaks: liblognorm-dev (<< 2.0.6-2)
Replaces: liblognorm-dev (<< 2.0.6-2)
Description: log normalizing library - developer documentation
Liblognorm is an event and log normalization library that is capable of
real-time processing. It provides the capability to normalize events to
a set of standard formats.
.
This package contains the development documentation.
Package: liblognorm5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: log normalizing library
Liblognorm is an event and log normalization library that is capable of
real-time processing. It provides the capability to normalize events to
a set of standard formats.
.
This package contains the shared library.
Package: liblognorm-utils
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: log normalizing utilities
Liblognorm is an event and log normalization library that is capable of
real-time processing. It provides the capability to normalize events to
a set of standard formats.
.
This package contains the lognormalizer tool.
|