summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-30 08:07:41 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-30 08:07:41 +0200
commit52dc690167ad98aa90d2e61509dd69ba5ad5de5d (patch)
treea4af00de8976a3cfe5f90cb33202e3af71ec85de
parentc60d0788397e916f98b2af753e4c62cc5364dcb5 (diff)
downloadcachedir-rs-52dc690167ad98aa90d2e61509dd69ba5ad5de5d.tar.gz
fix: drop PDF generation and dependencies thereof
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rwxr-xr-xcheck1
-rw-r--r--debian/control5
2 files changed, 1 insertions, 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