#!/usr/bin/make -f include /usr/share/dpkg/architecture.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Ensure texlive respects SOURCE_DATE_EPOCH export FORCE_SOURCE_DATE=1 # Enable Telemetry debugging information (LP: #627854), see # CONFIGURE_FLAGS = --enable-telemetry ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf)) CONFIGURE_FLAGS += --disable-asm endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- $(CONFIGURE_FLAGS) ifeq (,$(filter pkg.libtheora.nosdl,$(DEB_BUILD_PROFILES))) execute_after_dh_install-arch: for i in debian/libtheora-bin/usr/bin/*; do \ mv $$i debian/libtheora-bin/usr/bin/theora_`basename $$i`; \ done endif override_dh_autoreconf: dh_autoreconf autoreconf -- -i -f -I m4