summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-17 18:09:08 +0000
committerLars Wirzenius <liw@liw.fi>2024-02-17 18:09:08 +0000
commit49668372583ff483fff62dbd12f427409818f171 (patch)
tree78c1efb40cb3728157634e23e095e04fad1ac4f8
parent10cec4978b95cb78e39f2f74d93e31003b26d743 (diff)
parent71c6498b91f4c6882902794587182d99a71e1f51 (diff)
downloadvmadm-49668372583ff483fff62dbd12f427409818f171.tar.gz
Merge branch 'chore' into 'main'
chore(debian): drop unnecessary build-deps and do offline install See merge request larswirzenius/vmadm!71
-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