summaryrefslogtreecommitdiff
path: root/debian/rules
blob: bf696eefff3c04b0c3158b6739d60b14f38a0510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --sasl=/usr/include/sasl

# Suppress the test suite since it requires interactivity.
override_dh_auto_test:

override_dh_compress:
	dh_compress -X examples