File: rules

package info (click to toggle)
wput 0.6.2%2Bgit20130413-14
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,688 kB
  • sloc: ansic: 6,854; sh: 3,460; makefile: 72; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
export DEB_CFLAGS_MAINT_APPEND	= -Wall -pedantic

execute_before_dh_auto_clean:
	touch config.status
execute_after_dh_auto_clean:
	rm -f config.status

%:
	dh $@