File: rules

package info (click to toggle)
rawdog 2.23-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: python: 1,989; sh: 1,731; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=rawdog

%:
	dh $@ --with python2 --buildsystem=pybuild

ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
override_dh_auto_test:
	./test-rawdog
	rm -fr testauto
endif