#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
override_dh_auto_test:

override_dh_auto_build:
	make

override_dh_auto_clean:
	rm -f zabbix-agent2-plugin-mssql

override_dh_strip:
	dh_strip --no-automatic-dbgsym

override_dh_builddeb:
	dh_builddeb -- -Zxz

override_dh_compress:
	gzip debian/zabbix-agent2-plugin-mssql/usr/share/doc/zabbix-agent2-plugin-mssql/changelog.Debian

