summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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: