File: rules

package info (click to toggle)
wuzzah 0.53-3
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 596 kB
  • ctags: 195
  • sloc: ansic: 1,830; sh: 330; makefile: 36
file content (17 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS  = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

override_dh_auto_configure:
	cp -vf /usr/share/misc/config.sub /usr/share/misc/config.guess .
	dh_auto_configure

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS)"

%:
	dh $@

# End of file