summaryrefslogtreecommitdiff
path: root/debian
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 /debian
parentc60d0788397e916f98b2af753e4c62cc5364dcb5 (diff)
parentdab21eded6f5f9afe2f8668c91276a4c944f8f35 (diff)
downloadcachedir-rs-main.tar.gz
Merge branch 'chore' into 'main'HEADmain
fixes for Ambient See merge request obnam/cachedir!15
Diffstat (limited to 'debian')
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 5 deletions
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: