File: rules

package info (click to toggle)
garden-of-coloured-lights 1.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,380 kB
  • sloc: ansic: 20,381; sh: 4,173; makefile: 145; xml: 34
file content (9 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- 'CFLAGS=$(dpkg-buildflags --get CFLAGS) -std=gnu89 -fcommon'