File: control

package info (click to toggle)
edb-debugger 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,944 kB
  • sloc: cpp: 46,242; xml: 4,998; ansic: 3,088; sh: 52; asm: 33; makefile: 5
file content (47 lines) | stat: -rw-r--r-- 1,712 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
Source: edb-debugger
Section: devel
Priority: optional
Maintainer: Marcio de Souza Oliveira <marciosouza@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libboost-dev,
               libcapstone-dev,
               libdouble-conversion-dev,
               libgraphviz-dev,
               libqt5svg5-dev,
               libqt5xmlpatterns5-dev,
               pkg-config,
               qt5-qmake,
               qtbase5-dev
Standards-Version: 4.6.1.0
Homepage: https://github.com/eteran/edb-debugger
Vcs-Git: https://salsa.debian.org/debian/edb-debugger.git
Vcs-Browser: https://salsa.debian.org/debian/edb-debugger
Rules-Requires-Root: no

Package: edb-debugger
Architecture: amd64 i386
Depends: edb-debugger-plugins, ${misc:Depends}, ${shlibs:Depends}
Description: cross platform x86/x86-64 debugger
 edb is a graphical cross platform x86/x86-64 debugger.
 It was inspired by Ollydbg, but aims to function on x86
 and x86-64 as well as multiple OS's. Linux is the only
 officially supported platform at the moment, but FreeBSD,
 OpenBSD, OSX and Windows ports are underway with varying
 degrees of functionality.

Package: edb-debugger-plugins
Section: libs
Architecture: amd64 i386
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: edb plugins
 edb is a graphical cross platform x86/x86-64 debugger.
 It was inspired by Ollydbg, but aims to function on x86
 and x86-64 as well as multiple OS's. Linux is the only
 officially supported platform at the moment, but FreeBSD,
 OpenBSD, OSX and Windows ports are underway with varying
 degrees of functionality.
 .
 This package provides the plugins that used by edb.