File: rules

package info (click to toggle)
python-yubico 1.3.3-0.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 372 kB
  • sloc: python: 2,367; ansic: 128; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=yubico

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	nosetests3 -e test_challenge_response -e test_serial -e test_status
endif

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