File: rules

package info (click to toggle)
hesiod 3.2.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,940 kB
  • sloc: sh: 11,368; ansic: 1,222; makefile: 58
file content (22 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--sysconfdir=/etc

override_dh_auto_build:
	dh_auto_build -- V=1

override_dh_auto_test:

override_dh_installdocs:
	dh_installdocs -plibhesiod0

override_dh_installchangelogs:
	dh_installchangelogs -plibhesiod0