File: rules

package info (click to toggle)
python-dlt 2.18.10.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 400 kB
  • sloc: python: 3,400; makefile: 46
file content (13 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

include /usr/share/dpkg/architecture.mk

export PYBUILD_NAME=dlt

%:
	dh $@ --buildsystem=pybuild

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