#!/usr/bin/make -f

# export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install --destdir debian/tmp

# Fails with "dwz: Section overlap detected"
# Like other guile libraries
# for instance see guile-gnutls/debian/rules
override_dh_dwz:
	dh_dwz $(BDIR) -X.go
