File: rules

package info (click to toggle)
wput 0.6.2%2Bgit20130413-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,652 kB
  • sloc: ansic: 6,854; sh: 3,460; makefile: 72; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
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

override_dh_auto_clean:
	touch config.status
	dh_auto_clean
	rm -f config.status

%:
	dh $@