File: rules

package info (click to toggle)
htp 1.19-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,200 kB
  • sloc: ansic: 6,645; perl: 204; makefile: 60
file content (11 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export TZ=UTC
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PERL_USE_UNSAFE_INC = 1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- CCOPT="-c $(CPPFLAGS) $(CFLAGS)" LOPT="$(LDFLAGS)"