summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: fe19b829410d8f45e730e724660350ec218fe521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	dh_auto_test -- test --all

override_dh_installman:
	help2man debian/cbindgen/usr/bin/cbindgen > debian/cbindgen.1
	dh_installman -O--buildsystem=cargo

execute_after_dh_testdir:
	find . ! -newermt "jan 01, 2000" -exec touch {} +