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
|
Source: pdbg
Section: misc
Priority: optional
Maintainer: Frédéric Bonnard <frediz@debian.org>
Build-Depends: debhelper-compat (= 13), device-tree-compiler, git, libfdt-dev
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://github.com/open-power/pdbg
Vcs-Git: https://salsa.debian.org/debian/pdbg.git
Vcs-Browser: https://salsa.debian.org/debian/pdbg
Package: pdbg
Architecture: armel ppc64el ppc64
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PowerPC FSI Debugger
pdbg is a simple application to allow debugging of the host POWER processors
from the BMC. It works in a similar way to JTAG programmers for embedded system
development in that it allows you to access GPRs, SPRs and system memory.
.
This package contains pdbg binary.
Package: libpdbg-dev
Section: libdevel
Architecture: armel ppc64el ppc64
Multi-Arch: same
Depends: libpdbg4 (= ${binary:Version}), ${misc:Depends}
Description: PowerPC FSI Debugger library (development)
pdbg is a simple application to allow debugging of the host POWER processors
from the BMC. It works in a similar way to JTAG programmers for embedded system
development in that it allows you to access GPRs, SPRs and system memory.
.
This package contains the development files.
Package: libpdbg4
Section: libs
Architecture: armel ppc64el ppc64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PowerPC FSI Debugger library (runtime)
pdbg is a simple application to allow debugging of the host POWER processors
from the BMC. It works in a similar way to JTAG programmers for embedded system
development in that it allows you to access GPRs, SPRs and system memory.
.
This package contains the runtime shared library.
|