File: rules

package info (click to toggle)
flux-led 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 864 kB
  • sloc: python: 13,998; makefile: 8; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 227 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=flux-led
export PYBUILD_TEST_ARGS=tests/*.py
export DH_VERBOSE=1
export PYBUILD_OPTION=-v

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_clean:
	rm -rf flux_led.egg-info/ .eggs/