File: rules

package info (click to toggle)
htpdate 1.3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 196 kB
  • sloc: ansic: 738; sh: 126; makefile: 46
file content (17 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# Avoid a wrong strip. See #929238.
override_dh_auto_install:
	dh_auto_install -- STRIP=true

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	./htpdate -v
	./htpdate -h
endif