File: control

package info (click to toggle)
rust-droid-juicer 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 208 kB
  • sloc: makefile: 4
file content (54 lines) | stat: -rw-r--r-- 1,713 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: rust-droid-juicer
Section: embedded
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo,
 cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-clap-4+default-dev,
 librust-clap-4+derive-dev,
 librust-fs-extra-1+default-dev,
 librust-goblin-0.7+default-dev,
 librust-log-0.4+default-dev,
 librust-pretty-env-logger-0.5+default-dev,
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev,
 librust-sys-mount-3+default-dev,
 librust-toml-0.5+default-dev,
 librust-uname-0.1+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Arnaud Ferraris <aferraris@debian.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/droid-juicer]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/droid-juicer
Homepage: https://gitlab.com/mobian1/droid-juicer
X-Cargo-Crate: droid-juicer
Rules-Requires-Root: no

Package: droid-juicer
Architecture: any
Multi-Arch: allowed
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${cargo:Depends},
 initramfs-tools,
 qcom-phone-utils
Recommends:
 ${cargo:Recommends},
 make-dynpart-mappings
Suggests:
 ${cargo:Suggests}
Provides:
 ${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Firmware extractor for Android devices running Linux
 This package provides a boot-time service for extracting binary
 firmware from vendor partitions on Android devices. It is meant
 to run on first boot and triggers a reboot once it executed
 successfully, ensuring the device will then run with all the
 needed firmware being available to Linux.