#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- --no-source

execute_before_dh_installman:
	rst2man docs/ratt.rst > debian/ratt.1

# Allow dh_dwz to fail: Unknown debugging section .debug_addr
# See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949296
override_dh_dwz:
	dh_dwz || true
