File: control

package info (click to toggle)
vanessa-logger 0.0.10-3.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,468 kB
  • sloc: sh: 10,181; ansic: 1,045; perl: 132; makefile: 106
file content (37 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (2)
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
Source: vanessa-logger
Build-Depends: debhelper (>=7.0.0), dh-autoreconf, libltdl-dev
Section: libs
Priority: optional
Maintainer: Simon Horman <horms@debian.org>
Standards-Version: 3.9.5
Homepage: http://horms.net/projects/vanessa/

Package: libvanessa-logger0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic Logging Library
 Generic logging layer that may be used to log to one or more of syslog, an
 open file handle or a file name. Though due to limitations in the
 implementation of syslog opening multiple syslog loggers doesn't makes
 sense. Includes the ability to limit which messages will be logged based on
 priorities.

Package: libvanessa-logger-dev
Architecture: any
Section: libdevel
Depends: libvanessa-logger0 (= ${binary:Version}), ${misc:Depends}
Replaces: libvanessa-logger0 (<< 0.0.8-1)
Description: Headers and static libraries for libvanessa-logger
 Headers and static libraries required to develop against vanessa-logger.
 Vanessa logger is a generic logging layer that may be used to log to
 one or more of syslog, an open file handle or filename.

Package: libvanessa-logger-sample
Architecture: any
Section: devel
Depends: libvanessa-logger0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: libvanessa-logger-dev (= ${binary:Version})
Description: Sample programme using libvanessa-logger
 Sample programme with source that demonstrates various features of
 vanessa-logger.