File: rules

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

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

%:
	dh $@ --buildsystem=pybuild