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 58 59 60 61 62 63 64 65 66 67 68
|
Source: libabigail
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 11),
pkg-config,
libelf-dev,
libdw-dev,
libxml2-dev,
elfutils,
texinfo,
python3-sphinx,
doxygen,
graphviz,
cpio, rpm2cpio,
valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x],
python3,
Build-Conflicts: libzip-dev
Standards-Version: 4.5.1
Section: libs
Homepage: https://sourceware.org/libabigail/
Package: libabigail-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libabigail0 (= ${binary:Version}), ${misc:Depends}
Suggests: abigail-doc
Description: ABI Generic Analysis and Instrumentation Library (development files)
This is an interface to the GNU Compiler Collection for the collection
and analysis of compiler-generated binaries.
.
This package contains the development files.
Package: libabigail0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ABI Generic Analysis and Instrumentation Library (runtime)
This is an interface to the GNU Compiler Collection for the collection
and analysis of compiler-generated binaries.
.
This package contains the runtime library.
Package: abigail-tools
Section: devel
Architecture: any
Multi-Arch: foreign
Depends: libabigail0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: cpio, rpm2cpio, abigail-doc
Replaces: libabigail-tools
Description: ABI Generic Analysis and Instrumentation Library (tools)
This is an interface to the GNU Compiler Collection for the collection
and analysis of compiler-generated binaries.
.
This package contains the tools.
Package: abigail-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Replaces: libabigail-dev (<< 0.1~20150809)
Description: ABI Generic Analysis and Instrumentation Library (documentation)
This is an interface to the GNU Compiler Collection for the collection
and analysis of compiler-generated binaries.
.
This package contains the documentation.
|