File: rules

package info (click to toggle)
pypass 0.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 284 kB
  • sloc: python: 1,058; makefile: 23
file content (15 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME = pypass

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

override_dh_auto_test:
	# Cannot get the key 5C5833E3, so skip all tests

override_dh_auto_install:
	dh_auto_install
	mkdir -p debian/pypass/usr/bin/
	mv debian/python3-pypass/usr/bin/pypass debian/pypass/usr/bin/