#!/usr/bin/make -f #DH_VERBOSE = 1 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = python ifeq (armel,$(DEB_HOST_ARCH)) export DEB_CPPFLAGS_MAINT_APPEND = -D_GCC_ARM_NEON_H=1 endif %: dh $@ override_dh_auto_configure: ./autogen.sh dh_auto_configure -- --with-incompatible-bdb --with-gui=qt5 --enable-upnp-default --disable-tests --disable-bench override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/ -name libdogecoinconsensus.la -exec rm -f {} \; override_dh_dwz: