File: rules

package info (click to toggle)
coyote 2019.08.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,320 kB
  • sloc: python: 184; makefile: 14; sh: 13
file content (21 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:

override_dh_auto_build:

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	./debian/tests/coyote -l
endif

override_dh_installdocs:
	python3 debian/idldoc.py
	dh_installdocs

override_dh_clean:
	rm -rf html
	dh_clean