File: control

package info (click to toggle)
rust-swayipc-types 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: makefile: 4
file content (63 lines) | stat: -rw-r--r-- 2,726 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
55
56
57
58
59
60
61
62
63
Source: rust-swayipc-types
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-serde-1+default-dev (>= 1.0.132-~~) <!nocheck>,
 librust-serde-1+derive-dev (>= 1.0.132-~~) <!nocheck>,
 librust-serde-json-1+default-dev (>= 1.0.73-~~) <!nocheck>,
 librust-thiserror-1+default-dev (>= 1.0.30-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Carlos F. Sanz <carlos@sanz.dev>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/swayipc-types]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/swayipc-types
X-Cargo-Crate: swayipc-types
Rules-Requires-Root: no

Package: librust-swayipc-types-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-serde-1+default-dev (>= 1.0.132-~~),
 librust-serde-1+derive-dev (>= 1.0.132-~~),
 librust-serde-json-1+default-dev (>= 1.0.73-~~)
Recommends:
 librust-swayipc-types+thiserror-dev (= ${binary:Version})
Provides:
 librust-swayipc-types-1-dev (= ${binary:Version}),
 librust-swayipc-types-1.0-dev (= ${binary:Version}),
 librust-swayipc-types-1.0.0-dev (= ${binary:Version})
Description: Library containing Type defintions from sway's IPC interface - Rust source code
 This package contains the source for the Rust swayipc-types crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-swayipc-types+thiserror-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-swayipc-types-dev (= ${binary:Version}),
 librust-thiserror-1+default-dev (>= 1.0.30-~~)
Provides:
 librust-swayipc-types+default-dev (= ${binary:Version}),
 librust-swayipc-types+error-dev (= ${binary:Version}),
 librust-swayipc-types-1+thiserror-dev (= ${binary:Version}),
 librust-swayipc-types-1+default-dev (= ${binary:Version}),
 librust-swayipc-types-1+error-dev (= ${binary:Version}),
 librust-swayipc-types-1.0+thiserror-dev (= ${binary:Version}),
 librust-swayipc-types-1.0+default-dev (= ${binary:Version}),
 librust-swayipc-types-1.0+error-dev (= ${binary:Version}),
 librust-swayipc-types-1.0.0+thiserror-dev (= ${binary:Version}),
 librust-swayipc-types-1.0.0+default-dev (= ${binary:Version}),
 librust-swayipc-types-1.0.0+error-dev (= ${binary:Version})
Description: Library containing Type defintions from sway's IPC interface - feature "thiserror" and 2 more
 This metapackage enables feature "thiserror" for the Rust swayipc-types crate,
 by pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "default", and "error" features.