File: rules

package info (click to toggle)
dnstracer 1.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 696 kB
  • ctags: 274
  • sloc: sh: 3,018; ansic: 1,364; makefile: 21
file content (21 lines) | stat: -rwxr-xr-x 417 bytes parent folder | download
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

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
export DEB_CFLAGS_MAINT_APPEND	= -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

override_dh_clean:
	dh_autotools-dev_restoreconfig
	dh_clean

override_dh_auto_configure:
	dh_autotools-dev_updateconfig
	dh_auto_configure

override_dh_installchangelogs:
	dh_installchangelogs CHANGES

%:
	dh $@ --with autotools_dev

# end of file