summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 9385a1bb0bf057d3727d9be44986e476b306b94b (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:
	./check