]> git.proxmox.com Git - proxmox.git/blob - proxmox-time/debian/control
Merge branch 'proxmox-openid-merge'
[proxmox.git] / proxmox-time / debian / control
1 Source: rust-proxmox-time
2 Section: rust
3 Priority: optional
4 Build-Depends: debhelper (>= 12),
5 dh-cargo (>= 25),
6 cargo:native <!nocheck>,
7 rustc:native <!nocheck>,
8 libstd-rust-dev <!nocheck>,
9 librust-anyhow-1+default-dev <!nocheck>,
10 librust-bitflags-1+default-dev (>= 1.2.1-~~) <!nocheck>,
11 librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
12 librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
13 librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
14 librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) <!nocheck>,
15 librust-nom-7+default-dev <!nocheck>
16 Maintainer: Proxmox Support Team <support@proxmox.com>
17 Standards-Version: 4.6.1
18 Vcs-Git: git://git.proxmox.com/git/proxmox.git
19 Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
20 X-Cargo-Crate: proxmox-time
21 Rules-Requires-Root: no
22
23 Package: librust-proxmox-time-dev
24 Architecture: any
25 Multi-Arch: same
26 Depends:
27 ${misc:Depends},
28 librust-anyhow-1+default-dev,
29 librust-bitflags-1+default-dev (>= 1.2.1-~~),
30 librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
31 librust-lazy-static-1+default-dev (>= 1.4-~~),
32 librust-libc-0.2+default-dev (>= 0.2.107-~~),
33 librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~),
34 librust-nom-7+default-dev
35 Provides:
36 librust-proxmox-time+default-dev (= ${binary:Version}),
37 librust-proxmox-time-1-dev (= ${binary:Version}),
38 librust-proxmox-time-1+default-dev (= ${binary:Version}),
39 librust-proxmox-time-1.1-dev (= ${binary:Version}),
40 librust-proxmox-time-1.1+default-dev (= ${binary:Version}),
41 librust-proxmox-time-1.1.5-dev (= ${binary:Version}),
42 librust-proxmox-time-1.1.5+default-dev (= ${binary:Version})
43 Description: Time utilities and TmEditor - Rust source code
44 This package contains the source for the Rust proxmox-time crate, packaged by
45 debcargo for use with cargo and dh-cargo.