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

%:
	dh $@

override_dh_auto_build:
	true

override_dh_auto_install:
	cargo install --path=. --root=debian/pandoc-filter-diagram \
	    --target x86_64-unknown-linux-musl --offline
	find debian -name '.crates*' -delete

override_dh_auto_test:
	true