summaryrefslogtreecommitdiff
path: root/debian/rules
blob: aaa5a27567833696722a74308ca02606c20f91a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --buildsystem cargo

override_dh_auto_build:
	true

override_dh_auto_install:
	cargo install --path=. --root=debian/ewww
	rm -f debian/ewww/.crates.toml
	rm -f debian/ewww/.crates2.json

override_dh_auto_test:
	echo NOT running ./check as part of Debian package build because my CI is crap