File: rules

package info (click to toggle)
python-trezor 0.13.10-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,604 kB
  • sloc: python: 14,947; xml: 33; sh: 16; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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

# Disable test_firmware, which downloads a binary firmware image from the
# internet as part of the test.
export PYBUILD_TEST_ARGS=-k 'not test_firmware'

%:
	dh $@ --buildsystem=pybuild