File: rules

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

export DH_VERBOSE = 1

export PYBUILD_NAME=rope
export LC_ALL=C.UTF-8

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# pybuild off-place test will not work
	# Known buggy test, see upstream issue 495
	-python3 -m pytest