File: rules

package info (click to toggle)
python-potr 1.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 1,688; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# This package currently has no tests.
export PYBUILD_DISABLE = test

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

override_dh_python3:
	dh_python3 --shebang /usr/bin/python3

override_dh_auto_install:
	dh_auto_install
	install -m0755 src/tools/convertkey.py debian/python3-potr/usr/bin/convertkey