#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_clean:
	dh_clean
	-rm debian/bgpdump.1
	-rm -rf debian/tests/test_out/

override_dh_install:
	dh_install
	# don't ship the library for the time being, see README.Debian
	rm -rf debian/bgpdump/usr/lib/
	rm -rf debian/bgpdump/usr/include/

override_dh_installman:
	asciidoctor --attribute reproducible --backend=manpage debian/bgpdump.txt
	dh_installman