summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 9f5f6805cbf946f2889a19b786a0f9c8e89c3e7d (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=ick2

%:
	dh $@ --with=python3 --buildsystem=pybuild

override_auto_dh_clean:
	true