#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all # see ENVIRONMENT in dpkg-buildflags(1) # package maintainers to append CFLAGS export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic CMAKE_OPTS = -DEXTERNAL_LIBFLAC=ON %: dh $@ override_dh_auto_configure: dh_auto_configure -- $(CMAKE_OPTS) override_dh_auto_install: @echo skip install target