From 0f15a16538fba4b356554f043d143ee418547abb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 22 Nov 2020 09:22:07 +0200 Subject: fix(deb): don't install /.crates.toml and /.crates2.json in .deb They're pointless in the package. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') 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 -- cgit v1.2.1