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 2bfdc2d..c1b687b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,7 @@ Build-Depends:
python3,
python3-requests,
python3-yaml,
- subplot,
- texlive-fonts-recommended,
- texlive-latex-base,
- texlive-latex-recommended
+ subplot
Homepage: https://ewww.liw.fi/
Package: ewww
diff --git a/debian/rules b/debian/rules
index e3d7fd8..5a9e628 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/ewww
+ cargo install --path=. --root=debian/ewww --offline
install -d debian/ewww/lib/systemd/system
install -m 0644 ewww.service debian/ewww/lib/systemd/system/ewww.service
rm -f debian/ewww/.crates.toml