From 986457203c1173cc83847f1a94beb0bebbf3d26d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 26 Feb 2024 20:23:06 +0100 Subject: [PATCH] update debian/control and check in debian/rules Signed-off-by: Thomas Lamprecht --- debian/control | 6 +++--- debian/rules | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100755 debian/rules diff --git a/debian/control b/debian/control index 4095a42..1469b4e 100644 --- a/debian/control +++ b/debian/control @@ -7,14 +7,14 @@ Build-Depends: debhelper (>= 12), rustc:native, libstd-rust-dev, librust-anyhow-1+default-dev, - librust-clap-3+cargo-dev (>= 3.2.23-~~), - librust-clap-3+default-dev (>= 3.2.23-~~), librust-flate2-1+default-dev, librust-libc-0.2+default-dev, + librust-pico-args-0.4+combined-flags-dev, + librust-pico-args-0.4+default-dev, librust-proxmox-time-1+default-dev (>= 1.1-~~), faketime Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/pmg-log-tracker.git Vcs-Browser: https://git.proxmox.com/?p=pmg-log-tracker.git;a=summary Homepage: https://www.proxmox.com diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f75cfda --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +%: + dh $@ --buildsystem cargo + +override_dh_auto_test: + dh_auto_test -- test --all + +override_dh_install: + ls -la ./ + realpath ./ + dh_install