File: control

package info (click to toggle)
pykdumpfile 0.5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 300 kB
  • sloc: python: 2,607; ansic: 447; makefile: 17
file content (42 lines) | stat: -rw-r--r-- 1,158 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
Source: pykdumpfile
Section: python
Priority: optional
Maintainer: Michel Lind <michel@michel-slm.name>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libkdumpfile-dev (>= 0.5.5),
 pybuild-plugin-pyproject,
 python3-cffi,
 python3-dev,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/ptesarik/pykdumpfile
Vcs-Browser: https://salsa.debian.org/michel/pykdumpfile
Vcs-Git: https://salsa.debian.org/michel/pykdumpfile.git

Package: python3-libkdumpfile
Architecture: any
Depends:
 python3-pykdumpfile,
 ${misc:Depends},
Description: Transition package for python3-pykdumpfile
 libkdumpfile is a library to read kdump-compressed kernel core dumps.
 .
 This package upgrades users of the old bindings to python3-pykdumpfile.

Package: python3-pykdumpfile
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Breaks:
 python3-libkdumpfile (<< 0.5.5.1),
Replaces:
 python3-libkdumpfile (<< 0.5.5.1),
Description: Python bindings for libkdumpfile
 libkdumpfile is a library to read kdump-compressed kernel core dumps.
 .
 This package contains the Python bindings.