File: rules

package info (click to toggle)
xfpt 0.11-1%2Bdeb12u1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 808 kB
  • sloc: ansic: 1,768; sh: 176; perl: 123; makefile: 72
file content (16 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND := -Wall
export DEB_BUILD_MAINT_OPTIONS := hardening=+all

override_dh_auto_build:
	$(MAKE) FULLECHO=''

override_dh_auto_clean:
	if test -e Makefile ; then \
		$(MAKE) FULLECHO='' distclean; \
	fi


%:
	dh $@