summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-22 03:46:14 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-22 03:46:14 +0000
commit2ce2d075d648fd7a4cbbde224c8d7be8ef254397 (patch)
tree1504d214016ebe4aa6736717298726489b891451
parent4813c370e9cefca80f4158cc070cebdf7a57d24d (diff)
parent2704c758e82bd63e59884e3460c538b01329748f (diff)
downloadsshca-2ce2d075d648fd7a4cbbde224c8d7be8ef254397.tar.gz
Merge branch 'drop-pandoc' into 'main'
chore: drop dependency on Pandoc, production of PDF See merge request larswirzenius/sshca!65
-rwxr-xr-xcheck3
-rw-r--r--debian/control5
2 files changed, 1 insertions, 7 deletions
diff --git a/check b/check
index ec8dc22..eabadf5 100755
--- a/check
+++ b/check
@@ -37,15 +37,12 @@ require_cmd cargo
require_cmd python3
require_cmd subplot
require_cmd chronic
-require_cmd pandoc
-require_cmd pdflatex
got_cargo_cmd fmt && $hideok cargo fmt -- --check
# Generate the test code with Subplot. It shall get checked with
# clippy. Also generate docs with Subplot.
subplot docgen sshca.subplot -o sshca.html
-subplot docgen sshca.subplot -o sshca.pdf
got_cargo_cmd clippy && cargo clippy --all-targets -q
$hideok cargo build --all-targets $offline
diff --git a/debian/control b/debian/control
index 71291d0..2424091 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,7 @@ Build-Depends:
dh-cargo,
git,
moreutils,
- subplot,
- texlive-fonts-recommended,
- texlive-latex-base,
- texlive-latex-recommended
+ subplot
Homepage: https://sshca.liw.fi
Package: sshca