File: rules

package info (click to toggle)
pdf-presenter-console 4.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,548 kB
  • sloc: ansic: 46; sh: 40; makefile: 36
file content (10 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))

%:
	dh $@

override_dh_auto_test:
	@echo "skipping dh_auto_test as it seems to go into infinite recursion"