45 lines
1.7 KiB
Plaintext
Raw Normal View History

Source: rust-proxmox-time
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
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>,
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>,
librust-libc-0.2+default-dev <!nocheck>,
2021-11-17 11:36:39 +01:00
librust-libc-0.2+extra-traits-dev <!nocheck>,
librust-nom-7+default-dev <!nocheck>
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-~~),
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-~~),
librust-libc-0.2+default-dev,
2021-11-17 11:36:39 +01:00
librust-libc-0.2+extra-traits-dev,
librust-nom-7+default-dev
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}),
librust-proxmox-time-1.1.3-dev (= ${binary:Version}),
librust-proxmox-time-1.1.3+default-dev (= ${binary:Version})
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.