From f67c6519294ba70a8d47e4b3b4a292a4835965b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 24 Jul 2024 14:16:22 +0200 Subject: [PATCH] systemd: bump to 0.1.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-systemd/debian/changelog | 2 +- proxmox-systemd/debian/control | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 proxmox-systemd/debian/control diff --git a/proxmox-systemd/debian/changelog b/proxmox-systemd/debian/changelog index 4ef493e3..1e296932 100644 --- a/proxmox-systemd/debian/changelog +++ b/proxmox-systemd/debian/changelog @@ -2,4 +2,4 @@ rust-proxmox-systemd (0.1.0-1) bookworm; urgency=medium * initial split out of proxmox-sys - -- Proxmox Support Team Tue, 23 Jul 2024 13:15:03 +0200 + -- Proxmox Support Team Wed, 24 Jul 2024 14:16:00 +0200 diff --git a/proxmox-systemd/debian/control b/proxmox-systemd/debian/control new file mode 100644 index 00000000..e176ec19 --- /dev/null +++ b/proxmox-systemd/debian/control @@ -0,0 +1,32 @@ +Source: rust-proxmox-systemd +Section: rust +Priority: optional +Build-Depends: debhelper (>= 12), + dh-cargo (>= 25), + cargo:native , + rustc:native , + libstd-rust-dev , + librust-libc-0.2+default-dev (>= 0.2.107-~~) +Maintainer: Proxmox Support Team +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"