File: rules

package info (click to toggle)
python-trezor 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,432 kB
  • sloc: python: 7,311; xml: 24; sh: 11; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=trezor
export PYBUILD_AFTER_INSTALL_python2=rm -r {destdir}/usr/bin
export PYBUILD_AFTER_INSTALL_python3=mkdir -p debian/trezor/usr/bin && mv {destdir}/usr/bin/trezorctl debian/trezor/usr/bin

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