]> git.proxmox.com Git - pxar.git/blame - debian/control
fixup build and test dependencies
[pxar.git] / debian / control
CommitLineData
fe30eb16
WB
1Source: rust-pxar
2Section: rust
3Priority: optional
4Build-Depends: debhelper (>= 11),
5 dh-cargo (>= 18),
6 cargo:native <!nocheck>,
7 rustc:native <!nocheck>,
8 libstd-rust-dev <!nocheck>,
9 librust-bitflags-1+default-dev (>= 1.2.1-~~) <!nocheck>,
10 librust-endian-trait-0.6+arrays-dev <!nocheck>,
11 librust-endian-trait-0.6+default-dev <!nocheck>,
12 librust-futures-0.3+default-dev (>= 0.3.1-~~) <!nocheck>,
13 librust-siphasher-0.3+default-dev <!nocheck>,
14 librust-tokio-0.2-dev (>= 0.2.10-~~) <!nocheck>
15Maintainer: Proxmox Support Team <support@proxmox.com>
16Standards-Version: 4.4.1
17Vcs-Git:
18Vcs-Browser:
19
20Package: librust-pxar-dev
21Architecture: any
22Multi-Arch: same
23Depends:
24 ${misc:Depends},
25 librust-bitflags-1+default-dev (>= 1.2.1-~~),
26 librust-endian-trait-0.6+arrays-dev,
27 librust-endian-trait-0.6+default-dev,
28 librust-siphasher-0.3+default-dev
29Recommends:
30 librust-pxar+default-dev (= ${binary:Version})
31Suggests:
32 librust-pxar+anyhow-dev (= ${binary:Version}),
33 librust-pxar+async-example-dev (= ${binary:Version}),
34 librust-pxar+full-dev (= ${binary:Version}),
35 librust-pxar+futures-dev (= ${binary:Version}),
36 librust-pxar+tokio-dev (= ${binary:Version}),
37 librust-pxar+tokio-fs-dev (= ${binary:Version})
38Provides:
39 librust-pxar+test-harness-dev (= ${binary:Version}),
40 librust-pxar-0-dev (= ${binary:Version}),
41 librust-pxar-0+test-harness-dev (= ${binary:Version}),
42 librust-pxar-0.4-dev (= ${binary:Version}),
43 librust-pxar-0.4+test-harness-dev (= ${binary:Version}),
44 librust-pxar-0.4.0-dev (= ${binary:Version}),
45 librust-pxar-0.4.0+test-harness-dev (= ${binary:Version})
46Description: Proxmox Archive format support library - Rust source code
47 This package contains the source for the Rust pxar crate, packaged by debcargo
48 for use with cargo and dh-cargo.
49
50Package: librust-pxar+anyhow-dev
51Architecture: any
52Multi-Arch: same
53Depends:
54 ${misc:Depends},
55 librust-pxar-dev (= ${binary:Version}),
56 librust-anyhow-1+default-dev
57Provides:
58 librust-pxar-0+anyhow-dev (= ${binary:Version}),
59 librust-pxar-0.4+anyhow-dev (= ${binary:Version}),
60 librust-pxar-0.4.0+anyhow-dev (= ${binary:Version})
61Description: Proxmox Archive format support library - feature "anyhow"
62 This metapackage enables feature "anyhow" for the Rust pxar crate, by pulling
63 in any additional dependencies needed by that feature.
64
65Package: librust-pxar+async-example-dev
66Architecture: any
67Multi-Arch: same
68Depends:
69 ${misc:Depends},
70 librust-pxar-dev (= ${binary:Version}),
71 librust-pxar+futures-io-dev (= ${binary:Version}),
72 librust-pxar+tokio-io-dev (= ${binary:Version}),
73 librust-pxar+tokio-fs-dev (= ${binary:Version}),
74 librust-anyhow-1+default-dev,
75 librust-tokio-0.2+io-driver-dev (>= 0.2.10-~~),
76 librust-tokio-0.2+macros-dev (>= 0.2.10-~~),
77 librust-tokio-0.2+rt-threaded-dev (>= 0.2.10-~~)
78Provides:
79 librust-pxar-0+async-example-dev (= ${binary:Version}),
80 librust-pxar-0.4+async-example-dev (= ${binary:Version}),
81 librust-pxar-0.4.0+async-example-dev (= ${binary:Version})
82Description: Proxmox Archive format support library - feature "async-example"
83 This metapackage enables feature "async-example" for the Rust pxar crate, by
84 pulling in any additional dependencies needed by that feature.
85
86Package: librust-pxar+default-dev
87Architecture: any
88Multi-Arch: same
89Depends:
90 ${misc:Depends},
91 librust-pxar-dev (= ${binary:Version}),
92 librust-pxar+futures-io-dev (= ${binary:Version}),
93 librust-pxar+tokio-io-dev (= ${binary:Version})
94Provides:
95 librust-pxar-0+default-dev (= ${binary:Version}),
96 librust-pxar-0.4+default-dev (= ${binary:Version}),
97 librust-pxar-0.4.0+default-dev (= ${binary:Version})
98Description: Proxmox Archive format support library - feature "default"
99 This metapackage enables feature "default" for the Rust pxar crate, by pulling
100 in any additional dependencies needed by that feature.
101
102Package: librust-pxar+full-dev
103Architecture: any
104Multi-Arch: same
105Depends:
106 ${misc:Depends},
107 librust-pxar-dev (= ${binary:Version}),
108 librust-pxar+tokio-fs-dev (= ${binary:Version}),
109 librust-pxar+futures-io-dev (= ${binary:Version})
110Provides:
111 librust-pxar-0+full-dev (= ${binary:Version}),
112 librust-pxar-0.4+full-dev (= ${binary:Version}),
113 librust-pxar-0.4.0+full-dev (= ${binary:Version})
114Description: Proxmox Archive format support library - feature "full"
115 This metapackage enables feature "full" for the Rust pxar crate, by pulling in
116 any additional dependencies needed by that feature.
117
118Package: librust-pxar+futures-dev
119Architecture: any
120Multi-Arch: same
121Depends:
122 ${misc:Depends},
123 librust-pxar-dev (= ${binary:Version}),
124 librust-futures-0.3+default-dev (>= 0.3.1-~~)
125Provides:
126 librust-pxar+futures-io-dev (= ${binary:Version}),
127 librust-pxar-0+futures-dev (= ${binary:Version}),
128 librust-pxar-0+futures-io-dev (= ${binary:Version}),
129 librust-pxar-0.4+futures-dev (= ${binary:Version}),
130 librust-pxar-0.4+futures-io-dev (= ${binary:Version}),
131 librust-pxar-0.4.0+futures-dev (= ${binary:Version}),
132 librust-pxar-0.4.0+futures-io-dev (= ${binary:Version})
133Description: Proxmox Archive format support library - feature "futures" and 1 more
134 This metapackage enables feature "futures" for the Rust pxar crate, by pulling
135 in any additional dependencies needed by that feature.
136 .
137 Additionally, this package also provides the "futures-io" feature.
138
139Package: librust-pxar+tokio-dev
140Architecture: any
141Multi-Arch: same
142Depends:
143 ${misc:Depends},
144 librust-pxar-dev (= ${binary:Version}),
145 librust-tokio-0.2-dev (>= 0.2.10-~~)
146Provides:
147 librust-pxar+tokio-io-dev (= ${binary:Version}),
148 librust-pxar-0+tokio-dev (= ${binary:Version}),
149 librust-pxar-0+tokio-io-dev (= ${binary:Version}),
150 librust-pxar-0.4+tokio-dev (= ${binary:Version}),
151 librust-pxar-0.4+tokio-io-dev (= ${binary:Version}),
152 librust-pxar-0.4.0+tokio-dev (= ${binary:Version}),
153 librust-pxar-0.4.0+tokio-io-dev (= ${binary:Version})
154Description: Proxmox Archive format support library - feature "tokio" and 1 more
155 This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in
156 any additional dependencies needed by that feature.
157 .
158 Additionally, this package also provides the "tokio-io" feature.
159
160Package: librust-pxar+tokio-fs-dev
161Architecture: any
162Multi-Arch: same
163Depends:
164 ${misc:Depends},
165 librust-pxar-dev (= ${binary:Version}),
166 librust-pxar+tokio-io-dev (= ${binary:Version}),
167 librust-tokio-0.2+fs-dev (>= 0.2.10-~~)
168Provides:
169 librust-pxar-0+tokio-fs-dev (= ${binary:Version}),
170 librust-pxar-0.4+tokio-fs-dev (= ${binary:Version}),
171 librust-pxar-0.4.0+tokio-fs-dev (= ${binary:Version})
172Description: Proxmox Archive format support library - feature "tokio-fs"
173 This metapackage enables feature "tokio-fs" for the Rust pxar crate, by pulling
174 in any additional dependencies needed by that feature.