File: control

package info (click to toggle)
libexplain 1.4.D001-11%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 42,128 kB
  • sloc: ansic: 156,027; makefile: 47,893; sh: 16,303; yacc: 1,898; awk: 245
file content (70 lines) | stat: -rw-r--r-- 2,217 bytes parent folder | download | duplicates (2)
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
69
70
Source: libexplain
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 bison,
 debhelper-compat (= 13),
 ghostscript,
 groff,
 libacl1-dev,
 libcap-dev [linux-any],
 libtool-bin,
 linux-libc-dev [linux-any],
 lsof [linux-any],
 netbase
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: http://libexplain.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/libexplain
Vcs-Git: https://salsa.debian.org/debian/libexplain.git

Package: explain
Architecture: any
Description: utility to explain system call errors
 This package provides an explain(1) command to explain Unix and Linux system
 call errors, after the fact.
Depends: lsof, ${misc:Depends}, ${shlibs:Depends}

Package: libexplain-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Description: library of system-call-specific strerror repl - documentation
 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.
 .
 This package contains the documentation.
Depends: ${misc:Depends}

Package: libexplain51
Section: libs
Architecture: any
Multi-Arch: same
Description: library of system-call-specific strerror repl
 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: lsof, ${misc:Depends}, ${shlibs:Depends}

Package: libexplain-dev
Section: libdevel
Architecture: any
Breaks: explain (<< 1.0)
Replaces: explain (<< 1.0)
Description: library of system-call-specific strerror repl - 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.
 .
 This package contains the development files.
Depends:
 libacl1-dev,
 libexplain51 (= ${binary:Version}),
 lsof,
 ${misc:Depends},
 ${shlibs:Depends}