summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-15 19:56:13 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-15 19:56:13 +0200
commit71c6498b91f4c6882902794587182d99a71e1f51 (patch)
tree78c1efb40cb3728157634e23e095e04fad1ac4f8
parent10cec4978b95cb78e39f2f74d93e31003b26d743 (diff)
downloadvmadm-71c6498b91f4c6882902794587182d99a71e1f51.tar.gz
chore(debian): drop unnecessary build-deps and do offline install
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules4
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