]> git.proxmox.com Git - proxmox-offline-mirror.git/blob - debian/control
d/control: udpdate build-dependencies
[proxmox-offline-mirror.git] / debian / control
1 Source: rust-proxmox-offline-mirror
2 Section: rust
3 Priority: optional
4 Build-Depends: bash-completion,
5 cargo:native,
6 debhelper-compat (= 13),
7 dh-cargo (>= 25),
8 fonts-lato,
9 fonts-open-sans,
10 latexmk,
11 librust-anyhow-1+default-dev,
12 librust-base64-0.13+default-dev,
13 librust-bzip2-0.4+default-dev,
14 librust-flate2-1+default-dev (>= 1.0.22-~~),
15 librust-globset-0.4+default-dev (>= 0.4.8-~~),
16 librust-hex-0.4+default-dev (>= 0.4.3-~~),
17 librust-lazy-static-1+default-dev (>= 1.4-~~),
18 librust-nix-0.26+default-dev (>= 0.26.1-~~),
19 librust-openssl-0.10+default-dev,
20 librust-proxmox-apt-0.10+default-dev (>= 0.10.3~~),
21 librust-proxmox-async-0.4+default-dev,
22 librust-proxmox-http-0.9+client-sync-dev,
23 librust-proxmox-http-0.9+client-trait-dev,
24 librust-proxmox-http-0.9+default-dev,
25 librust-proxmox-router-2+cli-dev (>= 1.3-~~),
26 librust-proxmox-schema-3+api-macro-dev (>= 1.3~),
27 librust-proxmox-schema-3+default-dev (>= 1.3~),
28 librust-proxmox-section-config-2+default-dev,
29 librust-proxmox-serde-0.1+default-dev,
30 librust-proxmox-subscription-0.4+api-types-dev (>= 0.4.2~),
31 librust-proxmox-subscription-0.4+default-dev (>= 0.4.2~),
32 librust-proxmox-sys-0.5+default-dev,
33 librust-proxmox-sys-0.5+timer-dev,
34 librust-proxmox-time-1+default-dev (>= 1.1.5~),
35 librust-regex-1+default-dev (>= 1.5.5-~~),
36 librust-sequoia-openpgp-1+default-dev (>= 1.7-~~),
37 librust-serde-1+default-dev,
38 librust-serde-1+derive-dev,
39 librust-serde-json-1+default-dev,
40 librust-walkdir-2+default-dev (>= 2.3.1-~~),
41 librust-xz2-0.1+default-dev,
42 libstd-rust-dev,
43 patchelf,
44 python3-sphinx,
45 rsync,
46 rustc:native,
47 texlive-fonts-recommended,
48 texlive-xetex,
49 Maintainer: Proxmox Support Team <support@proxmox.com>
50 Standards-Version: 4.6.1
51 Vcs-Git: git://git.proxmox.com/git/proxmox-offline-mirror.git
52 Vcs-Browser: https://git.proxmox.com/?p=proxmox-offline-mirror.git
53 X-Cargo-Crate: proxmox-offline-mirror
54 Rules-Requires-Root: no
55
56 Package: proxmox-offline-mirror
57 Architecture: any
58 Multi-Arch: allowed
59 Section: admin
60 Depends: proxmox-archive-keyring,
61 proxmox-offline-mirror-docs,
62 ${cargo:Depends},
63 ${misc:Depends},
64 ${shlibs:Depends},
65 Recommends: ${cargo:Recommends},
66 Suggests: ${cargo:Suggests},
67 Provides: ${cargo:Provides},
68 Built-Using: ${cargo:Built-Using},
69 XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
70 Description: Proxmox offline repository mirror and subscription key manager
71 This package contains the proxmox-offline-mirror tool for managing Proxmox
72 offline APT
73 repositories and subscription keys.
74
75 Package: proxmox-offline-mirror-docs
76 Architecture: all
77 Section: admin
78 Depends: ${misc:Depends},
79 Breaks: proxmox-offline-mirror (<< 0.2.0~),
80 Replaces: proxmox-offline-mirror (<< 0.2.0~),
81 Description: Proxmox offline repository mirror and subscription key manager
82 This package contains the documentation for proxmox-offline-mirror.
83
84 Package: proxmox-offline-mirror-helper
85 Architecture: any
86 Multi-Arch: allowed
87 Section: admin
88 Depends: proxmox-archive-keyring,
89 proxmox-offline-mirror-docs,
90 ${cargo:Depends},
91 ${misc:Depends},
92 ${shlibs:Depends},
93 Recommends: ${cargo:Recommends},
94 Suggests: ${cargo:Suggests},
95 Provides: ${cargo:Provides},
96 Breaks: proxmox-offline-mirror (<< 0.3.0~),
97 Replaces: proxmox-offline-mirror (<< 0.3.0~),
98 Built-Using: ${cargo:Built-Using},
99 XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
100 Description: Proxmox offline repository mirror and subscription key manager helper
101 This package contains the proxmox-offline-mirror-helper binary for managing
102 Proxmox offline APT repositories and subscription keys on Proxmox offline
103 systems.