From 52dc690167ad98aa90d2e61509dd69ba5ad5de5d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Dec 2023 08:07:41 +0200 Subject: fix: drop PDF generation and dependencies thereof Signed-off-by: Lars Wirzenius Sponsored-by: author --- check | 1 - debian/control | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/check b/check index 2c8e3ba..46eda79 100755 --- a/check +++ b/check @@ -32,6 +32,5 @@ cargo build --all-targets $quiet $hideok cargo test subplot docgen cachedir.subplot -o cachedir.html -subplot docgen cachedir.subplot -o cachedir.pdf echo "Everything seems to be in order." diff --git a/debian/control b/debian/control index 925b334..f1c78d4 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,7 @@ Build-Depends: build-essential, dh-cargo, git, - subplot, - texlive-fonts-recommended, - texlive-latex-base, - texlive-latex-recommended + subplot Homepage: https://gitlab.com/obnam/cachedir Package: cachedir -- cgit v1.2.1 From dab21eded6f5f9afe2f8668c91276a4c944f8f35 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Dec 2023 08:11:24 +0200 Subject: fix: build Debian package in offline mode Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 72c457d..2d70766 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_build: true override_dh_auto_install: - cargo install --path=. --root=debian/cachedir + cargo install --path=. --root=debian/cachedir --offline find debian/cachedir -name '.crates*' -delete override_dh_auto_test: -- cgit v1.2.1