File: rules

package info (click to toggle)
dradio 3.8-2.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 572 kB
  • sloc: ansic: 1,999; sh: 715; makefile: 15
file content (10 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Disable -Werror=format-security due to upstream calls to snprintf(3)
export DEB_BUILD_MAINT_OPTIONS=hardening=-format

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"