summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-22 09:22:07 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-22 09:22:07 +0200
commit0f15a16538fba4b356554f043d143ee418547abb (patch)
treefcc608f2b3dc2020166f3d7535b620f6fb498f74 /debian
parentdba58566cbe2405073cb9a9160142bdcda25f351 (diff)
downloadsubplot-0f15a16538fba4b356554f043d143ee418547abb.tar.gz
fix(deb): don't install /.crates.toml and /.crates2.json in .deb
They're pointless in the package.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 918bec3..7360a53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@ override_dh_auto_build:
override_dh_auto_install:
cargo install --path=. --root=debian/subplot
+ rm -f debian/subplot/.crates.toml
+ rm -f debian/subplot/.crates2.json
override_dh_auto_test:
./check