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
|
Source: libservicelog
Section: libs
Priority: optional
Maintainer: Frédéric Bonnard <frediz@debian.org>
Build-Depends: debhelper-compat (= 13), libsqlite3-dev, librtasevent-dev, librtas-dev
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/power-ras/libservicelog
Vcs-Git: https://salsa.debian.org/debian/libservicelog.git
Vcs-Browser: https://salsa.debian.org/debian/libservicelog
Package: libservicelog-1.1-1
Architecture: powerpc ppc64 ppc64el
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to create and maintain a database for storing events
The libservicelog package contains a library to create and maintain a
database for storing events related to system service. This database
allows for the logging of serviceable and informational events, and for
the logging of service procedures that have been performed upon the system.
Package: libservicelog-dev
Section: libdevel
Architecture: powerpc ppc64 ppc64el
Multi-Arch: same
Depends: libservicelog-1.1-1 (= ${binary:Version}), libsqlite3-dev, ${shlibs:Depends}, ${misc:Depends}
Description: libservicelog development files
The libservicelog package contains a library to create and maintain a
database for storing events related to system service. This database
allows for the logging of serviceable and informational events, and for
the logging of service procedures that have been performed upon the system.
.
This package provides development headers.
|