File: rules

package info (click to toggle)
psygnal 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: python: 9,252; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export PYBUILD_NAME=psygnal
export PYBUILD_TEST_ARGS=--ignore=tests/test_qt_compat.py

# assume that this one test fails on all 32 bit platforms
ifeq (32,$(DEB_HOST_ARCH_BITS))
export AUDITWHEEL_PLAT=i686
endif

%:
	dh $@ --buildsystem=pybuild