mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-11 06:59:54 +00:00
systemd: bump to 0.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b54b4d3324
commit
f67c651929
@ -2,4 +2,4 @@ rust-proxmox-systemd (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* initial split out of proxmox-sys
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2024 13:15:03 +0200
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2024 14:16:00 +0200
|
||||
|
32
proxmox-systemd/debian/control
Normal file
32
proxmox-systemd/debian/control
Normal file
@ -0,0 +1,32 @@
|
||||
Source: rust-proxmox-systemd
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
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-~~)
|
||||
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"
|
Loading…
Reference in New Issue
Block a user