File: control

package info (click to toggle)
ckport 0.1~rc1-9
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: perl: 461; makefile: 36; sh: 15
file content (43 lines) | stat: -rw-r--r-- 1,443 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: ckport
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Section: devel
Rules-Requires-Root: no
Homepage: http://software.keep-cool.org/ckport.html

Package: ckport
Architecture: all
Depends: ${misc:Depends},
 ${perl:Depends},
 ckport-database (>= ${source:Version}),
 binutils-multiarch | binutils
Recommends: manpages-dev
Suggests: cppcheck
Description: portability analysis and security checking tool
 ckport is a tool to check already compiled binaries and libraries for porting
 and security problems.
 .
 It uses objdump to read the binaries and analyses calls and jumps to functions.
 .
 This package is architecture independent and can be used on non-host
 architecture binaries if an objdump tool for the target architecture
 is installed.

Package: ckport-database
Architecture: all
Depends: ${misc:Depends}
Recommends: ckport
Description: portability analysis and security checking tool (Database files)
 ckport is a tool to check already compiled binaries and libraries for porting
 and security problems.
 .
 It uses objdump to read the binaries and analyses calls and jumps to functions.
 .
 This package is architecture independent and can be used on non-host
 architecture binaries if an objdump tool for the target architecture
 is installed.
 .
 This package contains some common databases.
 Libraries should provide own databases.