summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/artifact/cruft-general-native/build-spec/debian/rules
blob: 413418b3627c030afd24db1e7c79f5ffd96f43a4 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@

override_dh_prep:
	dh_prep -X~ -Xrej

clean:
	@echo 'Do nothing'