File: rules

package info (click to toggle)
python-pyglfw 2.5.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 252 kB
  • sloc: python: 2,700; sh: 9; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export LC_ALL=C.UTF-8

%:
	dh $@ --buildsystem=pybuild

# no tests are provided upstream, so run the autopkgtest instead
export LIBGL_ALWAYS_SOFTWARE = 1  #1025312
export PYBUILD_TEST_CUSTOM = 1
export PYBUILD_TEST_ARGS = \
	xvfb-run python{version} $(CURDIR)/debian/tests/example.py \
	&& sleep 1