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

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

CPPFLAGS += -DNDEBUG

%:
	dh $@ --with autoreconf

override_dh_auto_test:
	-dh_auto_test

override_dh_installdocs:
	dh_installdocs -pszl
	dh_installdocs --link-doc=libszl0

override_dh_strip:
	dh_strip --dbg-package=libszl0-dbg
