File: rules

package info (click to toggle)
pypass 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: python: 1,058; makefile: 22
file content (14 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
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 = pypass

%:
	dh $@ --buildsystem=pybuild

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

execute_after_dh_auto_install:
	mkdir -p debian/pypass/usr/bin/
	mv debian/python3-pypass/usr/bin/pypass debian/pypass/usr/bin/