File: rules

package info (click to toggle)
python-u2flib-server 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 308 kB
  • ctags: 354
  • sloc: python: 1,831; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 331 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 python2,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