#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:

override_dh_strip:
	dh_strip --dbg-package=logfs-tools-dbg
