File: rules

package info (click to toggle)
devolo-plc-api 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 508 kB
  • sloc: python: 1,644; makefile: 6
file content (7 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k "not test_wrong_password_type and not test_disconnect" --snapshot-warn-unused
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/devolo_plc_api-*.dist-info \
									{destdir}/usr/lib/python3*/dist-packages/build \
                                    {destdir}/usr/lib/*/*/debian
%:
	dh $@ --buildsystem=pybuild