#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ -DSTRATO_TARGET_LINUX=ON \ -DSTRATO_ENABLE_INSTALL=ON \ -DSTRATO_ENABLE_SHARED=ON \ -DSTRATO_ENABLE_DIST=ON \ -DSTRATO_ENABLE_I18N=ON \ -DSTRATO_ENABLE_I18N_LIBINTL=ON \ -DSTRATO_ENABLE_GST=ON \ -DSTRATO_ENABLE_PACK=ON