File: control

package info (click to toggle)
valinor 1.1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320 kB
  • sloc: python: 428; makefile: 24; sh: 7
file content (35 lines) | stat: -rw-r--r-- 988 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
Source: valinor
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 gdb-multiarch,
 pandoc,
 python3,
 python3-colorama,
 python3-nose,
 python3-project-generator,
 python3-pyelftools,
 python3-pyocd,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/ARMmbed/valinor
Vcs-Browser: https://salsa.debian.org/python-team/packages/valinor
Vcs-Git: https://salsa.debian.org/python-team/packages/valinor.git

Package: valinor
Architecture: all
Depends:
 gdb-multiarch,
 ${misc:Depends},
 ${python3:Depends},
Description: generate IDE project files to debug ELF files
 Valinor is a utility used to generate debugger project files and launch a
 debugger, when debugging an ELF file.
 .
 Valinor is designed to be used as a proxy debug command for yotta targets to
 provide as their scripts.debug command.