| 1234567891011121314151617 | #!/usr/bin/make -fexport DEB_BUILD_MAINT_OPTIONS := hardening=+allDPKG_EXPORT_BUILDFLAGS = 1include /usr/share/dpkg/buildflags.mk%:	dh $@ --buildsystem=mesonoverride_dh_auto_install:	dh_auto_install --buildsystem=meson	rm -rf debian/tang/usr/share/licenses	mkdir -m0750 -p debian/tang/var/db/tangoverride_dh_fixperms:	chmod 755 debian/tang/usr/libexec/tangd-rotate-keys	dh_fixperms $@ -Xvar/db/tang
 |