#!/usr/bin/make -f # Work around #481592 (Closes: #485631). Remove when #481592 closes! CFLAGS := $(filter-out -g,$(CFLAGS)) # There might not be an MTA installed at build time, so we need to # explicitly tell ./configure that there *WILL* be one. DEB_CONFIGURE_EXTRA_FLAGS += --with-sendmail=/usr/sbin/sendmail # LaTeX might be installed at compile time, be we don't want to waste # time recompiling the HTML and PDF versions -- upstream provides # perfectly good copies in the source tarball. DEB_CONFIGURE_EXTRA_FLAGS += --without-manual %: dh $@ build: dh build --before configure dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS) dh build --remaining