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
|
Source: libalog
Section: libs
Priority: optional
Maintainer: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Uploaders: Reto Buerki <reet@codelabs.ch>
Build-Depends: debhelper (>= 9), gnat, gnat-4.9, gprbuild, libahven4-dev,
asciidoc, source-highlight, quilt
Standards-Version: 3.9.6
Homepage: http://www.codelabs.ch/alog/
Vcs-Git: http://git.codelabs.ch/git/alog.git
Vcs-Browser: http://git.codelabs.ch/?p=alog.git
XS-Testsuite: autopkgtest
Package: libalog0.5.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Logging framework for Ada
Alog is a logging framework for Ada and aims to be straight forward to use and
easily extendable. Alog provides file-based and syslog logging facilities and
log-level support.
Package: libalog1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libalog0.5.0 (= ${binary:Version}), gnat, gnat-4.9
Description: Logging framework for Ada (development)
Alog is a logging framework for Ada and aims to be straight forward to use and
easily extendable. Alog provides file-based and syslog logging facilities and
log-level support.
.
This package contains the development files.
Package: libalog-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libalog0.5.0 (= ${binary:Version})
Recommends: libalog1-dev (= ${binary:Version})
Suggests: gnat
Description: Logging framework for Ada (debug)
Alog is a logging framework for Ada and aims to be straight forward to use and
easily extendable. Alog provides file-based and syslog logging facilities and
log-level support.
.
This package contains the debugging symbols.
Package: libalog-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Logging framework for Ada (documentation)
Alog is a logging framework for Ada and aims to be straight forward to use and
easily extendable. Alog provides file-based and syslog logging facilities and
log-level support.
.
This package contains the documentation.
|