#!/usr/bin/make -f include /usr/share/dpkg/default.mk export LDFLAGS += -Wl,--as-needed ifeq ($(DEB_HOST_ARCH),armel) CFLAGS += -O0 endif %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ --disable-silent-rules \ --enable-compile-warnings=yes \ --with-naturaldocs-output=HTML \ --with-pdfdocs override_dh_autoreconf: LIBTOOLIZE=debian/preserving-libtoolize dh_autoreconf override_dh_makeshlibs: dh_makeshlibs -- -c4 override_dh_strip: dh_strip --dbg-package augeas-dbg