#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ override_dh_auto_clean: override_dh_auto_configure: override_dh_auto_build: scons CPPFLAGS='$(CPPFLAGS)' CXXFLAGS='$(CXXFLAGS)' LINKFLAGS='$(LDFLAGS)' # The upstream Makefile's install target runs install-exec, install-data # and install-man without ordering; with parallel make, concurrent # "install -D" calls might race creating shared parent directories # on uutils override_dh_auto_install: dh_auto_install -- -j1 execute_after_dh_install-indep: find debian/pingus-data -type f -executable | xargs chmod -x