#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_install:
	# remove link for private lib
	rm -fv debian/tmp/usr/lib/x86_64-linux-gnu/libLibBasket.so

.PHONY: override_dh_auto_test
