Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rules « debian - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c50f8a6b58a948c44d35d30a57b3163734869a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build
	./pep517build/build_metadata.py

override_dh_auto_test:
	python3 -m unittest discover -s test -v