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
|
Source: eventlog
Section: libs
Priority: extra
Maintainer: SZALAY Attila <sasa@debian.org>
Build-depends: debhelper (>=5), automake, autoconf, libtool
Standards-Version: 3.9.2
Package: libevtlog0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Syslog event logger library
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.
.
EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.
.
This package is the runtime part of the library.
Package: libevtlog0-dbg
Architecture: any
Section: debug
Depends: libevtlog0 (= ${binary:Version}), ${misc:Depends}
Description: Syslog event logger library debug symbols
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.
.
EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.
.
This package contains the debug symbols.
Package: libevtlog-dev
Architecture: any
Section: libdevel
Depends: libevtlog0 (= ${binary:Version}), ${misc:Depends}
Description: Syslog event logger library development files
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.
.
EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.
.
This package contains the development files.
|