File: rules

package info (click to toggle)
oscrypto 1.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,164 kB
  • sloc: python: 22,115; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DH_VERBOSE = 1

export PYBUILD_NAME=oscrypto
export PYBUILD_VERBOSE=1

export OSCRYPTO_SKIP_INTERNET_TESTS=1
export PYBUILD_TEST_ARGS=-k "not test_tls"

%:
	dh $@ --buildsystem=pybuild