File: rules

package info (click to toggle)
debcraft 0.5.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: sh: 1,509; makefile: 45
file content (8 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

override_dh_auto_test:
	@echo "RULES.$@"
	@echo "Skip tests as they require Podman or Docker, which is not supported in most build environments"

%:
	dh $@