File: rules

package info (click to toggle)
dnstracer 1.9-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 708 kB
  • sloc: sh: 3,018; ansic: 1,364; makefile: 17
file content (16 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
export DEB_CFLAGS_MAINT_APPEND	= -Wall -pedantic

override_dh_auto_configure:
	dh_update_autotools_config
	dh_auto_configure

override_dh_installchangelogs:
	dh_installchangelogs CHANGES

%:
	dh $@

# end of file