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

#export DH_VERBOSE = 1

export PYBUILD_NAME=mkosi

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

# need explicit target to be able to mark as phony
build:
	dh $@ --with python3 --buildsystem=pybuild

.PHONY: build