File: rules

package info (click to toggle)
fcode-utils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 46,768 kB
  • sloc: ansic: 9,717; csh: 241; makefile: 129; sh: 17
file content (16 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# code use the "bool", which is a reserved keyword in C23. Downgrade to GNU99
export DEB_CFLAGS_MAINT_APPEND=-std=gnu99

# this make lintian happier
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- STRIP=true CFLAGS="$$CPPFLAGS $$CFLAGS" LDFLAGS="$$LDFLAGS"

override_dh_auto_install:
	# Installation is done using debian/install