File: rules

package info (click to toggle)
karabo-bridge 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 937; makefile: 8; sh: 7
file content (18 lines) | stat: -rwxr-xr-x 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Tue, 28 Sep 2021 21:23:04 +0200

include /usr/share/dpkg/architecture.mk

export PYBUILD_NAME=karabo-bridge
export PYBUILD_TEST_ARGS={dir}

ifeq ($(DEB_HOST_ARCH_BITS),32)
# karabo_bridge/tests/test_simulation.py::test_lpd tries to create an array
# that is too big for 32-bit architectures.
PYBUILD_TEST_ARGS += -k 'not test_lpd'
endif

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