Source: libexplain
Section: devel
Priority: optional
Maintainer: Peter Miller <pmiller@opensource.org.au>
Homepage: http://libexplain.sourceforge.net/
Build-Depends: bison, debhelper (>= 5), groff, libcap-dev, libtool, lsof
Standards-Version: 3.8.0

Package: explain
Section: devel
Priority: optional
Architecture: any
Description: utility to explain system call errors
 This package provides a command to explain Unix and Linux system call errors,
 after the fact.
Depends: ${misc:Depends}, ${shlibs:Depends}, libexplain9, lsof

Package: libexplain9
Section: devel
Priority: optional
Architecture: any
Description: Explain errno values returned by libc functions
 This package provides a library which may be used to explain Unix and Linux
 system call errors.  The library is not quite a drop-in replacement for
 strerror, but it comes close, with each system call having a dedicated
 libexplain function.
Depends: ${misc:Depends}, ${shlibs:Depends}, lsof

Package: libexplain9-dbg
Section: libdevel
Priority: extra
Architecture: any
Description: Explain errno values returned by libc functions - debugging symbols
 This package provides a library which may be used to explain Unix and Linux
 system call errors.  The library is not quite a drop-in replacement for
 strerror, but it comes close, with each system call having a dedicated
 libexplain function.
Depends: ${misc:Depends}, ${shlibs:Depends}, lsof,
 libexplain9 (= ${binary:Version})

Package: libexplain-dev
Section: libdevel
Priority: optional
Architecture: any
Description: Explain errno values returned by libc functions - development files
 This package provides a library which may be used to explain Unix and Linux
 system call errors.  The library is not quite a drop-in replacement for
 strerror, but it comes close, with each system call having a dedicated
 libexplain function.
Depends: ${misc:Depends}, ${shlibs:Depends}, libexplain9 (= ${binary:Version}),
 libexplain9-dbg (= ${binary:Version}), lsof
