]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
update debian/control and check in debian/rules
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 19:23:06 +0000 (20:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 19:23:15 +0000 (20:23 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/rules [new file with mode: 0755]

index 4095a428795b2742e3d5f0620e2445180fb3edba..1469b4e16c7b87de0516de631496f7c056fd30d1 100644 (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
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..f75cfda
--- /dev/null
@@ -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