File: rules

package info (click to toggle)
concurrent-log-handler 0.9.25-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 256 kB
  • sloc: python: 1,690; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export DH_OPTIONS=-v

%:
	dh $@ --buildsystem=pybuild

# Do not install test artifacts
execute_after_dh_auto_test:
	rm -rfv $(CURDIR)/.pybuild/*/build/output_tests