summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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