From 71c6498b91f4c6882902794587182d99a71e1f51 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Jan 2024 19:56:13 +0200 Subject: chore(debian): drop unnecessary build-deps and do offline install Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/control | 6 +----- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 5b87542..5e6bf5e 100644 --- a/debian/control +++ b/debian/control @@ -7,15 +7,11 @@ Build-Depends: build-essential, debhelper (>= 10~), dh-cargo, - libclang-dev, libvirt-dev, moreutils, plantuml, python3-yaml, - subplot, - texlive-fonts-recommended, - texlive-latex-base, - texlive-latex-recommended, + subplot Homepage: https://obnam.org Package: vmadm diff --git a/debian/rules b/debian/rules index bae191c..1956633 100755 --- a/debian/rules +++ b/debian/rules @@ -7,9 +7,9 @@ override_dh_auto_build: true override_dh_auto_install: - cargo install --path=. --root=debian/vmadm + cargo install --path=. --root=debian/vmadm --offline find debian/vmadm -name '.crates*' -delete override_dh_auto_test: echo tests not run when building Debian package - echo hey need a running libvirt and system configuration + echo they need a running libvirt and system configuration -- cgit v1.2.1