2021-10-04 11:25:56 +02:00
Source: rust-proxmox-time
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
2022-05-05 10:22:50 +02:00
dh-cargo (>= 25),
2021-10-04 11:25:56 +02:00
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
2021-11-17 11:36:39 +01:00
librust-anyhow-1+default-dev <!nocheck>,
librust-bitflags-1+default-dev (>= 1.2.1-~~) <!nocheck>,
2022-05-05 10:22:50 +02:00
librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
2021-11-17 11:36:39 +01:00
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
2021-10-04 11:25:56 +02:00
librust-libc-0.2+default-dev <!nocheck>,
2021-11-17 11:36:39 +01:00
librust-libc-0.2+extra-traits-dev <!nocheck>,
2022-08-19 12:22:27 +02:00
librust-nom-7+default-dev <!nocheck>
2021-10-04 11:25:56 +02:00
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.5.1
Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
Rules-Requires-Root: no
Package: librust-proxmox-time-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
2021-11-17 11:36:39 +01:00
librust-anyhow-1+default-dev,
librust-bitflags-1+default-dev (>= 1.2.1-~~),
2022-05-05 10:22:50 +02:00
librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
2021-11-17 11:36:39 +01:00
librust-lazy-static-1+default-dev (>= 1.4-~~),
2021-10-04 11:25:56 +02:00
librust-libc-0.2+default-dev,
2021-11-17 11:36:39 +01:00
librust-libc-0.2+extra-traits-dev,
2022-08-19 12:22:27 +02:00
librust-nom-7+default-dev
2021-10-04 11:25:56 +02:00
Provides:
librust-proxmox-time+default-dev (= ${binary:Version}),
librust-proxmox-time-1-dev (= ${binary:Version}),
librust-proxmox-time-1+default-dev (= ${binary:Version}),
2021-11-17 11:36:39 +01:00
librust-proxmox-time-1.1-dev (= ${binary:Version}),
librust-proxmox-time-1.1+default-dev (= ${binary:Version}),
2022-08-19 14:19:39 +02:00
librust-proxmox-time-1.1.4-dev (= ${binary:Version}),
librust-proxmox-time-1.1.4+default-dev (= ${binary:Version})
2021-10-04 11:25:56 +02:00
Description: Time utilities and TmEditor - Rust source code
This package contains the source for the Rust proxmox-time crate, packaged by
debcargo for use with cargo and dh-cargo.