#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all FRIBIDI_UDEB=libfribidi0-udeb ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) OBJS += xmalloc.o else export DEB_CFLAGS_MAINT_APPEND=-Os -fomit-frame-pointer -g endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-malloc --enable-static override_dh_makeshlibs: dh_makeshlibs -V --add-udeb="$(FRIBIDI_UDEB)"