File: control

package info (click to toggle)
drgn 0.0.32-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,096 kB
  • sloc: ansic: 50,186; python: 46,462; awk: 423; makefile: 339; sh: 114
file content (47 lines) | stat: -rw-r--r-- 1,196 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
Source: drgn
Section: devel
Priority: optional
Maintainer: Michel Lind <michel@michel-slm.name>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libdw-dev,
 libelf-dev,
 libkdumpfile-dev (>= 0.5.0-3),
 pkg-config,
 python3-dev,
 python3-setuptools,
 python3-sphinx,
 zstd <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/osandov/drgn
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/michel/drgn
Vcs-Git: https://salsa.debian.org/michel/drgn.git

Package: python-drgn-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Programmable debugger - documentation
 drgn (pronounced "dragon") is a debugger with an emphasis on programmability.
 .
 This package provides the documentation for drgn.

Package: python3-drgn
Section: python
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 python-drgn-doc,
Description: Programmable debugger
 drgn (pronounced "dragon") is a debugger with an emphasis on programmability.
 drgn exposes the types and variables in a program for easy, expressive
 scripting in Python.