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

export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and not test_manpath and not test_keras'

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

override_dh_installexamples:
	dh_installexamples -A examples/*

override_dh_compress:
	dh_compress -X.py