#! /usr/bin/make -f %: dh $@ -Bdebian/build ptermtmp = debian/pterm export DEB_BUILD_MAINT_OPTIONS := hardening=+all export DEB_CPPFLAGS_MAINT_APPEND := -D_FILE_OFFSET_BITS=64 include /usr/share/dpkg/default.mk execute_after_dh_auto_build-arch: $(MAKE) -C icons cicons pngs svgs override_dh_auto_build-indep: dh_assistant restore-file-on-clean doc/version.but printf '\\versionid %s PuTTY release %s\n' \ "$(DEB_VENDOR)" "$(DEB_VERSION)" >doc/version.but $(MAKE) -C debian/build doc execute_after_dh_auto_test-arch: PUTTY_TESTCRYPT=./debian/build/testcrypt python3 ./test/cryptsuite.py execute_after_dh_auto_clean: $(MAKE) -C icons clean override_dh_auto_install-indep: override_dh_installdocs: dh_installdocs -Nputty-doc dh_installdocs -pputty-doc \ --sourcedir=debian/build --doc-main-package=putty-doc override_dh_compress: dh_compress -X.py