File: rules

package info (click to toggle)
libfcgi 2.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,292 kB
  • sloc: ansic: 4,903; java: 872; cpp: 292; makefile: 169; perl: 6; sh: 4
file content (11 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export AUTOMAKE=automake --foreign

%:
	dh $@ --no-parallel --with autoreconf

override_dh_auto_install:
	dh_auto_install
	find debian -name '*.la' | xargs -r rm -f