File: rules

package info (click to toggle)
resolv-wrapper 1.1.7-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 388 kB
  • sloc: ansic: 3,535; sh: 13; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_install:
	a2x --doctype manpage --format manpage doc/resolv_wrapper.1.txt
	dh_auto_install

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

.PHONY: override_dh_auto_install