File: rules

package info (click to toggle)
servefile 0.5.4-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 156 kB
  • sloc: python: 1,337; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=servefile
export PYBUILD_TEST_PYTEST=1

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	http_proxy= https_proxy= dh_auto_test -- --test-pytest