File: rules

package info (click to toggle)
zigpy-xbee 0.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 2,445; makefile: 6; sh: 5
file content (9 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--no-cov -k "not test_connect"
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/build \
                                    {destdir}/usr/lib/python3*/dist-packages/debian \
                                    {destdir}/usr/lib/python3*/dist-packages/*.dist-info


%:
	dh $@ --buildsystem=pybuild