File: rules

package info (click to toggle)
garden-of-coloured-lights 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,388 kB
  • ctags: 1,895
  • sloc: ansic: 20,381; sh: 4,173; makefile: 144; xml: 34
file content (7 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

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