File: rules

package info (click to toggle)
resolv-wrapper 1.1.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: ansic: 3,587; sh: 12; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_install:
	asciidoctor -b manpage -d manpage doc/resolv_wrapper.1.adoc
	dh_auto_install

%:
	dh $@ --builddirectory=$(CURDIR)/obj/

.PHONY: override_dh_auto_install