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
|
Source: libalog
Section: libs
Priority: optional
Maintainer: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Uploaders: Reto Buerki <reet@codelabs.ch>,
Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Arch:
dh-sequence-ada-library,
gnat,
gnat-10,
# This line is parsed by debian/rules.
gprbuild (>= 2015-2),
libahven9-dev,
Build-Depends-Indep:
asciidoctor,
ruby-pygments.rb,
scour,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.codelabs.ch/alog/
Vcs-Git: https://git.codelabs.ch/git/alog.git -b debian
Vcs-Browser: https://git.codelabs.ch/?p=alog.git
Package: libalog0.6.2
# This line is parsed by debian/rules.
Architecture: any
Multi-Arch: same
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: libalog6-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
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-doc
Section: doc
Architecture: all
Multi-Arch: foreign
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.
|