File: rules

package info (click to toggle)
adjtimex 1.29-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,016 kB
  • sloc: ansic: 10,853; sh: 311; makefile: 180
file content (21 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

# Security Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_clean:
	[ ! -f Makefile ] || make veryclean
	dh_clean
	-rm -f config.status config.log Makefile configure adjtimex.lsm \
		config.h config.h.in

override_dh_auto_install:

override_dh_installinit:
	dh_installinit -n

%:
	dh $@