#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# This file is public domain software, originally written by Joey Hess.

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

export DEB_CFLAGS_MAINT_APPEND = -Wno-error=int-conversion -Wno-error=incompatible-pointer-types -std=gnu17

# Level 4 ensures build stops if symbols don't match and forces maintainer to
# investigate potential ABI changes
# https://manpages.debian.org/testing/dpkg-dev/dpkg-gensymbols.1.en.html
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4

%:
	dh $@
