update debian/control and check in debian/rules

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-02-26 20:23:06 +01:00
parent 7d88c0c33d
commit 986457203c
2 changed files with 14 additions and 3 deletions

6
debian/control vendored
View File

@ -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 <support@proxmox.com>
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

11
debian/rules vendored Executable file
View File

@ -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