File: rules

package info (click to toggle)
python-traitsui 6.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,252 kB
  • sloc: python: 44,765; makefile: 117
file content (17 lines) | stat: -rwxr-xr-x 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DH_VERBOSE=1
export PYBUILD_NAME=traitsui
export PYBUILD_TEST_ARGS=traitsui.tests traitsui.qt4.tests

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

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	xvfb-run -a dh_auto_test
endif

override_dh_installdocs:
	dh_installdocs
	rm debian/python3-traitsui/usr/share/doc/python3-traitsui/source/traitsui_user_manual/images/Thumbs.db