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
|
Source: ctfutils
Section: devel
Priority: extra
Maintainer: GNU/kFreeBSD Maintainers <debian-bsd@lists.debian.org>
Uploaders: Robert Millan <rmh@debian.org>,
Steven Chamberlain <steven@pyro.eu.org>,
Build-Depends: debhelper (>= 7.0.50~),
freebsd-buildutils (>= 9.0-5~),
libbsd-dev (>= 0.3.0),
freebsd-glue (>= 0.2.16~),
libdwarf-freebsd-dev,
libelf-freebsd-dev,
Vcs-Browser: http://anonscm.debian.org/viewvc/glibc-bsd/trunk/ctfutils/
Vcs-Svn: svn://anonscm.debian.org/glibc-bsd/trunk/ctfutils/
Standards-Version: 3.9.8
Package: ctfutils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FreeBSD CTF utilities
This package contains utilities to create, merge and dump contents of
CTF files.
.
CTF (Compact C Type) format encapsulates a reduced form of debugging
information similar to DWARF.
|