File: rules

package info (click to toggle)
trollimage 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,240 kB
  • sloc: python: 6,937; makefile: 114
file content (16 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=trollimage

# skip tests with too strict numerical accuracy
export PYBUILD_TEST_ARGS=\
-k "not test_gamma_per_channel" \
--pyargs ${PYBUILD_NAME}

%:
	dh $@ --buildsystem=pybuild