summaryrefslogtreecommitdiff
path: root/mdb/debian/control
blob: d1dc190c871ee6932f5800211884e9334c6fe902 (plain)
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
Source: mdb
Section: admin
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 illumos-source-2.10,
 libc-db1-dev       , lib32c-db1-dev [illumos-amd64]       ,
 libctf-dev         , lib32ctf-dev [illumos-amd64]         ,
 libkvm-dev         , lib32kvm-dev [illumos-amd64]         ,
 libncurses5-dev    , lib32ncurses5-dev [illumos-amd64]    ,
 libproc1-dev       , lib32proc1-dev [illumos-amd64]       ,
 libscf1-dev        , lib32scf1-dev [illumos-amd64]        ,
 libstanddisasm-dev ,
 libstandumem-dev   ,
 libsundisasm1-dev  , lib32sundisasm1-dev [illumos-amd64]  ,
 libsunelf-dev      , lib32sunelf-dev [illumos-amd64]      ,
 libumem-dev        , lib32umem-dev [illumos-amd64]        ,
 ncurses-term,
 quilt,
 sgs-lex,
 sgs-yacc,
 sunmake,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org

Package: mdb
Priority: standard
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: an extensible, low-level modular debugger
 The  mdb  utility  is an extensible utility for low-level debugging and
 editing of the live operating system,  operating  system  crashdumps,
 user processes, user process core dumps, and object files.

Package: mdb32
Priority: optional
Section: admin
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: an extensible, low-level modular debugger (32-bit version)
 The  mdb  utility  is an extensible utility for low-level debugging and
 editing of the live operating system,  operating  system  crashdumps,
 user processes, user process core dumps, and object files.
 .
 This package includes 32-bit version of MDB for debugging 32-bit
 applications on 64-bit systems.
 .
 No special setup is required: /usr/bin/mdb will call the right
 version of the debugger.

Package: mdb-dev
Priority: optional
Section: devel
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: an extensible, low-level modular debugger (header files)
 This package includes header files needed to compile mdb modules.
 .
 The  mdb  utility  is an extensible utility for low-level debugging and
 editing of the live operating system,  operating  system  crashdumps,
 user processes, user process core dumps, and object files.