Source: diagnostics
Priority: extra
Maintainer: Michael Tautschnig <mt@debian.org>
Build-Depends: debhelper (>= 5), automake1.9, pkg-config, libtool, libace-dev
Standards-Version: 3.8.0
Section: libs
Vcs-Browser: https://svn.model.in.tum.de/projects/diagnostics/browser/trunk

Package: libdiagnostics-dev
Section: libdevel
Architecture: any
Depends: libdiagnostics0 (= ${binary:Version})
Recommends: libace-dev
Description: A framework for logging, unittesting, and runtime diagnostics
 Diagnostics is a unified framework for code annotation, logging,
 program monitoring, and unit-testing.
 .
 The annotations of diagnostics provide simple trace messages, tracing
 method entry and exit, checks (which potentially fail), asserts (which
 should never fail), invariance checking on method entry and exit, and
 a number of annotations for testing.
 .
 The annotations raise events which are can be observed and monitored. 
 Using different loggers, the stream of logging events is used for 
 logging or testing.

Package: libdiagnostics0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: A framework for logging, unittesting, and runtime diagnostics
 Diagnostics is a unified framework for code annotation, logging,
 program monitoring, and unit-testing.
 .
 The annotations of diagnostics provide simple trace messages, tracing
 method entry and exit, checks (which potentially fail), asserts (which
 should never fail), invariance checking on method entry and exit, and
 a number of annotations for testing.
 .
 The annotations raise events which are can be observed and monitored. 
 Using different loggers, the stream of logging events is used for 
 logging or testing.
