summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-09 18:33:02 +0000
committerLars Wirzenius <liw@liw.fi>2024-01-09 18:33:02 +0000
commit3d5cbf319fd568d58dbf9a907e1e130e79f56ad0 (patch)
tree5c4f18f2957476bfbbfb20f925292ceb5ea6e966
parentc60d0788397e916f98b2af753e4c62cc5364dcb5 (diff)
parentdab21eded6f5f9afe2f8668c91276a4c944f8f35 (diff)
downloadcachedir-rs-main.tar.gz
Merge branch 'chore' into 'main'HEADmain
fixes for Ambient See merge request obnam/cachedir!15
-rwxr-xr-xcheck1
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
3 files changed, 2 insertions, 6 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
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: