File: control

package info (click to toggle)
abicheck 1.2-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 392 kB
  • sloc: perl: 2,667; ansic: 45; makefile: 32; sh: 28
file content (22 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: abicheck
Section: devel
Priority: optional
Maintainer: Phil Wyett <philip.wyett@kathenas.org>
Build-Depends:
 debhelper-compat (= 13),
 perl,
Standards-Version: 4.7.2
Homepage: https://sourceforge.net/projects/abicheck/
Vcs-Git: https://salsa.debian.org/debian/abicheck.git
Vcs-Browser: https://salsa.debian.org/debian/abicheck
Rules-Requires-Root: no

Package: abicheck
Architecture: all
Multi-Arch: foreign
Depends: perl:any, ${misc:Depends}
Description: binary compatibility checking tool
 ABIcheck is a tool for checking an application's compliance with a
 library's defined Application Binary Interface (ABI). It relies on
 ABI definition information contained in the library. Example
 definitions are given for GNOME and glibc.