f4868ff519
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
Source: rust-proxmox-systemd
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-sequence-cargo,
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
|
libsystemd-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.7.0
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
Homepage: https://proxmox.com
|
|
X-Cargo-Crate: proxmox-systemd
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-systemd-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
|
libsystemd-dev
|
|
Provides:
|
|
librust-proxmox-systemd+default-dev (= ${binary:Version}),
|
|
librust-proxmox-systemd-0-dev (= ${binary:Version}),
|
|
librust-proxmox-systemd-0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-systemd-0.1-dev (= ${binary:Version}),
|
|
librust-proxmox-systemd-0.1+default-dev (= ${binary:Version}),
|
|
librust-proxmox-systemd-0.1.0-dev (= ${binary:Version}),
|
|
librust-proxmox-systemd-0.1.0+default-dev (= ${binary:Version})
|
|
Description: Utilities for dealing with systemd unit files and communicating with systemd - Rust source code
|
|
Source code for Debianized Rust crate "proxmox-systemd"
|