File: rules

package info (click to toggle)
libhtp 1%3A0.5.52-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,332 kB
  • sloc: cpp: 23,862; ansic: 15,235; ruby: 236; php: 170; makefile: 109; sh: 31; python: 11
file content (12 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_clean:
	[ ! -f Makefile ] || make distclean
	rm -f test/*.o test/main test/Makefile
	dh_clean

%:
	dh  $@ --with autoreconf