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

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

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

override_dh_auto_clean:
	dh_auto_clean
	rm -rf seqmagick/data
	rm -rf seqmagick.egg-info