#!/usr/bin/make -f

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

# Uncomment this to force a specific compiler, like 'gcc-9' or 'gcc-10'.
#export CC=gcc-10

# Make sure lintian does not complain about missing hardenings
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --without single-binary

override_dh_auto_install:
	dh_auto_install -- prefix=/usr
	sed -i '/^\.it 1 an-trap$$/ d' debian/tmp/usr/share/man/man1/proxytunnel.1
