#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed include /usr/share/dpkg/default.mk export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ -Dauto_features=enabled \ -Dprofiler=disabled \ $(NULL) override_dh_girepository: dh_girepository -l $(BUILDDIR) /usr/lib/$(DEB_HOST_MULTIARCH)/gjs/girepository-1.0 override_dh_auto_test: ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) obj-$(DEB_HOST_GNU_TYPE)/gjs-console -c 'print("Smoke-test OK")' env \ TZ=UTC \ xvfb-run -a \ dh_auto_test -- -v -C $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE) --timeout-multiplier 4 endif override_dh_makeshlibs: dh_makeshlibs -Xusr/lib/$(DEB_HOST_MULTIARCH)/gjs-1.0 -- -c4