Source: diagnostics
Priority: extra
Maintainer: Michael Tautschnig <mt@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), dpkg-dev (>= 1.16.0~), debhelper (>= 9), automake, pkg-config, libtool, libltdl-dev (>= 2.4.2-1~), libace-dev (>= 5.7.7-3) [!hurd-i386], dh-autoreconf
Standards-Version: 3.9.8
Section: libs
Homepage: http://forsyte.at/software/diagnostics

Package: libdiagnostics-dev
Section: libdevel
Architecture: any
Depends: libdiagnostics0t64 (= ${binary:Version}), ${misc:Depends}
Recommends: libace-dev
Description: Logging, unittesting, and runtime diagnostics for C++ - development files
 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.
 .
 The package contains the needed headers and libraries for
 developing software using Diagnostics.

Package: libdiagnostics0t64
Provides: ${t64:Provides}
Replaces: libdiagnostics0
Breaks: libdiagnostics0 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Logging, unittesting, and runtime diagnostics for C++ - library
 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.
 .
 The package contains the libraries for running software linked against
 Diagnostics.
