File: control

package info (click to toggle)
dwarf2sources 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,314 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
Source: dwarf2sources
Section: devel
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Uploaders: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Build-Depends: debhelper-compat (= 12),
               dh-cargo,
               librust-anyhow-1-dev,
               librust-fallible-iterator-0-dev,
               librust-gimli-0+indexmap-dev (>= 0.26),
               librust-memmap-0-dev (>= 0.7),
               librust-object-0+default-dev (>= 0.29),
               librust-serde-1+derive-dev,
               librust-serde-json-1-dev,
               librust-structopt-0+default-dev (>= 0.3),
               librust-typed-arena-2-dev
Standards-Version: 4.5.0
Homepage: https://gitlab.apertis.org/pkg/dwarf2sources
Vcs-Browser: https://gitlab.apertis.org/pkg/dwarf2sources/-/tree/debian/unstable
Vcs-Git: https://gitlab.apertis.org/pkg/dwarf2sources.git -b debian/unstable
Rules-Requires-Root: no

Package: dwarf2sources
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: utility to list the source files for a given binary
 dwarf2sources is a command-line tool to list the source files that were
 used to create a given binary and dump it in JSON format. The input files
 must not be stripped and must contain debugging information in DWARF format.