File: rules

package info (click to toggle)
python-dlt 2.18.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 488 kB
  • sloc: python: 3,454; makefile: 56
file content (20 lines) | stat: -rwxr-xr-x 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE = 1

include /usr/share/dpkg/architecture.mk

export PYBUILD_NAME=dlt
export PYBUILD_TEST_ARGS=-k "not dlt_context_handler_unit_test and not dlt_broker_from_file_spinner_test and not dlt_broker_time_test and not dlt_file_spinner_unit_test"

%:
	dh $@ --buildsystem=pybuild

#execute_before_dh_clean:
#	rm -rf docs/_build

#execute_after_dh_auto_build:
#	$(MAKE) -C docs html man

ifeq (32,$(DEB_HOST_ARCH_BITS))
export PYBUILD_TEST_ARGS=-k 'not test_sizeof'
endif