File: rules

package info (click to toggle)
python-u2flib-server 5.0.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: python: 1,561; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download | duplicates (2)
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=u2flib-server
export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/test'

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

override_dh_auto_clean:
	rm -rf python_u2flib_server.egg-info
	dh_auto_clean

override_dh_auto_test:
	# import failure during tests