#!/usr/bin/make -f
# Copyright © 2017 IOhannes m zmölnig
# under the LGPL-2.1+

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

DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_strip:
	dh_strip --dbgsym-migration='libsndfile1-dbg (<< 1.0.28-1~), sndfile-programs-dbg (<< 1.0.28-1~)'

override_dh_clean:
	dh_clean
	-find man/ -type l -delete
