mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-28 15:30:54 +00:00
update debian/control and check in debian/rules
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7d88c0c33d
commit
986457203c
6
debian/control
vendored
6
debian/control
vendored
@ -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
11
debian/rules
vendored
Executable 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
|
Loading…
Reference in New Issue
Block a user