File: rules

package info (click to toggle)
python-pcre2 0.4.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 288; makefile: 31
file content (17 lines) | stat: -rwxr-xr-x 273 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

# DH_VERBOSE := 1

export LC_ALL=C.UTF-8

include /usr/share/dpkg/architecture.mk

ifeq ($(DEB_HOST_ARCH),armel)
export PYBUILD_TEST_ARGS=-k 'not (test_pattern_jit)'
endif

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean || true