File: control

package info (click to toggle)
minicoredumper 2.0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,368 kB
  • sloc: ansic: 5,180; sh: 4,627; makefile: 142
file content (67 lines) | stat: -rw-r--r-- 2,209 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: minicoredumper
Section: devel
Priority: optional
Maintainer: John Ogness <john.ogness@linutronix.de>
Build-Depends:
 debhelper-compat (=13),
 libelf-dev,
 libjson-c-dev,
 pkgconf,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://www.linutronix.de/minicoredumper
Vcs-Git: https://salsa.debian.org/jogness-guest/minicoredumper.git
Vcs-Browser: https://salsa.debian.org/jogness-guest/minicoredumper

Package: minicoredumper
Architecture: linux-any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 adduser,
Provides: core-dump-handler
Conflicts: core-dump-handler
Replaces: core-dump-handler
Description: generate minimal and customized core dump files on Linux
 minicoredumper is a program that handles the creation of core dump files on
 Linux. It can produce much smaller core dump files by making use of sparse
 files, compression, and allowing the user to configure what parts of the
 process memory image should be dumped.

Package: minicoredumper-utils
Architecture: linux-any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: minicoredumper utilities
 The minicoredumper project provides tools for working with applications
 based on libminicoredumper. These include a tool to inject data into core
 files and a tool to trigger dumps for running applications.

Package: libminicoredumper-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends:
 libminicoredumper2 (= ${binary:Version}),
 ${misc:Depends},
Description: minicoredumper library development files
 Using libminicoredumper, an application can register exactly what data
 should be dumped by minicoredumper. This data will not only be dumped in
 case of a crash, but also can be triggered to dump during runtime.
 .
 This package provides a dynamic library and a C header file.

Package: libminicoredumper2
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: minicoredumper library
 Using libminicoredumper, an application can register exactly what data
 should be dumped by minicoredumper. This data will not only be dumped in
 case of a crash, but also can be triggered to dump during runtime.