File: rules

package info (click to toggle)
bind-dyndb-ldap 10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,152 kB
  • sloc: ansic: 10,204; sh: 4,309; makefile: 74
file content (19 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@ --parallel --with autoreconf --builddirectory=build

override_dh_auto_configure:
	dh_auto_configure -- \
		--docdir=/usr/share/doc/bind9-dyndb-ldap

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_install:
	# purge .la files
	find $(CURDIR)/debian/tmp -name "*.la" -type f -delete
	dh_install --fail-missing

override_dh_fixperms:
	dh_fixperms -X var/cache/bind/dyndb-ldap